ipe: add ttuegel to maintainers

This commit is contained in:
Thomas Tuegel 2015-08-14 22:28:42 -05:00
parent c40dae0863
commit 48a2034308

View File

@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
It supports making small figures for inclusion into LaTeX-documents It supports making small figures for inclusion into LaTeX-documents
as well as presentations in PDF. as well as presentations in PDF.
''; '';
maintainers = [ stdenv.lib.maintainers.ttuegel ];
}; };
} }