exegol: add charB66 as maintainer
This commit is contained in:
parent
ac8286a5ed
commit
0a1effab9e
@ -43,6 +43,9 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
changelog = "https://github.com/ThePorgs/Exegol/releases/tag/${version}";
|
changelog = "https://github.com/ThePorgs/Exegol/releases/tag/${version}";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
mainProgram = "exegol";
|
mainProgram = "exegol";
|
||||||
maintainers = with maintainers; [ _0b11stan ];
|
maintainers = with maintainers; [
|
||||||
|
_0b11stan
|
||||||
|
charB66
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user