about summary refs log tree commit diff
path: root/pkgs/tools/security/gorilla-bin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/gorilla-bin/default.nix')
-rw-r--r--pkgs/tools/security/gorilla-bin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/gorilla-bin/default.nix b/pkgs/tools/security/gorilla-bin/default.nix
index 898abbbd25a44..95ca0b08bf8ef 100644
--- a/pkgs/tools/security/gorilla-bin/default.nix
+++ b/pkgs/tools/security/gorilla-bin/default.nix
@@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
     maintainers = [ lib.maintainers.namore ];
     platforms = [ "x86_64-linux" ];
     sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
-    license = lib.licenses.gpl2;
+    license = lib.licenses.gpl2Plus;
   };
 }