signald: drop myself (ma27) as maintainer

I only took care of that package because it was essential to operate a
bridge from Matrix to Signal (mautrix-signal). Now that the package uses
libsignal-ffi, this isn't necessary anymore and thus I have no use-case
and no test environment anymore.

I'm still happy to answer questions if possible though, but this doesn't
warrant a maintainer status.
This commit is contained in:
Maximilian Bosch
2024-02-07 12:29:50 +01:00
parent 9312d7840b
commit f010f39edd
@@ -137,7 +137,7 @@ in stdenv.mkDerivation {
binaryBytecode # deps
];
license = licenses.gpl3Plus;
maintainers = with maintainers; [ expipiplus1 ma27 ];
maintainers = with maintainers; [ expipiplus1 ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
};
}