python3.pkgs.pyusb: update the homepage
This commit is contained in:
@@ -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 ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user