summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-11-01 10:04:58 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-11-01 10:04:58 -0500
commitcfbb419cb10131a010cb4122cd4ca3cb4a020f16 (patch)
treed3acb74ad65b1361db294ff6fd01cc2d6fd13e86 /pkgs/applications/office
parent3f61621354b0ec75ce35912c3b12ea0d544bf190 (diff)
downloadnixlib-cfbb419cb10131a010cb4122cd4ca3cb4a020f16.tar
nixlib-cfbb419cb10131a010cb4122cd4ca3cb4a020f16.tar.gz
nixlib-cfbb419cb10131a010cb4122cd4ca3cb4a020f16.tar.bz2
nixlib-cfbb419cb10131a010cb4122cd4ca3cb4a020f16.tar.lz
nixlib-cfbb419cb10131a010cb4122cd4ca3cb4a020f16.tar.xz
nixlib-cfbb419cb10131a010cb4122cd4ca3cb4a020f16.tar.zst
nixlib-cfbb419cb10131a010cb4122cd4ca3cb4a020f16.zip
zotero: remove ttuegel from maintainers
I don't use Zotero at all anymore, and the Firefox plugin was much more
reliable than the standalone version in my experience.
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/zotero/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/office/zotero/default.nix b/pkgs/applications/office/zotero/default.nix
index 3cb7ed491fbb..1e4ed37e93d0 100644
--- a/pkgs/applications/office/zotero/default.nix
+++ b/pkgs/applications/office/zotero/default.nix
@@ -77,6 +77,5 @@ stdenv.mkDerivation {
     description = "Collect, organize, cite, and share your research sources";
     license = licenses.agpl3;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ ttuegel ];
   };
 }