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:
parent
8fd2c89b54
commit
3dc1caa683
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue