summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-25 00:40:17 -0500
committerGitHub <noreply@github.com>2018-03-25 00:40:17 -0500
commit8f3091939b00674e0aedbaaef76cc06591dd7ede (patch)
tree129ce5ba4727e5f7e71f3c3f94daf486d441e222 /pkgs/applications/altcoins
parent040a9ab240fba0b0dae5b48692fff7be50d3281c (diff)
parentb189247ba0b568da59bdb1ab82c5d95b8a85ba24 (diff)
downloadnixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar.gz
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar.bz2
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar.lz
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar.xz
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar.zst
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.zip
Merge pull request #37752 from ryantm/fix-urls
treewide: use more HTTPS URLs
Diffstat (limited to 'pkgs/applications/altcoins')
-rw-r--r--pkgs/applications/altcoins/ethsign/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/altcoins/ethsign/default.nix b/pkgs/applications/altcoins/ethsign/default.nix
index b7d14a43921b..0659c4fa2585 100644
--- a/pkgs/applications/altcoins/ethsign/default.nix
+++ b/pkgs/applications/altcoins/ethsign/default.nix
@@ -52,7 +52,7 @@ buildGoPackage rec {
   ];
 
   meta = with stdenv.lib; {
-    homepage = http://github.com/dapphub/ethsign;
+    homepage = https://github.com/dapphub/ethsign;
     description = "Make raw signed Ethereum transactions";
     license = [licenses.gpl3];
   };