dediprog-sf100: Add Felix Singer as maintainer (#463458)

This commit is contained in:
Aleksana
2025-11-20 13:02:46 +00:00
committed by GitHub
+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
];
};
})