summary refs log tree commit diff
path: root/pkgs/applications/altcoins/cryptop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/altcoins/cryptop/default.nix')
-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 33853f150cb..a37ff5639d9 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 = http://github.com/huwwp/cryptop;
     description = "Command line Cryptocurrency Portfolio";
     license = with lib.licenses; [ mit ];
     maintainers = with lib.maintainers; [ bhipple ];