From 07a8f0c95f0c0b55d23b607b8914a66876ce0ce9 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 13 Jun 2021 11:03:16 +0200 Subject: [PATCH] pdns-recursor: fix ambiguous license --- pkgs/servers/dns/pdns-recursor/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/dns/pdns-recursor/default.nix b/pkgs/servers/dns/pdns-recursor/default.nix index 2228bc9163fd..70e7e758bb94 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 ]; }; }