treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
||||
homepage = https://igprof.org/;
|
||||
homepage = "https://igprof.org/";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ ktf ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user