about summary refs log tree commit diff
path: root/pkgs/applications/editors/texstudio/default.nix
diff options
context:
space:
mode:
authorChaddaï Fouché <chaddai.fouche@gmail.com>2014-04-23 14:37:00 +0200
committerChaddaï Fouché <chaddai.fouche@gmail.com>2014-04-29 16:49:21 +0200
commit600bd22f270ae4842d599d2799998f6a2c7b61ef (patch)
treec78359f0e36382c8c06c13a58d0dba74bc2f00df /pkgs/applications/editors/texstudio/default.nix
parentce82a2d6d91f3e9d7472eac047d9b34c8e557be6 (diff)
Adding myself as maintainer of texstudio
Diffstat (limited to 'pkgs/applications/editors/texstudio/default.nix')
-rw-r--r--pkgs/applications/editors/texstudio/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/texstudio/default.nix b/pkgs/applications/editors/texstudio/default.nix
index 01f290d9df89f..cd7f0b78c235a 100644
--- a/pkgs/applications/editors/texstudio/default.nix
+++ b/pkgs/applications/editors/texstudio/default.nix
@@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
     homepage = "http://texstudio.sourceforge.net/";
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
+    maintainers = with maintainers; [ cfouche ];
   };
 }