about summary refs log tree commit diff
path: root/nixos/tests/web-apps
diff options
context:
space:
mode:
authorManuel Bärenz <programming@manuelbaerenz.de>2023-08-17 17:20:18 +0200
committerManuel Bärenz <programming@manuelbaerenz.de>2023-08-17 17:20:18 +0200
commitbad4b37c7e6a1ce459dd6de6d8fb02d8050e8e1f (patch)
treedadb9412d5e7cd0b181475a82ce8fbd72e1b9747 /nixos/tests/web-apps
parentbfa55aa7f95d58df8d319f7d5c3b4aa8fe5f868f (diff)
Remove turion (myself) as maintainer from some packages
I have removed myself as maintainer from those packages that:

* Have at least one other maintainer
* Are outside of my actual expertise,
  i.e. I wouldn't really know how to fix them if they broke
Diffstat (limited to 'nixos/tests/web-apps')
-rw-r--r--nixos/tests/web-apps/mastodon/remote-postgresql.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/web-apps/mastodon/remote-postgresql.nix b/nixos/tests/web-apps/mastodon/remote-postgresql.nix
index 2fd3983e13ec3..715477191bfbc 100644
--- a/nixos/tests/web-apps/mastodon/remote-postgresql.nix
+++ b/nixos/tests/web-apps/mastodon/remote-postgresql.nix
@@ -13,7 +13,7 @@ let
 in
 {
   name = "mastodon-remote-postgresql";
-  meta.maintainers = with pkgs.lib.maintainers; [ erictapen izorkin turion ];
+  meta.maintainers = with pkgs.lib.maintainers; [ erictapen izorkin ];
 
   nodes = {
     database = {