treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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" ];
|
||||
|
||||
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user