diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-08-05 13:24:28 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-08-05 13:24:28 +0200 |
| commit | abab935141aa275c53c60db4c5901e082c0c2261 (patch) | |
| tree | 52b2ba0caa71097e479edbc8b1a8cd69a4f14aaa /pkgs/development/python-modules/python-uinput | |
| parent | a2208fd6aad41298a9abdf737b01a9c5bc48b510 (diff) | |
| parent | c5373ce006fec8fbe2cf556fa9f628ecc18d6cd1 (diff) | |
Merge remote-tracking branch 'origin/master' into home-assistant
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 ]; }; |
