wego: add license

This commit is contained in:
schneefux 2018-10-07 18:55:00 +02:00
parent fdec2e16bc
commit 241a13cc70

View file

@ -14,4 +14,8 @@ buildGoPackage rec {
};
goDeps = ./deps.nix;
meta = {
license = stdenv.lib.licenses.isc;
};
}