maintainers: add cnst
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user