diff options
| author | Kevin Cox <kevincox@kevincox.ca> | 2021-08-13 21:08:58 +0000 |
|---|---|---|
| committer | Kevin Cox <kevincox@kevincox.ca> | 2021-08-13 21:08:58 +0000 |
| commit | f5e552ec014d31571818ed31bbb9056fac55b200 (patch) | |
| tree | fbc7259a829585e331b8ed8b683e99abcd20236b /pkgs/development/python-modules/python-uinput | |
| parent | 12d2e28182a3ce6d29aad4f2fdb4134321da8e96 (diff) | |
| parent | 9bacc3c32f2d06b9159e3b523b710a7218cf89b2 (diff) | |
Merge remote-tracking branch 'u/staging' into openmoji
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 ]; }; |
