about summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers
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/development/tools/build-managers
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/development/tools/build-managers')
-rw-r--r--pkgs/development/tools/build-managers/cmake/2.8.nix2
-rw-r--r--pkgs/development/tools/build-managers/cmake/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/build-managers/cmake/2.8.nix b/pkgs/development/tools/build-managers/cmake/2.8.nix
index a197c69edff5..590de68d52f7 100644
--- a/pkgs/development/tools/build-managers/cmake/2.8.nix
+++ b/pkgs/development/tools/build-managers/cmake/2.8.nix
@@ -76,6 +76,6 @@ stdenv.mkDerivation rec {
     homepage = http://www.cmake.org/;
     description = "Cross-Platform Makefile Generator";
     platforms = if useQt4 then qt4.meta.platforms else stdenv.lib.platforms.linux;
-    maintainers = with stdenv.lib.maintainers; [ urkud mornfall ];
+    maintainers = with stdenv.lib.maintainers; [ mornfall ];
   };
 }
diff --git a/pkgs/development/tools/build-managers/cmake/default.nix b/pkgs/development/tools/build-managers/cmake/default.nix
index 9f607a60b596..00d76fbff9fe 100644
--- a/pkgs/development/tools/build-managers/cmake/default.nix
+++ b/pkgs/development/tools/build-managers/cmake/default.nix
@@ -73,6 +73,6 @@ stdenv.mkDerivation rec {
     homepage = http://www.cmake.org/;
     description = "Cross-Platform Makefile Generator";
     platforms = if useQt4 then qt4.meta.platforms else platforms.all;
-    maintainers = with maintainers; [ urkud mornfall ttuegel lnl7 ];
+    maintainers = with maintainers; [ mornfall ttuegel lnl7 ];
   };
 }