flashprog: add funkeleinhorn as maintainer (#340301)

This commit is contained in:
Aleksana 2024-09-07 23:46:10 +08:00 committed by GitHub
commit 37b266bb14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://flashprog.org";
description = "Utility for reading, writing, erasing and verifying flash ROM chips";
license = with licenses; [ gpl2Plus ];
maintainers = with maintainers; [ felixsinger ];
maintainers = with maintainers; [ felixsinger funkeleinhorn ];
platforms = platforms.all;
mainProgram = "flashprog";
};