castopod: remove misuzu from maintainers

This commit is contained in:
misuzu 2024-04-22 19:19:48 +03:00
parent 4146e6ea38
commit 1c99cea684
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ let
in
{
meta.doc = ./castopod.md;
meta.maintainers = with lib.maintainers; [ alexoundos misuzu ];
meta.maintainers = with lib.maintainers; [ alexoundos ];
options.services = {
castopod = {

View File

@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
{
name = "castopod";
meta = with lib.maintainers; {
maintainers = [ alexoundos misuzu ];
maintainers = [ alexoundos ];
};
nodes.castopod = { nodes, ... }: {

View File

@ -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;
};
}