exegol: add charB66 as maintainer

This commit is contained in:
charB66
2024-09-28 15:20:01 +02:00
parent ac8286a5ed
commit 0a1effab9e
+4 -1
View File
@@ -43,6 +43,9 @@ python3.pkgs.buildPythonApplication rec {
changelog = "https://github.com/ThePorgs/Exegol/releases/tag/${version}";
license = licenses.gpl3Only;
mainProgram = "exegol";
maintainers = with maintainers; [ _0b11stan ];
maintainers = with maintainers; [
_0b11stan
charB66
];
};
}