about summary refs log tree commit diff
path: root/pkgs/applications/networking/ipfs-migrator
diff options
context:
space:
mode:
authorMichael Reilly <OmnipotentEntity@gmail.com>2020-04-02 16:01:48 -0400
committerMichael Reilly <OmnipotentEntity@gmail.com>2020-04-05 10:17:15 -0400
commite20f308b8e53aad75e61ebbd211d6cdd92592b97 (patch)
treedcd25947eefd2c33473adc28b57d13901a8a6b61 /pkgs/applications/networking/ipfs-migrator
parent6b46563e44e49af40d9491a26a2bfe0f2fdc4865 (diff)
downloadnixlib-e20f308b8e53aad75e61ebbd211d6cdd92592b97.tar
nixlib-e20f308b8e53aad75e61ebbd211d6cdd92592b97.tar.gz
nixlib-e20f308b8e53aad75e61ebbd211d6cdd92592b97.tar.bz2
nixlib-e20f308b8e53aad75e61ebbd211d6cdd92592b97.tar.lz
nixlib-e20f308b8e53aad75e61ebbd211d6cdd92592b97.tar.xz
nixlib-e20f308b8e53aad75e61ebbd211d6cdd92592b97.tar.zst
nixlib-e20f308b8e53aad75e61ebbd211d6cdd92592b97.zip
treewide: quoted urls for RFC45, only the rebuilds
Diffstat (limited to 'pkgs/applications/networking/ipfs-migrator')
-rw-r--r--pkgs/applications/networking/ipfs-migrator/default.nix2
-rw-r--r--pkgs/applications/networking/ipfs-migrator/deps.nix8
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/networking/ipfs-migrator/default.nix b/pkgs/applications/networking/ipfs-migrator/default.nix
index dc646f9471e1..578ac9b04797 100644
--- a/pkgs/applications/networking/ipfs-migrator/default.nix
+++ b/pkgs/applications/networking/ipfs-migrator/default.nix
@@ -19,7 +19,7 @@ buildGoPackage {
 
   meta = with stdenv.lib; {
     description = "Migration tool for ipfs repositories";
-    homepage = https://ipfs.io/;
+    homepage = "https://ipfs.io/";
     license = licenses.mit;
     platforms = platforms.unix;
     maintainers = with maintainers; [ elitak ];
diff --git a/pkgs/applications/networking/ipfs-migrator/deps.nix b/pkgs/applications/networking/ipfs-migrator/deps.nix
index 1ad1c383c8c6..b4ae5ef827ec 100644
--- a/pkgs/applications/networking/ipfs-migrator/deps.nix
+++ b/pkgs/applications/networking/ipfs-migrator/deps.nix
@@ -3,7 +3,7 @@
     goPackagePath = "github.com/jbenet/goprocess";
     fetch = {
       type = "git";
-      url = https://github.com/jbenet/goprocess;
+      url = "https://github.com/jbenet/goprocess";
       rev = "b497e2f366b8624394fb2e89c10ab607bebdde0b";
       sha256 = "1lnvkzki7vnqn5c4m6bigk0k85haicmg27w903kwg30rdvblm82s";
     };
@@ -12,7 +12,7 @@
     goPackagePath = "github.com/jbenet/go-random";
     fetch = {
       type = "git";
-      url = https://github.com/jbenet/go-random;
+      url = "https://github.com/jbenet/go-random";
       rev = "384f606e91f542a98e779e652eed88051618f0f7";
       sha256 = "0gcshzl9n3apzc0jaxqrjsc038yfrzfyhpdqgbpcnajin83l2msa";
     };
@@ -21,7 +21,7 @@
     goPackagePath = "github.com/jbenet/go-random-files";
     fetch = {
       type = "git";
-      url = https://github.com/jbenet/go-random-files;
+      url = "https://github.com/jbenet/go-random-files";
       rev = "737479700b40b4b50e914e963ce8d9d44603e3c8";
       sha256 = "1klpdc4qkrfy31r7qh00fcz42blswzabmcnry9byd5adhszxj9bw";
     };
@@ -30,7 +30,7 @@
     goPackagePath = "github.com/hashicorp/golang-lru";
     fetch = {
       type = "git";
-      url = https://github.com/hashicorp/golang-lru;
+      url = "https://github.com/hashicorp/golang-lru";
       rev = "20f1fb78b0740ba8c3cb143a61e86ba5c8669768";
       sha256 = "12k2cp2k615fjvfa5hyb9k2alian77wivds8s65diwshwv41939f";
     };