1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

akkoma: remove maintainer tcmal (#320858)

This commit is contained in:
Aria 2024-06-18 21:33:38 +01:00 committed by GitHub
parent 5852620f96
commit 83b00c3637
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 8 deletions

View file

@ -19621,12 +19621,6 @@
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

@ -1136,6 +1136,6 @@ in {
};
};
meta.maintainers = with maintainers; [ mvs tcmal ];
meta.maintainers = with maintainers; [ mvs ];
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 tcmal ];
maintainers = with maintainers; [ mvs ];
platforms = platforms.unix;
};
}