treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
|
||||
homepage = https://www.gnu.org/software/pies/;
|
||||
homepage = "https://www.gnu.org/software/pies/";
|
||||
|
||||
platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux;
|
||||
maintainers = [ ];
|
||||
|
||||
Reference in New Issue
Block a user