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
@@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
description = "SQL/RDF database used by, e.g., KDE-nepomuk";
homepage = http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/;
platforms = platforms.linux;
maintainers = [ maintainers.urkud ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/;
#configure: The current version [...] can only be built on 64bit platforms
platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.urkud ];
maintainers = [ ];
};
}