gotosocial: add cherrykitten to maintainers

This commit is contained in:
CherryKitten
2025-11-18 09:09:18 +01:00
parent af7c0c464e
commit 4a07060d0c
+4 -1
View File
@@ -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;
};
}