From 4b632e63b42e40d7a285b848d38efabbf9a2d41e Mon Sep 17 00:00:00 2001 From: Funkeleinhorn Date: Sat, 7 Sep 2024 14:33:33 +0200 Subject: [PATCH] flashprog: add funkeleinhorn as maintainer --- pkgs/by-name/fl/flashprog/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/fl/flashprog/package.nix b/pkgs/by-name/fl/flashprog/package.nix index 746ab572bb32..b0bb52f1d383 100644 --- a/pkgs/by-name/fl/flashprog/package.nix +++ b/pkgs/by-name/fl/flashprog/package.nix @@ -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"; };