dspam: update homepage

and use SPDX 3.0 license identifier

Renaud e77cafcf a543246d

+2 -2
+2 -2
pkgs/servers/mail/dspam/default.nix
··· 100 ''; 101 102 meta = with lib; { 103 - homepage = "http://nuclearelephant.com/"; 104 description = "Community Driven Antispam Filter"; 105 - license = licenses.agpl3; 106 platforms = platforms.linux; 107 maintainers = with maintainers; [ abbradar ]; 108 };
··· 100 ''; 101 102 meta = with lib; { 103 + homepage = "http://dspam.sourceforge.net/"; 104 description = "Community Driven Antispam Filter"; 105 + license = licenses.agpl3Plus; 106 platforms = platforms.linux; 107 maintainers = with maintainers; [ abbradar ]; 108 };