gollum: add maintainer

This commit is contained in:
Joscha Loos 2023-07-02 13:23:05 +02:00
parent c94beb1e3a
commit 1130d57afb
2 changed files with 6 additions and 1 deletions

View file

@ -8009,6 +8009,11 @@
github = "jorsn"; github = "jorsn";
githubId = 4646725; githubId = 4646725;
}; };
joscha = {
name = "joscha Loos";
email = "j.loos@posteo.net";
githubId = 57965027;
};
joshniemela = { joshniemela = {
name = "Joshua Niemelä"; name = "Joshua Niemelä";
email = "josh@jniemela.dk"; email = "josh@jniemela.dk";

View file

@ -154,5 +154,5 @@ in
}; };
}; };
meta.maintainers = with lib.maintainers; [ erictapen bbenno ]; meta.maintainers = with lib.maintainers; [ erictapen bbenno joscha ];
} }