mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
Merge: nixos/mautrix-signal, mautrix-signal, libsignal-ffi: drop maintainer niklaskorz, add alyaeanyx (#398166)
This commit is contained in:
commit
bbaef2f9ae
3 changed files with 3 additions and 3 deletions
|
@ -268,7 +268,7 @@ in
|
|||
buildDocsInSandbox = false;
|
||||
doc = ./mautrix-signal.md;
|
||||
maintainers = with lib.maintainers; [
|
||||
niklaskorz
|
||||
alyaeanyx
|
||||
frederictobiasc
|
||||
];
|
||||
};
|
||||
|
|
|
@ -54,6 +54,6 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "C ABI library which exposes Signal protocol logic";
|
||||
homepage = "https://github.com/signalapp/libsignal";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ niklaskorz ];
|
||||
maintainers = with maintainers; [ alyaeanyx ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -67,7 +67,7 @@ buildGoModule rec {
|
|||
description = "Matrix-Signal puppeting bridge";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [
|
||||
niklaskorz
|
||||
alyaeanyx
|
||||
ma27
|
||||
];
|
||||
mainProgram = "mautrix-signal";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue