mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
rpi-imager: add anthonyroussel to maintainers
This commit is contained in:
parent
22f6f91636
commit
8fe2040190
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user