treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ in runCommand name {
|
||||
};
|
||||
meta = with stdenv.lib; {
|
||||
description = "A postfix policy server to provide greylisting";
|
||||
homepage = https://postgrey.schweikert.ch/;
|
||||
homepage = "https://postgrey.schweikert.ch/";
|
||||
platforms = postfix.meta.platforms;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user