diff options
| author | Frederik Rietdijk <fridh@fridh.nl> | 2017-08-02 10:22:24 +0200 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2017-08-02 10:22:24 +0200 |
| commit | 4f66c0cf21613301f0932b93ee885cab7f933fa7 (patch) | |
| tree | 7f5c771d91d0b6d2d04b07221caf17292f8f1228 /pkgs/development/python-modules/python-uinput | |
| parent | f49c2fbf7a0594717a16432295983512091fba26 (diff) | |
| parent | 87b215d5f72cd51ea2b649e452c107c9e14f4abf (diff) | |
Merge remote-tracking branch 'upstream/master' into HEAD
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 93b67fe4782e..326151a4843f 100644 --- a/pkgs/development/python-modules/python-uinput/default.nix +++ b/pkgs/development/python-modules/python-uinput/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { meta = with stdenv.lib; { description = "Pythonic API to Linux uinput kernel module"; - homepage = "http://tjjr.fi/sw/python-uinput/"; + homepage = http://tjjr.fi/sw/python-uinput/; license = licenses.gpl3Plus; maintainers = with maintainers; [ abbradar ]; }; |
