summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/accupy
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/accupy')
-rw-r--r--pkgs/development/python-modules/accupy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/accupy/default.nix b/pkgs/development/python-modules/accupy/default.nix
index 07c2bcfeb5e8..07805c470c36 100644
--- a/pkgs/development/python-modules/accupy/default.nix
+++ b/pkgs/development/python-modules/accupy/default.nix
@@ -55,7 +55,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Accurate sums and dot products for Python";
- homepage = https://github.com/nschloe/accupy;
+ homepage = "https://github.com/nschloe/accupy";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
};