summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-uinput
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-31 18:01:07 +0000
committerGitHub <noreply@github.com>2021-07-31 18:01:07 +0000
commit2c7184fae99b28db0c088314ad50a12dec44aaf9 (patch)
tree6eb8c24f99311790c74bb347c66959d0e0ad748a /pkgs/development/python-modules/python-uinput
parente591a6235d95318ad67c03d666dc8788c65025fc (diff)
parente276c3b9c233ad6a5e0c3995fb98237b1942ba94 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/python-uinput')
-rw-r--r--pkgs/development/python-modules/python-uinput/default.nix2
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 ];
};