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";
githubId = 4646725;
};
joscha = {
name = "joscha Loos";
email = "j.loos@posteo.net";
githubId = 57965027;
};
joshniemela = {
name = "Joshua Niemelä";
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 ];
}