treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -40,7 +40,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Kernel-based automounter";
|
||||
homepage = https://www.kernel.org/pub/linux/daemons/autofs/;
|
||||
homepage = "https://www.kernel.org/pub/linux/daemons/autofs/";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
executables = [ "automount" ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user