treewide: quote URLs in my packages

This commit is contained in:
Nikolay Amiantov
2016-11-24 01:17:52 +03:00
parent 00cecf6a84
commit be95ceaff2
43 changed files with 70 additions and 76 deletions
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = http://wiki2.dovecot.org/Plugins/Antispam;
homepage = "http://wiki2.dovecot.org/Plugins/Antispam";
description = "An antispam plugin for the Dovecot IMAP server";
license = licenses.gpl2;
maintainers = with maintainers; [ abbradar ];