0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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

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