about summary refs log tree commit diff
path: root/pkgs/tools/networking/openvpn/update-resolv-conf.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/openvpn/update-resolv-conf.nix')
-rw-r--r--pkgs/tools/networking/openvpn/update-resolv-conf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/openvpn/update-resolv-conf.nix b/pkgs/tools/networking/openvpn/update-resolv-conf.nix
index e8533a214af16..53d2b272c4499 100644
--- a/pkgs/tools/networking/openvpn/update-resolv-conf.nix
+++ b/pkgs/tools/networking/openvpn/update-resolv-conf.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
     description = "Script to update your /etc/resolv.conf with DNS settings that come from the received push dhcp-options";
     homepage = "https://github.com/masterkorp/openvpn-update-resolv-conf/";
     maintainers = with maintainers; [ abbradar ];
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     platforms = platforms.unix;
   };
 }