summary refs log tree commit diff
path: root/pkgs/development/python-modules/fasttext/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/fasttext/default.nix')
-rw-r--r--pkgs/development/python-modules/fasttext/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/fasttext/default.nix b/pkgs/development/python-modules/fasttext/default.nix
index 9f1a8b18d7b..050b3873a00 100644
--- a/pkgs/development/python-modules/fasttext/default.nix
+++ b/pkgs/development/python-modules/fasttext/default.nix
@@ -21,7 +21,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Python module for text classification and representation learning";
-    homepage = https://fasttext.cc/;
+    homepage = "https://fasttext.cc/";
     license = licenses.mit;
     maintainers = with maintainers; [ danieldk ];
   };