Unverified Commit c0e50ded authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #306046 from misuzu/maintainers

{gotosocial,castopod,swapspace,psi-plus,kmon}: remove misuzu from maintainers
parents 97c7b6df 7e3f1978
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
@@ -27,7 +27,7 @@ let
in
{
  meta.doc = ./gotosocial.md;
  meta.maintainers = with lib.maintainers; [ misuzu blakesmith ];
  meta.maintainers = with lib.maintainers; [ blakesmith ];

  options.services.gotosocial = {
    enable = lib.mkEnableOption "ActivityPub social network server";
+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
{ lib, ... }:
{
  name = "gotosocial";
  meta.maintainers = with lib.maintainers; [ misuzu blakesmith ];
  meta.maintainers = with lib.maintainers; [ blakesmith ];

  nodes.machine = { pkgs, ... }: {
    environment.systemPackages = [ pkgs.jq ];
+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;
  };
}
Loading