pdns-recursor: fix ambiguous license
This commit is contained in:
parent
79f7b9652f
commit
07a8f0c95f
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user