about summary refs log tree commit diff
path: root/pkgs/tools/networking/easyrsa/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/easyrsa/default.nix')
-rw-r--r--pkgs/tools/networking/easyrsa/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/easyrsa/default.nix b/pkgs/tools/networking/easyrsa/default.nix
index 1591bff41c8fa..47f4e5a7b835f 100644
--- a/pkgs/tools/networking/easyrsa/default.nix
+++ b/pkgs/tools/networking/easyrsa/default.nix
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Simple shell based CA utility";
     homepage = "https://openvpn.net/";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     maintainers = [ maintainers.offline maintainers.numinit ];
     platforms = platforms.unix;
   };