diff options
| author | Ben Siraphob <bensiraphob@gmail.com> | 2021-08-01 00:01:50 +0700 |
|---|---|---|
| committer | Ben Siraphob <bensiraphob@gmail.com> | 2021-08-01 00:01:50 +0700 |
| commit | 2f94991628ea21ff82227c79aac8a57582c9576d (patch) | |
| tree | 3d2f13149770c2fc5b8dc4a9baeed4b2c4082189 /pkgs/development/python-modules/python-uinput | |
| parent | e422c1666867969a90e37d2b4d3bd2012365ad79 (diff) | |
treewide: fix redirected URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
Diffstat (limited to 'pkgs/development/python-modules/python-uinput')
| -rw-r--r-- | pkgs/development/python-modules/python-uinput/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-uinput/default.nix b/pkgs/development/python-modules/python-uinput/default.nix index 8d82ffb6b3b9..efb1288943af 100644 --- a/pkgs/development/python-modules/python-uinput/default.nix +++ b/pkgs/development/python-modules/python-uinput/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { meta = with lib; { description = "Pythonic API to Linux uinput kernel module"; - homepage = "http://tjjr.fi/sw/python-uinput/"; + homepage = "https://tjjr.fi/sw/python-uinput/"; license = licenses.gpl3Plus; maintainers = with maintainers; [ abbradar ]; }; |
