Merge pull request #120922 from tadeokondrak/discord-remove-maintainer

discord: Remove tadeokondrak as maintainer
This commit is contained in:
Martin Weinelt 2021-04-27 21:13:51 +02:00 committed by GitHub
commit 662ff71a9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ in stdenv.mkDerivation rec {
homepage = "https://discordapp.com/";
downloadPage = "https://discordapp.com/download";
license = licenses.unfree;
maintainers = with maintainers; [ ldesgoui MP2E tadeokondrak ];
maintainers = with maintainers; [ ldesgoui MP2E ];
platforms = [ "x86_64-linux" ];
};
}