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:52:29 +02:00
parent 50adc53207
commit 96d41e393d
119 changed files with 119 additions and 119 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://www.tuxera.com/community/open-source-ntfs-3g/;
description = "FUSE-based NTFS driver with full write support";
maintainers = with maintainers; [ urkud dezgeg ];
maintainers = with maintainers; [ dezgeg ];
platforms = platforms.linux;
license = licenses.gpl2Plus; # and (lib)fuse-lite under LGPL2+
};