summary refs log tree commit diff
path: root/pkgs/tools/text/fanficfare/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/fanficfare/default.nix')
-rw-r--r--pkgs/tools/text/fanficfare/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/fanficfare/default.nix b/pkgs/tools/text/fanficfare/default.nix
index 38eadf40ae3..9e273d3c69b 100644
--- a/pkgs/tools/text/fanficfare/default.nix
+++ b/pkgs/tools/text/fanficfare/default.nix
@@ -14,7 +14,7 @@ python27Packages.buildPythonApplication rec {
 
   meta = with stdenv.lib; {
     description = "FanFicFare is a tool for making eBooks from fanfiction web sites";
-    homepage = "https://github.com/JimmXinu/FanFicFare";
+    homepage = https://github.com/JimmXinu/FanFicFare;
     license = licenses.gpl3;
     platforms = platforms.linux;
     maintainers = with maintainers; [ lucas8 ];