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-08-01 00:06:30 +0000
committerGitHub <noreply@github.com>2021-08-01 00:06:30 +0000
commite1340f42fcd6f22834a762a8cd03c02651469bc4 (patch)
tree272e98d8ee67a8e5f8a163e7c9979ab4b1d32416 /pkgs/development/python-modules/python-uinput
parent80ec00ddc6f9d2deb23be3bfb6049d9391f09c4c (diff)
parent3f6e5069a7540e6ba6b65abde8e4d55d5d44fa98 (diff)
Merge master into haskell-updates
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 ];
};