0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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; { meta = with stdenv.lib; {
description = "Python USB access module (wraps libusb 1.0)"; # can use other backends 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; license = licenses.bsd3;
maintainers = with maintainers; [ bjornfor ]; maintainers = with maintainers; [ bjornfor ];
}; };