about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyramid_exclog
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-01-10 12:17:37 -0800
committerJon <jonringer@users.noreply.github.com>2020-01-10 21:02:12 -0800
commit5961f211f3bcc28f878975489690013ee3e18be6 (patch)
tree91f85d1eb91a752be2e729fee4912d7c35dd56f1 /pkgs/development/python-modules/pyramid_exclog
parent4f2de85ac1c58bb664adf3ac5a351cbbd9c159ed (diff)
python.pkgs wide: fix problematic urls
Diffstat (limited to 'pkgs/development/python-modules/pyramid_exclog')
-rw-r--r--pkgs/development/python-modules/pyramid_exclog/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pyramid_exclog/default.nix b/pkgs/development/python-modules/pyramid_exclog/default.nix
index 152b12a935a28..912fb06c11bec 100644
--- a/pkgs/development/python-modules/pyramid_exclog/default.nix
+++ b/pkgs/development/python-modules/pyramid_exclog/default.nix
@@ -17,7 +17,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "A package which logs to a Python logger when an exception is raised by a Pyramid application";
-    homepage = http://docs.pylonsproject.org/;
+    homepage = https://docs.pylonsproject.org/;
     license = licenses.bsd0;
     maintainers = with maintainers; [ domenkozar ];
   };