Unverified Commit 4a07060d authored by CherryKitten's avatar CherryKitten
Browse files

gotosocial: add cherrykitten to maintainers

parent af7c0c46
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -73,7 +73,10 @@ buildGo124Module rec {
      advertised to! A light-weight alternative to Mastodon
      and Pleroma, with support for clients!
    '';
    maintainers = with lib.maintainers; [ blakesmith ];
    maintainers = with lib.maintainers; [
      blakesmith
      cherrykitten
    ];
    license = lib.licenses.agpl3Only;
  };
}