python3.pkgs.pyusb: update the homepage

This commit is contained in:
Jan Tojnar 2020-04-28 04:47:19 +02:00
parent 8fd2c89b54
commit 3dc1caa683
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -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 ];
};