about summary refs log tree commit diff
path: root/pkgs/applications/audio/castopod
diff options
context:
space:
mode:
authormisuzu <bakalolka@gmail.com>2024-04-22 19:19:48 +0300
committermisuzu <bakalolka@gmail.com>2024-04-22 19:19:48 +0300
commit1c99cea68492485523b81c0e1a7a5f802d266c46 (patch)
tree1dbaaba7d9070f81681011c7f06479d61d785365 /pkgs/applications/audio/castopod
parent4146e6ea38a0ac1994ddedd85d265cb9b1755aa1 (diff)
castopod: remove misuzu from maintainers
Diffstat (limited to 'pkgs/applications/audio/castopod')
-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;
   };
 }