summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/odt2txt
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/tools/text/odt2txt
parent50adc53207cc7c5697d8c7581222d5c1cbe73b2b (diff)
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/tools/text/odt2txt')
-rw-r--r--pkgs/tools/text/odt2txt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/odt2txt/default.nix b/pkgs/tools/text/odt2txt/default.nix
index 85f0f24b3874..42f80f29073f 100644
--- a/pkgs/tools/text/odt2txt/default.nix
+++ b/pkgs/tools/text/odt2txt/default.nix
@@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = http://stosberg.net/odt2txt;
platforms = stdenv.lib.platforms.all;
lincense = stdenv.lib.licenses.gpl2;
- maintainers = [ stdenv.lib.maintainers.urkud ];
+ maintainers = [ ];
};
}