From 600bd22f270ae4842d599d2799998f6a2c7b61ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chadda=C3=AF=20Fouch=C3=A9?= Date: Wed, 23 Apr 2014 14:37:00 +0200 Subject: [PATCH] Adding myself as maintainer of texstudio --- pkgs/applications/editors/texstudio/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/texstudio/default.nix b/pkgs/applications/editors/texstudio/default.nix index 01f290d9df8..cd7f0b78c23 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 ]; }; }