treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ in nodePackages.buildNodePackage rec {
rev = "c56b860105f36c1c44ae011189d495272648c589";
src = fetchgit {
url = https://github.com/ripple/ripple-data-api.git;
url = "https://github.com/ripple/ripple-data-api.git";
inherit rev;
sha256 = "1iygp26ilradxj268g1l2y93cgrpchqwn71qdag67lv273dbq48m";
};
@@ -19,7 +19,7 @@ in nodePackages.buildNodePackage rec {
meta = {
description = "Historical ripple data";
homepage = https://github.com/ripple/ripple-data-api;
homepage = "https://github.com/ripple/ripple-data-api";
maintainers = with maintainers; [ offline ];
};
}