libspf2: update description and homepage to match upstream

The package switched to a more maintained fork in 24c6b28.
This updates the description and homepage link to match this change.
This commit is contained in:
pacien 2022-02-19 20:41:18 +01:00 committed by Jonathan Ringer
parent 112918938f
commit 1391071054

View file

@ -28,8 +28,9 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = {
description = "Implementation of the Sender Policy Framework for SMTP authorization";
homepage = "https://www.libspf2.org";
description = "Implementation of the Sender Policy Framework for SMTP " +
"authorization (Helsinki Systems fork)";
homepage = "https://github.com/helsinki-systems/libspf2";
license = with licenses; [ lgpl21Plus bsd2 ];
maintainers = with maintainers; [ pacien ajs124 das_j ];
platforms = platforms.all;