fflogs: add maintainer iedame

This commit is contained in:
Rafael Ieda
2025-10-17 02:26:25 -03:00
parent 21b54a2db2
commit d3972bc5de
+4 -1
View File
@@ -32,7 +32,10 @@ appimageTools.wrapType2 {
license = licenses.unfree; # no license listed
mainProgram = "fflogs";
platforms = platforms.linux;
maintainers = with maintainers; [ keysmashes ];
maintainers = with maintainers; [
keysmashes
iedame
];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}