gotosocial: remove misuzu from maintainers
This commit is contained in:
parent
6143fc5eeb
commit
4146e6ea38
3 changed files with 3 additions and 3 deletions
|
@ -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,7 +1,7 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "gotosocial";
|
||||
meta.maintainers = with lib.maintainers; [ misuzu blakesmith ];
|
||||
meta.maintainers = with lib.maintainers; [ blakesmith ];
|
||||
|
||||
nodes.machine = { pkgs, ... }: {
|
||||
environment.systemPackages = [ pkgs.jq ];
|
||||
|
|
|
@ -69,7 +69,7 @@ buildGoModule rec {
|
|||
advertised to! A light-weight alternative to Mastodon
|
||||
and Pleroma, with support for clients!
|
||||
'';
|
||||
maintainers = with maintainers; [ misuzu blakesmith ];
|
||||
maintainers = with maintainers; [ blakesmith ];
|
||||
license = licenses.agpl3Only;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue