ccid: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel 2023-12-07 14:22:29 +01:00
parent 1270c8e903
commit 1490bec746
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
description = "PC/SC driver for USB CCID smart card readers";
homepage = "https://ccid.apdu.fr/";
license = licenses.lgpl21Plus;
maintainers = [ maintainers.anthonyroussel ];
platforms = platforms.unix;
};
}