nixosTests.gitea: remove emilylange from maintainers
I no longer contribute to this test nor do I plan to do so in the future. My contributions moved to nixosTests.forgejo, after we (nixpkgs) decided to split the gitea and forgejo nixpkgs modules.
This commit is contained in:
parent
17012aa0d2
commit
03e7a22654
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ let
|
||||||
supportedDbTypes = [ "mysql" "postgres" "sqlite3" ];
|
supportedDbTypes = [ "mysql" "postgres" "sqlite3" ];
|
||||||
makeGiteaTest = type: nameValuePair type (makeTest {
|
makeGiteaTest = type: nameValuePair type (makeTest {
|
||||||
name = "${giteaPackage.pname}-${type}";
|
name = "${giteaPackage.pname}-${type}";
|
||||||
meta.maintainers = with maintainers; [ aanderse emilylange kolaente ma27 ];
|
meta.maintainers = with maintainers; [ aanderse kolaente ma27 ];
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
server = { config, pkgs, ... }: {
|
server = { config, pkgs, ... }: {
|
||||||
|
|
Loading…
Reference in a new issue