Merge pull request #41260 from cransom/librarian-pupet-go-license

librarian-puppet-go: update license
This commit is contained in:
Jörg Thalheim 2018-05-31 08:16:28 +01:00 committed by GitHub
commit b6ccde8451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" ];
};