akkoma: add tcmal as maintainer

This commit is contained in:
tcmal 2024-03-30 23:11:45 +00:00
parent d598b5d88d
commit f8b9215e9f
3 changed files with 8 additions and 2 deletions

View File

@ -19567,6 +19567,12 @@
githubId = 2389333;
name = "Andy Tockman";
};
tcmal = {
email = "me@aria.rip";
github = "tcmal";
githubId = 4183876;
name = "Aria Shrimpton";
};
teatwig = {
email = "nix@teatwig.net";
name = "tea";

View File

@ -1125,6 +1125,6 @@ in {
};
};
meta.maintainers = with maintainers; [ mvs ];
meta.maintainers = with maintainers; [ mvs tcmal ];
meta.doc = ./akkoma.md;
}

View File

@ -222,7 +222,7 @@ beamPackages.mixRelease rec {
description = "ActivityPub microblogging server";
homepage = "https://akkoma.social";
license = licenses.agpl3Only;
maintainers = with maintainers; [ mvs ];
maintainers = with maintainers; [ mvs tcmal ];
platforms = platforms.unix;
};
}