summary refs log tree commit diff
path: root/pkgs/applications/misc/wikicurses/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/wikicurses/default.nix')
-rw-r--r--pkgs/applications/misc/wikicurses/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/wikicurses/default.nix b/pkgs/applications/misc/wikicurses/default.nix
index 2b11ccf5837..84f7d4fd291 100644
--- a/pkgs/applications/misc/wikicurses/default.nix
+++ b/pkgs/applications/misc/wikicurses/default.nix
@@ -23,7 +23,7 @@ pythonPackages.buildPythonApplication rec {
 
   meta = {
     description = "A simple curses interface for MediaWiki sites such as Wikipedia";
-    homepage = "https://github.com/ids1024/wikicurses/";
+    homepage = https://github.com/ids1024/wikicurses/;
     license = stdenv.lib.licenses.mit;
     platforms = stdenv.lib.platforms.unix;
   };