Merge pull request #106900 from prusnak/libusb-maint
libusb1: add prusnak to maintainers
This commit is contained in:
commit
0d1b1d3574
@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
platforms = platforms.all;
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = [ ];
|
||||
maintainers = with maintainers; [ prusnak ];
|
||||
};
|
||||
}
|
||||
|
@ -29,6 +29,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/vpelletier/python-libusb1";
|
||||
description = "Python ctype-based wrapper around libusb1";
|
||||
license = licenses.lgpl2Plus;
|
||||
maintainers = with maintainers; [ rnhmjoj ];
|
||||
maintainers = with maintainers; [ prusnak rnhmjoj ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user