mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
armcord: remove myself from meta.maintainers
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
This commit is contained in:
parent
18cc181b9b
commit
cb3037a2e2
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user