summary refs log tree commit diff
path: root/pkgs/applications/office
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/office
parent50adc53207cc7c5697d8c7581222d5c1cbe73b2b (diff)
downloadnixpkgs-96d41e393da3ca27fbcc7c82b7221a5c923460c0.tar
nixpkgs-96d41e393da3ca27fbcc7c82b7221a5c923460c0.tar.gz
nixpkgs-96d41e393da3ca27fbcc7c82b7221a5c923460c0.tar.bz2
nixpkgs-96d41e393da3ca27fbcc7c82b7221a5c923460c0.tar.lz
nixpkgs-96d41e393da3ca27fbcc7c82b7221a5c923460c0.tar.xz
nixpkgs-96d41e393da3ca27fbcc7c82b7221a5c923460c0.tar.zst
nixpkgs-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/office')
-rw-r--r--pkgs/applications/office/calligra/default.nix2
-rw-r--r--pkgs/applications/office/zanshin/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/calligra/default.nix b/pkgs/applications/office/calligra/default.nix
index 154ff33c844..76027f29a70 100644
--- a/pkgs/applications/office/calligra/default.nix
+++ b/pkgs/applications/office/calligra/default.nix
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
       vector graphics.
     '';
     homepage = http://calligra.org;
-    maintainers = with maintainers; [ urkud phreedom ebzzry ];
+    maintainers = with maintainers; [ phreedom ebzzry ];
     inherit (kdelibs4.meta) platforms;
     license = licenses.gpl2;
   };
diff --git a/pkgs/applications/office/zanshin/default.nix b/pkgs/applications/office/zanshin/default.nix
index 71f38bb8d3c..0cf85840db6 100644
--- a/pkgs/applications/office/zanshin/default.nix
+++ b/pkgs/applications/office/zanshin/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "GTD for KDE";
-    maintainers = [ stdenv.lib.maintainers.urkud ];
+    maintainers = [ ];
     inherit (kdelibs4.meta) platforms;
   };
 }