libsignal-ffi: add SchweGELBin as maintainer

(cherry picked from commit 1a9dd6becb)
This commit is contained in:
SchweGELBin
2025-08-18 00:22:19 +02:00
committed by github-actions[bot]
parent 264c958811
commit f7add915b0

View File

@@ -51,6 +51,9 @@ rustPlatform.buildRustPackage rec {
description = "C ABI library which exposes Signal protocol logic";
homepage = "https://github.com/signalapp/libsignal";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ pentane ];
maintainers = with maintainers; [
pentane
SchweGELBin
];
};
}