mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
conduit: Drop piegames from maintainers
This commit is contained in:
parent
e0c850e97f
commit
3813ff1a48
@ -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 New Issue
Block a user