Merge pull request #106900 from prusnak/libusb-maint

libusb1: add prusnak to maintainers
This commit is contained in:
Daniël de Kok 2020-12-14 13:36:57 +01:00 committed by GitHub
commit 0d1b1d3574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
''; '';
platforms = platforms.all; platforms = platforms.all;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = [ ]; maintainers = with maintainers; [ prusnak ];
}; };
} }

View File

@ -29,6 +29,6 @@ buildPythonPackage rec {
homepage = "https://github.com/vpelletier/python-libusb1"; homepage = "https://github.com/vpelletier/python-libusb1";
description = "Python ctype-based wrapper around libusb1"; description = "Python ctype-based wrapper around libusb1";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
maintainers = with maintainers; [ rnhmjoj ]; maintainers = with maintainers; [ prusnak rnhmjoj ];
}; };
} }