about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/pidgin
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-04-04 20:29:10 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-04-04 20:29:49 +0200
commit4ab58240a9c5cf977767965d978a8f6bb7127f41 (patch)
tree73085f2e02f51b234e34f377a77c5ec7c936bdae /pkgs/applications/networking/instant-messengers/pidgin
parent9f96b8e43d275e35b4501a14d99a51cff1fb206b (diff)
pidgin: adopt the orphan, as I use it daily
CC #992.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/pidgin')
-rw-r--r--pkgs/applications/networking/instant-messengers/pidgin/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/pidgin/default.nix b/pkgs/applications/networking/instant-messengers/pidgin/default.nix
index 41a1abc5ee7ed..6e6fd6d0eb6cd 100644
--- a/pkgs/applications/networking/instant-messengers/pidgin/default.nix
+++ b/pkgs/applications/networking/instant-messengers/pidgin/default.nix
@@ -56,5 +56,6 @@ stdenv.mkDerivation rec {
     homepage = http://pidgin.im;
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
+    maintainers = [ maintainers.vcunat ];
   };
 }