Commit 4146e6ea authored by misuzu's avatar misuzu
Browse files

gotosocial: remove misuzu from maintainers

parent 6143fc5e
Loading
Loading
Loading
Loading
+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
{ 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
@@ -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;
  };
}