summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpsig
diff options
context:
space:
mode:
authorOren Rozen <countoren@gmail.com>2020-05-25 16:55:10 -0500
committerOren Rozen <countoren@gmail.com>2020-05-25 16:55:10 -0500
commit4d58f006ff4a6bdedcce793057c8533d8e73ed2a (patch)
tree1bc0ea96b367947522d2bfedc5fe5f00536c8121 /pkgs/development/python-modules/httpsig
parente708176d43f11823054d07a1ad8db79e8e5e291c (diff)
parent673b122836136e58842b316bcb49158c8322132a (diff)
Merge branch 'updateSettings' into vscode-utils/vscodeEnv
Diffstat (limited to 'pkgs/development/python-modules/httpsig')
-rw-r--r--pkgs/development/python-modules/httpsig/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/httpsig/default.nix b/pkgs/development/python-modules/httpsig/default.nix
index 24ba9be13822..30c918d86feb 100644
--- a/pkgs/development/python-modules/httpsig/default.nix
+++ b/pkgs/development/python-modules/httpsig/default.nix
@@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Sign HTTP requests with secure signatures";
license = licenses.mit;
maintainers = with maintainers; [ srhb ];
- homepage = https://github.com/ahknight/httpsig;
+ homepage = "https://github.com/ahknight/httpsig";
};
}