about summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-05-07 16:07:08 +0200
committerVladimír Čunát <v@cunat.cz>2021-05-07 16:07:38 +0200
commit9a650af26657e5ea25b53c92ffc9314b542f5b29 (patch)
tree850d56078fbf5cc3571a1f3c3cf249e64c06e00c /pkgs/tools/typesetting
parent73e17a35945c1d053df1d35d89bbce804cfb5f4b (diff)
downloadnixlib-9a650af26657e5ea25b53c92ffc9314b542f5b29.tar
nixlib-9a650af26657e5ea25b53c92ffc9314b542f5b29.tar.gz
nixlib-9a650af26657e5ea25b53c92ffc9314b542f5b29.tar.bz2
nixlib-9a650af26657e5ea25b53c92ffc9314b542f5b29.tar.lz
nixlib-9a650af26657e5ea25b53c92ffc9314b542f5b29.tar.xz
nixlib-9a650af26657e5ea25b53c92ffc9314b542f5b29.tar.zst
nixlib-9a650af26657e5ea25b53c92ffc9314b542f5b29.zip
treewide maintainers: remove myself from a few places
It will better reflect the reality of the past few years.
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/bin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/bin.nix b/pkgs/tools/typesetting/tex/texlive/bin.nix
index 1c3d5929636a..f52cf3a29a4e 100644
--- a/pkgs/tools/typesetting/tex/texlive/bin.nix
+++ b/pkgs/tools/typesetting/tex/texlive/bin.nix
@@ -143,7 +143,7 @@ core = stdenv.mkDerivation rec {
     description = "Basic binaries for TeX Live";
     homepage    = "http://www.tug.org/texlive";
     license     = lib.licenses.gpl2;
-    maintainers = with maintainers; [ vcunat veprbl lovek323 raskin jwiegley ];
+    maintainers = with maintainers; [ veprbl lovek323 raskin jwiegley ];
     platforms   = platforms.all;
   };
 };