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:
parent
5852620f96
commit
83b00c3637
|
@ -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";
|
||||
|
|
|
@ -1136,6 +1136,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with maintainers; [ mvs tcmal ];
|
||||
meta.maintainers = with maintainers; [ mvs ];
|
||||
meta.doc = ./akkoma.md;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue