pdns-recursor: fix ambiguous license

This commit is contained in:
rnhmjoj 2021-06-13 11:03:16 +02:00
parent 79f7b9652f
commit 07a8f0c95f
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -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 ];
};
}