dspam: update homepage

and use SPDX 3.0 license identifier
main
Renaud 2 years ago committed by c0bw3b
parent a543246db0
commit e77cafcf65
  1. 4
      pkgs/servers/mail/dspam/default.nix

@ -100,9 +100,9 @@ in stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "http://nuclearelephant.com/";
homepage = "http://dspam.sourceforge.net/";
description = "Community Driven Antispam Filter";
license = licenses.agpl3;
license = licenses.agpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];
};

Loading…
Cancel
Save