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.
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user