about summary refs log tree commit diff
path: root/pkgs/servers/mail
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-08-16 07:54:01 +0000
committerRobin Gloster <mail@glob.in>2016-08-16 07:54:01 +0000
commit33e1c78ae3681719b389d4ead425afa4433f445d (patch)
tree015a86dbeb3b745e5daf876c184ccbd6b91f2db2 /pkgs/servers/mail
parent1747d28e5ada05ec07c4b1d35048ea5b194bde64 (diff)
parent888efed972d95e1f2bc31e4394ff841f0690d216 (diff)
downloadnixlib-33e1c78ae3681719b389d4ead425afa4433f445d.tar
nixlib-33e1c78ae3681719b389d4ead425afa4433f445d.tar.gz
nixlib-33e1c78ae3681719b389d4ead425afa4433f445d.tar.bz2
nixlib-33e1c78ae3681719b389d4ead425afa4433f445d.tar.lz
nixlib-33e1c78ae3681719b389d4ead425afa4433f445d.tar.xz
nixlib-33e1c78ae3681719b389d4ead425afa4433f445d.tar.zst
nixlib-33e1c78ae3681719b389d4ead425afa4433f445d.zip
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
Diffstat (limited to 'pkgs/servers/mail')
-rw-r--r--pkgs/servers/mail/dspam/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mail/dspam/default.nix b/pkgs/servers/mail/dspam/default.nix
index 6f52e62aab75..0c3ed84deff9 100644
--- a/pkgs/servers/mail/dspam/default.nix
+++ b/pkgs/servers/mail/dspam/default.nix
@@ -99,7 +99,7 @@ in stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    homepage = http://dspam.nuclearelephant.com/;
+    homepage = "http://nuclearelephant.com/";
     description = "Community Driven Antispam Filter";
     license = licenses.agpl3;
     platforms = platforms.linux;