summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-11-15 00:04:08 +0100
committerAnthony Roussel <anthony@roussel.dev>2023-11-15 15:12:58 +0100
commit3b17b80525812587783500cf56344361642d77f8 (patch)
tree717fc94908ba8f891ae91d409f3188a1be0eb91e
parent09e9d47508a1bc6c90c3c324a166d8f13b89528c (diff)
downloadnixpkgs-3b17b80525812587783500cf56344361642d77f8.tar
nixpkgs-3b17b80525812587783500cf56344361642d77f8.tar.gz
nixpkgs-3b17b80525812587783500cf56344361642d77f8.tar.bz2
nixpkgs-3b17b80525812587783500cf56344361642d77f8.tar.lz
nixpkgs-3b17b80525812587783500cf56344361642d77f8.tar.xz
nixpkgs-3b17b80525812587783500cf56344361642d77f8.tar.zst
nixpkgs-3b17b80525812587783500cf56344361642d77f8.zip
nixos/plantuml-server: add anthonyroussel to maintainers
-rw-r--r--nixos/modules/services/web-apps/plantuml-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/plantuml-server.nix b/nixos/modules/services/web-apps/plantuml-server.nix
index 0c23efe47f3..39737110540 100644
--- a/nixos/modules/services/web-apps/plantuml-server.nix
+++ b/nixos/modules/services/web-apps/plantuml-server.nix
@@ -162,5 +162,5 @@ in
     };
   };
 
-  meta.maintainers = with lib.maintainers; [ truh ];
+  meta.maintainers = with lib.maintainers; [ truh anthonyroussel ];
 }