summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-04-28 04:47:19 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-04-28 05:31:35 +0200
commit3dc1caa68337b88ecc12b7fe14b1f13bacf05307 (patch)
tree2e643ff952a26c1bca261c463c324e5a027088b1 /pkgs
parent8fd2c89b5433feed76a110383adef6d55fb54cca (diff)
python3.pkgs.pyusb: update the homepage
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pyusb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pyusb/default.nix b/pkgs/development/python-modules/pyusb/default.nix
index 424bdd9266ee..624090e98aa0 100644
--- a/pkgs/development/python-modules/pyusb/default.nix
+++ b/pkgs/development/python-modules/pyusb/default.nix
@@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python USB access module (wraps libusb 1.0)"; # can use other backends
- homepage = "http://pyusb.sourceforge.net/";
+ homepage = "https://pyusb.github.io/pyusb/";
license = licenses.bsd3;
maintainers = with maintainers; [ bjornfor ];
};