mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #120922 from tadeokondrak/discord-remove-maintainer
discord: Remove tadeokondrak as maintainer
This commit is contained in:
commit
662ff71a9a
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue