about summary refs log tree commit diff
diff options
context:
space:
mode:
authorpacien <pacien.trangirard@pacien.net>2022-02-19 20:41:18 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-21 14:31:43 -0800
commit13910710546b0b1ebb6a042d0aea99f6de52d226 (patch)
tree93ed96438d560b155c486f6b8f4ea9c639ba9dd7
parent112918938f65bb72680f58d78a51645fcb53a905 (diff)
downloadnixlib-13910710546b0b1ebb6a042d0aea99f6de52d226.tar
nixlib-13910710546b0b1ebb6a042d0aea99f6de52d226.tar.gz
nixlib-13910710546b0b1ebb6a042d0aea99f6de52d226.tar.bz2
nixlib-13910710546b0b1ebb6a042d0aea99f6de52d226.tar.lz
nixlib-13910710546b0b1ebb6a042d0aea99f6de52d226.tar.xz
nixlib-13910710546b0b1ebb6a042d0aea99f6de52d226.tar.zst
nixlib-13910710546b0b1ebb6a042d0aea99f6de52d226.zip
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.
-rw-r--r--pkgs/development/libraries/libspf2/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libspf2/default.nix b/pkgs/development/libraries/libspf2/default.nix
index 6ec8f24b7132..c48c71e14485 100644
--- a/pkgs/development/libraries/libspf2/default.nix
+++ b/pkgs/development/libraries/libspf2/default.nix
@@ -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;