gotosocial: remove misuzu from maintainers

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

View File

@ -27,7 +27,7 @@ let
in in
{ {
meta.doc = ./gotosocial.md; meta.doc = ./gotosocial.md;
meta.maintainers = with lib.maintainers; [ misuzu blakesmith ]; meta.maintainers = with lib.maintainers; [ blakesmith ];
options.services.gotosocial = { options.services.gotosocial = {
enable = lib.mkEnableOption "ActivityPub social network server"; enable = lib.mkEnableOption "ActivityPub social network server";

View File

@ -1,7 +1,7 @@
{ lib, ... }: { lib, ... }:
{ {
name = "gotosocial"; name = "gotosocial";
meta.maintainers = with lib.maintainers; [ misuzu blakesmith ]; meta.maintainers = with lib.maintainers; [ blakesmith ];
nodes.machine = { pkgs, ... }: { nodes.machine = { pkgs, ... }: {
environment.systemPackages = [ pkgs.jq ]; environment.systemPackages = [ pkgs.jq ];

View File

@ -69,7 +69,7 @@ buildGoModule rec {
advertised to! A light-weight alternative to Mastodon advertised to! A light-weight alternative to Mastodon
and Pleroma, with support for clients! and Pleroma, with support for clients!
''; '';
maintainers = with maintainers; [ misuzu blakesmith ]; maintainers = with maintainers; [ blakesmith ];
license = licenses.agpl3Only; license = licenses.agpl3Only;
}; };
} }