Skip to content

Commit

Permalink
nixos/garage: add cything as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
cything committed Jan 15, 2025
1 parent 0fe4739 commit 97f2724
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nixos/modules/services/web-servers/garage.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ in
{
meta = {
doc = ./garage.md;
maintainers = [ maintainers.mjm ];
maintainers = with lib.maintainers; [
mjm
cything
];
};

options.services.garage = {
Expand Down

0 comments on commit 97f2724

Please sign in to comment.