libusb1: add prusnak to maintainers

This commit is contained in:
Pavol Rusnak 2020-12-14 13:03:36 +01:00
parent cd8fac0c29
commit d8afe9970c
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 ];
}; };
} }