maintainers: add cnst

This commit is contained in:
cnst
2026-08-02 15:59:16 +02:00
parent 8c7d14b495
commit cb93b0797a
2 changed files with 10 additions and 1 deletions
+6
View File
@@ -5398,6 +5398,12 @@
githubId = 718298;
name = "Michael Livshin";
};
cnst = {
name = "cnst";
email = "mail@cnst.dev";
github = "cnsta";
githubId = 61944575;
};
CnTeng = {
name = "CnTeng";
email = "me@snakepi.xyz";
+4 -1
View File
@@ -63,7 +63,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://github.com/Vladimir-csp/app2unit";
license = lib.licenses.gpl3;
mainProgram = "app2unit";
maintainers = with lib.maintainers; [ fazzi ];
maintainers = with lib.maintainers; [
fazzi
cnst
];
platforms = lib.platforms.linux;
};
})