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:
Vladimír Čunát
2017-03-27 19:11:17 +02:00
parent 50adc53207
commit 96d41e393d
119 changed files with 119 additions and 119 deletions

View File

@@ -19,7 +19,7 @@ if isPyPy then throw "sip not supported for interpreter ${python.executable}" el
description = "Creates C++ bindings for Python modules";
homepage = "http://www.riverbankcomputing.co.uk/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ lovek323 sander urkud ];
maintainers = with maintainers; [ lovek323 sander ];
platforms = platforms.all;
};
}