rpi-imager: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel 2023-08-23 15:03:48 +02:00
parent 22f6f91636
commit 8fe2040190
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/raspberrypi/rpi-imager/releases/tag/v${version}";
downloadPage = "https://github.com/raspberrypi/rpi-imager/";
license = licenses.asl20;
maintainers = with maintainers; [ ymarkus ];
maintainers = with maintainers; [ ymarkus anthonyroussel ];
platforms = platforms.all;
# does not build on darwin
broken = stdenv.isDarwin;