about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/simpleai/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/simpleai/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/simpleai/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/simpleai/default.nix b/nixpkgs/pkgs/development/python-modules/simpleai/default.nix
index 230ac17fa0aa..c8d1a99326f9 100644
--- a/nixpkgs/pkgs/development/python-modules/simpleai/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/simpleai/default.nix
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    doCheck = false;
 
    meta = with stdenv.lib; {
-     homepage = https://github.com/simpleai-team/simpleai;
+     homepage = "https://github.com/simpleai-team/simpleai";
      description = "This lib implements many of the artificial intelligence algorithms described on the book 'Artificial Intelligence, a Modern Approach'";
      maintainers = with maintainers; [ NikolaMandic ];
    };