treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -330,7 +330,7 @@ stdenv.mkDerivation {
|
||||
|
||||
|
||||
meta = {
|
||||
homepage = https://git-scm.com/;
|
||||
homepage = "https://git-scm.com/";
|
||||
description = "Distributed version control system";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user