dediprog-sf100: Add Felix Singer as maintainer

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2025-11-20 13:20:19 +01:00
parent 33dee00145
commit eea7b9adfa
+4 -1
View File
@@ -47,6 +47,9 @@ stdenv.mkDerivation (finalAttrs: {
description = "Linux software for DediProg SF100/SF600 programmers";
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ thillux ];
maintainers = with lib.maintainers; [
thillux
felixsinger
];
};
})