summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-05-31 08:16:28 +0100
committerGitHub <noreply@github.com>2018-05-31 08:16:28 +0100
commitb6ccde84514395037dd11fd5063ac7bc09d405dc (patch)
tree8740424e2b9b64fd809035c770502360dcda84a5
parent630f3337d4180e65f0f7933ab01a65861a0f33f6 (diff)
parent3088bdd04e118b5bc7927224df4ffd2e17082a8b (diff)
downloadnixlib-b6ccde84514395037dd11fd5063ac7bc09d405dc.tar
nixlib-b6ccde84514395037dd11fd5063ac7bc09d405dc.tar.gz
nixlib-b6ccde84514395037dd11fd5063ac7bc09d405dc.tar.bz2
nixlib-b6ccde84514395037dd11fd5063ac7bc09d405dc.tar.lz
nixlib-b6ccde84514395037dd11fd5063ac7bc09d405dc.tar.xz
nixlib-b6ccde84514395037dd11fd5063ac7bc09d405dc.tar.zst
nixlib-b6ccde84514395037dd11fd5063ac7bc09d405dc.zip
Merge pull request #41260 from cransom/librarian-pupet-go-license
librarian-puppet-go: update license
-rw-r--r--pkgs/development/tools/librarian-puppet-go/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/librarian-puppet-go/default.nix b/pkgs/development/tools/librarian-puppet-go/default.nix
index 1e2a421a6702..8adea820ec76 100644
--- a/pkgs/development/tools/librarian-puppet-go/default.nix
+++ b/pkgs/development/tools/librarian-puppet-go/default.nix
@@ -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" ];
   };