Merge pull request #41260 from cransom/librarian-pupet-go-license
librarian-puppet-go: update license
This commit is contained in:
commit
b6ccde8451
@ -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" ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user