summary refs log tree commit diff
path: root/pkgs/servers/dns
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-06-13 11:03:16 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2021-06-13 11:03:16 +0200
commit07a8f0c95f0c0b55d23b607b8914a66876ce0ce9 (patch)
treecef728b77829358473908cc21beceaf36ecfad35 /pkgs/servers/dns
parent79f7b9652fff02c8b0a3bec383b56ff6251f5eab (diff)
downloadnixpkgs-07a8f0c95f0c0b55d23b607b8914a66876ce0ce9.tar
nixpkgs-07a8f0c95f0c0b55d23b607b8914a66876ce0ce9.tar.gz
nixpkgs-07a8f0c95f0c0b55d23b607b8914a66876ce0ce9.tar.bz2
nixpkgs-07a8f0c95f0c0b55d23b607b8914a66876ce0ce9.tar.lz
nixpkgs-07a8f0c95f0c0b55d23b607b8914a66876ce0ce9.tar.xz
nixpkgs-07a8f0c95f0c0b55d23b607b8914a66876ce0ce9.tar.zst
nixpkgs-07a8f0c95f0c0b55d23b607b8914a66876ce0ce9.zip
pdns-recursor: fix ambiguous license
Diffstat (limited to 'pkgs/servers/dns')
-rw-r--r--pkgs/servers/dns/pdns-recursor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/dns/pdns-recursor/default.nix b/pkgs/servers/dns/pdns-recursor/default.nix
index 2228bc9163f..70e7e758bb9 100644
--- a/pkgs/servers/dns/pdns-recursor/default.nix
+++ b/pkgs/servers/dns/pdns-recursor/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
     badPlatforms = [
       "i686-linux"  # a 64-bit time_t is needed
     ];
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     maintainers = with maintainers; [ rnhmjoj ];
   };
 }