summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/GitPython
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2020-05-03 11:37:52 +0200
committerGabriel Ebner <gebner@gebner.org>2020-05-03 11:37:52 +0200
commita4f60b72e981df2ec9d5e05fe3fcbefb9e4a755d (patch)
tree59c318e386590a8ec8367a756ecd43581d52f329 /pkgs/development/python-modules/GitPython
parent40c012bc855b1e9f96df8cc2186a91332be2d3e6 (diff)
parent88e07d3a9610b222ef0d134b3888734cf1ab22c5 (diff)
Merge branch 'master' into octoprint
Diffstat (limited to 'pkgs/development/python-modules/GitPython')
-rw-r--r--pkgs/development/python-modules/GitPython/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/GitPython/default.nix b/pkgs/development/python-modules/GitPython/default.nix
index 0487b2045811..b15b5ebf3441 100644
--- a/pkgs/development/python-modules/GitPython/default.nix
+++ b/pkgs/development/python-modules/GitPython/default.nix
@@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = {
description = "Python Git Library";
maintainers = [ ];
- homepage = https://github.com/gitpython-developers/GitPython;
+ homepage = "https://github.com/gitpython-developers/GitPython";
license = lib.licenses.bsd3;
};
}