summary refs log tree commit diff
diff options
context:
space:
mode:
authorCasey Ransom <casey@dailykos.com>2018-05-30 10:38:58 -0400
committerCasey Ransom <casey@dailykos.com>2018-05-30 10:38:58 -0400
commit3088bdd04e118b5bc7927224df4ffd2e17082a8b (patch)
treebfe9c143a7d6058c5937138b86a071b6f866ad83
parentdb82093857902d15b3ae35f783e2e1f431105e1c (diff)
downloadnixpkgs-3088bdd04e118b5bc7927224df4ffd2e17082a8b.tar
nixpkgs-3088bdd04e118b5bc7927224df4ffd2e17082a8b.tar.gz
nixpkgs-3088bdd04e118b5bc7927224df4ffd2e17082a8b.tar.bz2
nixpkgs-3088bdd04e118b5bc7927224df4ffd2e17082a8b.tar.lz
nixpkgs-3088bdd04e118b5bc7927224df4ffd2e17082a8b.tar.xz
nixpkgs-3088bdd04e118b5bc7927224df4ffd2e17082a8b.tar.zst
nixpkgs-3088bdd04e118b5bc7927224df4ffd2e17082a8b.zip
librarian-puppet-go: update license
Issue closed and upstream notes it's under MIT.
-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 1e2a421a670..8adea820ec7 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" ];
   };