treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -12,7 +12,7 @@ buildDunePackage rec {
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/pqwy/cpuid;
|
||||
homepage = "https://github.com/pqwy/cpuid";
|
||||
description = "Detect CPU features from OCaml";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = [ lib.maintainers.vbgl ];
|
||||
|
||||
Reference in New Issue
Block a user