Add newelle maintainer (#535135)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -104,6 +104,8 @@ python3Packages.buildPythonApplication {
|
||||
mainProgram = "newelle";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [
|
||||
michaelAllen
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user