summary refs log tree commit diff
path: root/pkgs/development/python-modules/html2text/2018.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/html2text/2018.nix')
-rw-r--r--pkgs/development/python-modules/html2text/2018.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/html2text/2018.nix b/pkgs/development/python-modules/html2text/2018.nix
index cac88c55794..e0a60e1ef0a 100644
--- a/pkgs/development/python-modules/html2text/2018.nix
+++ b/pkgs/development/python-modules/html2text/2018.nix
@@ -14,7 +14,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Turn HTML into equivalent Markdown-structured text";
-    homepage = https://github.com/Alir3z4/html2text/;
+    homepage = "https://github.com/Alir3z4/html2text/";
     license = licenses.gpl3;
   };