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 ];
};
}
+1 -1
View File
@@ -149,7 +149,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Ripple P2P payment network reference server";
homepage = https://github.com/ripple/rippled;
homepage = "https://github.com/ripple/rippled";
maintainers = with maintainers; [ ehmry offline ];
license = licenses.isc;
platforms = [ "x86_64-linux" ];
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Generate master and ephemeral rippled validator keys";
homepage = https://github.com/ripple/validator-keys-tool;
homepage = "https://github.com/ripple/validator-keys-tool";
maintainers = with maintainers; [ offline ];
license = licenses.isc;
platforms = [ "x86_64-linux" ];