Commit 1c99cea6 authored by misuzu's avatar misuzu
Browse files

castopod: remove misuzu from maintainers

parent 4146e6ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {
+1 −1
Original line number Diff line number Diff line
@@ -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, ... }: {
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}