conduit: Drop piegames from maintainers
This commit is contained in:
parent
e0c850e97f
commit
3813ff1a48
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ let
|
|||
configFile = format.generate "conduit.toml" cfg.settings;
|
||||
in
|
||||
{
|
||||
meta.maintainers = with maintainers; [ pstn piegames ];
|
||||
meta.maintainers = with maintainers; [ pstn ];
|
||||
options.services.matrix-conduit = {
|
||||
enable = mkEnableOption "matrix-conduit";
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "A Matrix homeserver written in Rust";
|
||||
homepage = "https://conduit.rs/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ pstn piegames pimeys ];
|
||||
maintainers = with maintainers; [ pstn pimeys ];
|
||||
mainProgram = "conduit";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue