Add newelle maintainer (#535135)

This commit is contained in:
Yohann Boniface
2026-06-25 21:36:13 +00:00
committed by GitHub
2 changed files with 9 additions and 1 deletions
+6
View File
@@ -17968,6 +17968,12 @@
githubId = 1575834;
name = "Michael Adler";
};
michaelAllen = {
name = "Michael Allen";
email = "mcallen71398@gmail.com";
github = "That1LinuxGuy";
githubId = 207959559;
};
michaelBelsanti = {
email = "mbels03@protonmail.com";
name = "Mike Belsanti";
+3 -1
View File
@@ -104,6 +104,8 @@ python3Packages.buildPythonApplication {
mainProgram = "newelle";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
maintainers = [ ];
maintainers = with lib.maintainers; [
michaelAllen
];
};
}