librarian-puppet-go: update license

Issue closed and upstream notes it's under MIT.
This commit is contained in:
Casey Ransom 2018-05-30 10:38:58 -04:00
parent db82093857
commit 3088bdd04e

View file

@ -18,7 +18,7 @@ buildGoPackage rec {
meta = with lib; {
inherit (src.meta) homepage;
description = "librarian-puppet implementation in go.";
license = licenses.unfree; # still unspecified https://github.com/tmtk75/librarian-puppet-go/issues/5
license = licenses.mit;
maintainers = with maintainers; [ womfoo ];
platforms = [ "x86_64-linux" ];
};