summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorTadeo Kondrak <me@tadeo.ca>2021-04-27 13:10:25 -0600
committerTadeo Kondrak <me@tadeo.ca>2021-04-27 13:10:25 -0600
commit754c14f16b8872ad1571e9921f512a45bc6987f7 (patch)
tree55bedf20d397008028751a4d41c034ca62b14bd2 /pkgs/applications/networking
parentcf9bf19bf32f8866b19fca02705e02be204a601d (diff)
downloadnixpkgs-754c14f16b8872ad1571e9921f512a45bc6987f7.tar
nixpkgs-754c14f16b8872ad1571e9921f512a45bc6987f7.tar.gz
nixpkgs-754c14f16b8872ad1571e9921f512a45bc6987f7.tar.bz2
nixpkgs-754c14f16b8872ad1571e9921f512a45bc6987f7.tar.lz
nixpkgs-754c14f16b8872ad1571e9921f512a45bc6987f7.tar.xz
nixpkgs-754c14f16b8872ad1571e9921f512a45bc6987f7.tar.zst
nixpkgs-754c14f16b8872ad1571e9921f512a45bc6987f7.zip
discord: Remove tadeokondrak as maintainer
I added myself as a maintainer when I made a significant change to the
package, but I no longer use Discord.
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/instant-messengers/discord/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/discord/base.nix b/pkgs/applications/networking/instant-messengers/discord/base.nix
index b649fd20d51..841c979e97f 100644
--- a/pkgs/applications/networking/instant-messengers/discord/base.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/base.nix
@@ -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" ];
   };
 }