summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-uinput
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-22 11:29:45 -0500
committerGitHub <noreply@github.com>2018-03-22 11:29:45 -0500
commit68f691508333a0e718203be8dfeb824d0bebe659 (patch)
tree054fdb83fb9baacb1b9b2911ca807581e74d9852 /pkgs/development/python-modules/python-uinput
parentbda581585185b167192d10148caea21448514204 (diff)
parent66b1712a6278d974a4ea7c6997fa70c19cc87701 (diff)
Merge branch 'master' into hyper-haskell
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 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 ];
};