summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/hipchat
diff options
context:
space:
mode:
authorJascha Geerds <jascha@geerds.org>2019-03-12 23:45:33 +0100
committerJascha Geerds <jascha@geerds.org>2019-03-12 23:50:52 +0100
commitffedc3e4a916a3dd167a6e371368bfd645d245f4 (patch)
treea0e49e656b1d728928e389a3ef9b0fdcc24deffd /pkgs/applications/networking/instant-messengers/hipchat
parentc484d9b5011a3c710424ea14332d02047ff12b39 (diff)
downloadnixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.gz
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.bz2
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.lz
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.xz
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.zst
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.zip
misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/hipchat')
-rw-r--r--pkgs/applications/networking/instant-messengers/hipchat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/hipchat/default.nix b/pkgs/applications/networking/instant-messengers/hipchat/default.nix
index 56f0f367c22..9e1b9fe9c39 100644
--- a/pkgs/applications/networking/instant-messengers/hipchat/default.nix
+++ b/pkgs/applications/networking/instant-messengers/hipchat/default.nix
@@ -82,6 +82,6 @@ in stdenv.mkDerivation {
     homepage = http://www.hipchat.com;
     license = licenses.unfree;
     platforms = [ "x86_64-linux" ];
-    maintainers = with maintainers; [ jgeerds puffnfresh ];
+    maintainers = with maintainers; [ puffnfresh ];
   };
 }