treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
||||
license = stdenv.lib.licenses.gpl2Plus ;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
homepage = https://github.com/mikemb/wayV;
|
||||
homepage = "https://github.com/mikemb/wayV";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user