summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2008-01-30 19:49:42 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2008-01-30 19:49:42 +0000
commit81aac8d84d9842e60f1781205c7d4edefc5fe128 (patch)
tree7dfd2e8757b3469b241c6f02cd2c87492d1f2aa8 /pkgs/applications/networking/instant-messengers
parentbea41a64b42309a9cf06a1bb50d26c04728ab26e (diff)
meta.homepage added to several packages
svn path=/nixpkgs/trunk/; revision=10417
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-rw-r--r--pkgs/applications/networking/instant-messengers/amsn/default.nix4
-rw-r--r--pkgs/applications/networking/instant-messengers/pidgin-plugins/otr/default.nix1
-rw-r--r--pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-latex/default.nix1
-rw-r--r--pkgs/applications/networking/instant-messengers/pidgin/default.nix1
4 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/amsn/default.nix b/pkgs/applications/networking/instant-messengers/amsn/default.nix
index 0f357c16514e8..330d7e9d28135 100644
--- a/pkgs/applications/networking/instant-messengers/amsn/default.nix
+++ b/pkgs/applications/networking/instant-messengers/amsn/default.nix
@@ -10,4 +10,8 @@ stdenv.mkDerivation {
 
   inherit tcl tk libstdcpp;
   buildInputs = [which tcl tk x11 ];
+
+  meta = {
+    homepage = http://amsn-project.net;
+  };
 }
diff --git a/pkgs/applications/networking/instant-messengers/pidgin-plugins/otr/default.nix b/pkgs/applications/networking/instant-messengers/pidgin-plugins/otr/default.nix
index cde1cb2534b22..2d70c583caba9 100644
--- a/pkgs/applications/networking/instant-messengers/pidgin-plugins/otr/default.nix
+++ b/pkgs/applications/networking/instant-messengers/pidgin-plugins/otr/default.nix
@@ -9,6 +9,7 @@ stdenv.mkDerivation {
 
   meta = {
     description = "OTR plugin for Pidgin IM.";
+    homepage = http://www.cypherpunks.ca/otr;
   };
 
   postInstall = "ln -s \$out/lib/pidgin \$out/share/pidgin-otr";
diff --git a/pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-latex/default.nix b/pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-latex/default.nix
index 894da72b38f5b..95664d0fbeb54 100644
--- a/pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-latex/default.nix
+++ b/pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-latex/default.nix
@@ -37,5 +37,6 @@ stdenv.mkDerivation {
 	Enable it for user by linking to ~/.purple/plugins - from 
 	sw/share/pidgin-latex , not from store of course.
 ";
+		homepage = http://tapas.affenbande.org/wordpress/?page_id=70;
   };
 }
diff --git a/pkgs/applications/networking/instant-messengers/pidgin/default.nix b/pkgs/applications/networking/instant-messengers/pidgin/default.nix
index 46af853347483..bc49144565c35 100644
--- a/pkgs/applications/networking/instant-messengers/pidgin/default.nix
+++ b/pkgs/applications/networking/instant-messengers/pidgin/default.nix
@@ -38,5 +38,6 @@ stdenv.mkDerivation {
   configureFlags="--with-nspr-includes=${nss}/include/nspr --with-nspr-libs=${nss}/lib --with-nss-includes=${nss}/include/nss --with-nss-libs=${nss}/lib --with-ncurses-headers=${ncurses}/include";
   meta = {
     description = "Pidgin IM - XMPP(Jabber), AIM/ICQ, IRC, SIP etc client.";
+    homepage = http://pidgin.im;
   };
 }