toxiproxy: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-04 16:37:55 +02:00
parent 731b4f4bb5
commit 270d3892b3
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -22,5 +22,6 @@ buildGoPackage rec {
meta = {
description = "Proxy for for simulating network conditions.";
maintainers = with lib.maintainers; [ avnik ];
license = lib.licenses.mit;
};
}