about summary refs log tree commit diff
path: root/nixos/tests/web-apps
diff options
context:
space:
mode:
authorBlake Smith <blakesmith0@gmail.com>2024-03-12 21:13:22 -0500
committerBlake Smith <blakesmith0@gmail.com>2024-03-12 21:13:22 -0500
commitb0529146b9cb07385b16bd828197d56505ed5ec0 (patch)
tree665cebfa259aa6ff15d990b3790cba67565419cc /nixos/tests/web-apps
parentd19db1134040cabcea27228098a1a096ea5f1465 (diff)
nixos/gotosocial: add blakesmith as a maintainer
Diffstat (limited to 'nixos/tests/web-apps')
-rw-r--r--nixos/tests/web-apps/gotosocial.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/web-apps/gotosocial.nix b/nixos/tests/web-apps/gotosocial.nix
index 6d279ab63a799..8c4e76b14e3bf 100644
--- a/nixos/tests/web-apps/gotosocial.nix
+++ b/nixos/tests/web-apps/gotosocial.nix
@@ -1,7 +1,7 @@
 { lib, ... }:
 {
   name = "gotosocial";
-  meta.maintainers = with lib.maintainers; [ misuzu ];
+  meta.maintainers = with lib.maintainers; [ misuzu blakesmith ];
 
   nodes.machine = { pkgs, ... }: {
     environment.systemPackages = [ pkgs.jq ];