diff --git a/pkgs/by-name/go/gotosocial/package.nix b/pkgs/by-name/go/gotosocial/package.nix index ae3a8ed65679..a89d164c6130 100644 --- a/pkgs/by-name/go/gotosocial/package.nix +++ b/pkgs/by-name/go/gotosocial/package.nix @@ -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; }; }