about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-03-13 08:53:37 +0100
committerGitHub <noreply@github.com>2024-03-13 08:53:37 +0100
commit671001181992b1105f68cf007d0e25b37018d9e5 (patch)
treefc1d71629ab00b5fa25f4cc05281a076c0220f1a /nixos/tests
parentb31e87640a5553fbd972e5061d02b067412317a0 (diff)
parentb0529146b9cb07385b16bd828197d56505ed5ec0 (diff)
Merge pull request #295199 from blakesmith/gotosocial_14_2
gotosocial 0.14.1 -> 0.14.2
Diffstat (limited to 'nixos/tests')
-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 ];