From 1c4171c5cabae57ae14eb7d11fe52fc0a3dbf76c Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Thu, 17 Aug 2017 14:51:32 -0700 Subject: [PATCH] cryptop: https --- pkgs/applications/altcoins/cryptop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/altcoins/cryptop/default.nix b/pkgs/applications/altcoins/cryptop/default.nix index a37ff5639d9..0136ab18cea 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 ];