about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/telepathy
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-03-27 19:11:17 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-03-27 19:52:29 +0200
commit96d41e393da3ca27fbcc7c82b7221a5c923460c0 (patch)
treebe6b58f9be7207b286fd5fa7cb53d17b0354acea /pkgs/applications/networking/instant-messengers/telepathy
parent50adc53207cc7c5697d8c7581222d5c1cbe73b2b (diff)
downloadnixlib-96d41e393da3ca27fbcc7c82b7221a5c923460c0.tar
nixlib-96d41e393da3ca27fbcc7c82b7221a5c923460c0.tar.gz
nixlib-96d41e393da3ca27fbcc7c82b7221a5c923460c0.tar.bz2
nixlib-96d41e393da3ca27fbcc7c82b7221a5c923460c0.tar.lz
nixlib-96d41e393da3ca27fbcc7c82b7221a5c923460c0.tar.xz
nixlib-96d41e393da3ca27fbcc7c82b7221a5c923460c0.tar.zst
nixlib-96d41e393da3ca27fbcc7c82b7221a5c923460c0.zip
treewide: purge maintainers.urkud
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/telepathy')
-rw-r--r--pkgs/applications/networking/instant-messengers/telepathy/kde/default.nix2
-rw-r--r--pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/telepathy/kde/default.nix b/pkgs/applications/networking/instant-messengers/telepathy/kde/default.nix
index 592fc2b5934d..0a5a309c27da 100644
--- a/pkgs/applications/networking/instant-messengers/telepathy/kde/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telepathy/kde/default.nix
@@ -54,7 +54,7 @@ let
 
         meta = {
           inherit (kdelibs4.meta) platforms;
-          maintainers = [ stdenv.lib.maintainers.urkud ];
+          maintainers = [ ];
         };
       }
     );
diff --git a/pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix b/pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix
index 2ade2fd3edd0..4cf0d2a04492 100644
--- a/pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "Logger service for Telepathy framework";
     homepage = http://telepathy.freedesktop.org/wiki/Logger ;
-    maintainers = [ stdenv.lib.maintainers.urkud ];
+    maintainers = [ ];
     platforms = stdenv.lib.platforms.gnu; # Arbitrary choice
   };
 }