Merge pull request #73028 from arianvp/wire-maintainer

wire-desktop: Add arianvp to maintainer list
This commit is contained in:
worldofpeace 2019-11-08 17:43:38 +00:00 committed by GitHub
commit 90ebe8589c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -569,6 +569,12 @@
githubId = 718812; githubId = 718812;
name = "Antoine R. Dumont"; name = "Antoine R. Dumont";
}; };
arianvp = {
email = "arian.vanputten@gmail.com";
github = "arianvp";
githubId = 628387;
name = "Arian van Putten";
};
aristid = { aristid = {
email = "aristidb@gmail.com"; email = "aristidb@gmail.com";
github = "aristidb"; github = "aristidb";

View file

@ -43,7 +43,7 @@ let
homepage = https://wire.com/; homepage = https://wire.com/;
downloadPage = https://wire.com/download/; downloadPage = https://wire.com/download/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ toonn worldofpeace ]; maintainers = with maintainers; [ arianvp toonn worldofpeace ];
platforms = [ "x86_64-darwin" "x86_64-linux" ]; platforms = [ "x86_64-darwin" "x86_64-linux" ];
}; };