about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-27 05:23:55 +0200
committerGitHub <noreply@github.com>2024-04-27 05:23:55 +0200
commitc0e50ded28cf9af4cb67b16e9a1262ed7f3ff50d (patch)
tree1cbd47419985656e4712e6b508a10cb1f47ac37f /pkgs/applications/audio
parent97c7b6dfb9dac32ebd6b43670e3e9dbf3217751e (diff)
parent7e3f1978d6f38e8ee8d4797ce0ea2800ef20710b (diff)
Merge pull request #306046 from misuzu/maintainers
{gotosocial,castopod,swapspace,psi-plus,kmon}: remove misuzu from maintainers
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/castopod/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/castopod/default.nix b/pkgs/applications/audio/castopod/default.nix
index 13bb4afe8e2d1..bd66a6835562d 100644
--- a/pkgs/applications/audio/castopod/default.nix
+++ b/pkgs/applications/audio/castopod/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation {
     description = "An open-source hosting platform made for podcasters who want to engage and interact with their audience";
     homepage = "https://castopod.org";
     license = licenses.agpl3Only;
-    maintainers = with maintainers; [ alexoundos misuzu ];
+    maintainers = with maintainers; [ alexoundos ];
     platforms = platforms.all;
   };
 }