summary refs log tree commit diff
path: root/pkgs/applications/graphics/ipe
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-08-14 22:28:42 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-08-14 22:28:42 -0500
commit48a2034308f29c10073058b3ea3064ec71968cb2 (patch)
treefc2b50bdd6697a1d87804b7194e2952e1062601b /pkgs/applications/graphics/ipe
parentc40dae086334306dccdf4303e09e1335520305ef (diff)
downloadnixpkgs-48a2034308f29c10073058b3ea3064ec71968cb2.tar
nixpkgs-48a2034308f29c10073058b3ea3064ec71968cb2.tar.gz
nixpkgs-48a2034308f29c10073058b3ea3064ec71968cb2.tar.bz2
nixpkgs-48a2034308f29c10073058b3ea3064ec71968cb2.tar.lz
nixpkgs-48a2034308f29c10073058b3ea3064ec71968cb2.tar.xz
nixpkgs-48a2034308f29c10073058b3ea3064ec71968cb2.tar.zst
nixpkgs-48a2034308f29c10073058b3ea3064ec71968cb2.zip
ipe: add ttuegel to maintainers
Diffstat (limited to 'pkgs/applications/graphics/ipe')
-rw-r--r--pkgs/applications/graphics/ipe/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/ipe/default.nix b/pkgs/applications/graphics/ipe/default.nix
index 1c4b80c1f29..001412df4ad 100644
--- a/pkgs/applications/graphics/ipe/default.nix
+++ b/pkgs/applications/graphics/ipe/default.nix
@@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
       It supports making small figures for inclusion into LaTeX-documents
       as well as presentations in PDF.
     '';
+    maintainers = [ stdenv.lib.maintainers.ttuegel ];
   };
 }