armcord: remove myself from meta.maintainers

Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
This commit is contained in:
Ludovico Piero 2024-01-24 16:29:26 +09:00
parent 18cc181b9b
commit cb3037a2e2
No known key found for this signature in database
GPG Key ID: 3911DD276CFE779C

View File

@ -134,7 +134,7 @@ stdenv.mkDerivation rec {
downloadPage = "https://github.com/ArmCord/ArmCord";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.osl3;
maintainers = with maintainers; [ ludovicopiero wrmilling ];
maintainers = with maintainers; [ wrmilling ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
mainProgram = "armcord";
};