mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
librarian-puppet-go: update license
Issue closed and upstream notes it's under MIT.
This commit is contained in:
parent
db82093857
commit
3088bdd04e
|
@ -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 a new issue