treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -64,7 +64,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Checks whether the contrast between two colors meet the WCAG requirements";
|
||||
homepage = https://gitlab.gnome.org/World/design/contrast;
|
||||
homepage = "https://gitlab.gnome.org/World/design/contrast";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ jtojnar ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user