about summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-08-17 14:51:32 -0700
committerMatthew Bauer <mjbauer95@gmail.com>2017-08-17 14:51:32 -0700
commit1c4171c5cabae57ae14eb7d11fe52fc0a3dbf76c (patch)
tree4d2a8b88bea8bf73f62c0e294d89465b2c65eb7d /pkgs/applications/altcoins
parent060a41d225b099cd843bea1b431dc7aae8ed1d1a (diff)
downloadnixlib-1c4171c5cabae57ae14eb7d11fe52fc0a3dbf76c.tar
nixlib-1c4171c5cabae57ae14eb7d11fe52fc0a3dbf76c.tar.gz
nixlib-1c4171c5cabae57ae14eb7d11fe52fc0a3dbf76c.tar.bz2
nixlib-1c4171c5cabae57ae14eb7d11fe52fc0a3dbf76c.tar.lz
nixlib-1c4171c5cabae57ae14eb7d11fe52fc0a3dbf76c.tar.xz
nixlib-1c4171c5cabae57ae14eb7d11fe52fc0a3dbf76c.tar.zst
nixlib-1c4171c5cabae57ae14eb7d11fe52fc0a3dbf76c.zip
cryptop: https
Diffstat (limited to 'pkgs/applications/altcoins')
-rw-r--r--pkgs/applications/altcoins/cryptop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/altcoins/cryptop/default.nix b/pkgs/applications/altcoins/cryptop/default.nix
index a37ff5639d94..0136ab18ceac 100644
--- a/pkgs/applications/altcoins/cryptop/default.nix
+++ b/pkgs/applications/altcoins/cryptop/default.nix
@@ -16,7 +16,7 @@ python2.pkgs.buildPythonApplication rec {
   doCheck = false;
 
   meta = {
-    homepage = http://github.com/huwwp/cryptop;
+    homepage = https://github.com/huwwp/cryptop;
     description = "Command line Cryptocurrency Portfolio";
     license = with lib.licenses; [ mit ];
     maintainers = with lib.maintainers; [ bhipple ];