treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -112,7 +112,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
maintainers = with maintainers; [ orivej vrthra ];
|
||||
|
||||
homepage = https://www.gnu.org/software/mailutils/;
|
||||
homepage = "https://www.gnu.org/software/mailutils/";
|
||||
|
||||
# Some of the dependencies fail to build on {cyg,dar}win.
|
||||
platforms = platforms.gnu ++ platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user