about summary refs log tree commit diff
path: root/pkgs/development/python-modules/urwid
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-26 01:33:42 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-30 21:48:57 +0100
commitced3ec6ce324330e755d4ab1c52f088286257415 (patch)
treef6b4cec90e81eb6516ce103584ce7f215a5d1910 /pkgs/development/python-modules/urwid
parentfa5ef2cf62e6f85bbe9622cdb5362025a8e54d35 (diff)
downloadnixlib-ced3ec6ce324330e755d4ab1c52f088286257415.tar
nixlib-ced3ec6ce324330e755d4ab1c52f088286257415.tar.gz
nixlib-ced3ec6ce324330e755d4ab1c52f088286257415.tar.bz2
nixlib-ced3ec6ce324330e755d4ab1c52f088286257415.tar.lz
nixlib-ced3ec6ce324330e755d4ab1c52f088286257415.tar.xz
nixlib-ced3ec6ce324330e755d4ab1c52f088286257415.tar.zst
nixlib-ced3ec6ce324330e755d4ab1c52f088286257415.zip
treewide: update permanent url redirects
Diffstat (limited to 'pkgs/development/python-modules/urwid')
-rw-r--r--pkgs/development/python-modules/urwid/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/urwid/default.nix b/pkgs/development/python-modules/urwid/default.nix
index ceb57e86afb3..7dcc56d9f6e8 100644
--- a/pkgs/development/python-modules/urwid/default.nix
+++ b/pkgs/development/python-modules/urwid/default.nix
@@ -21,7 +21,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "A full-featured console (xterm et al.) user interface library";
-    homepage = "http://excess.org/urwid";
+    homepage = "https://excess.org/urwid";
     repositories.git = "git://github.com/wardi/urwid.git";
     license = licenses.lgpl21;
     maintainers = with maintainers; [ ];