armcord: add ludovicopiero as a maintainer
This commit is contained in:
parent
c9b9a3a38f
commit
f6c5130ce5
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ stdenv.mkDerivation rec {
|
|||
downloadPage = "https://github.com/ArmCord/ArmCord";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.osl3;
|
||||
maintainers = with maintainers; [ wrmilling ];
|
||||
maintainers = with maintainers; [ ludovicopiero wrmilling ];
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" ];
|
||||
mainProgram = "armcord";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue