dspam: update homepage

and use SPDX 3.0 license identifier
This commit is contained in:
Renaud 2022-02-05 22:52:47 +01:00 committed by c0bw3b
parent a543246db0
commit e77cafcf65

View File

@ -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 ];
};