libsignal-ffi: drop maintainer niklaskorz, add alyaeanyx

This commit is contained in:
Niklas Korz
2025-04-12 17:18:01 +02:00
parent 8147e29581
commit 7c4582e93d
+1 -1
View File
@@ -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 ];
};
}