about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-05-18 16:58:37 +0300
committerNikolay Amiantov <ab@fmap.me>2015-05-18 17:21:08 +0300
commite919cf0be2b8c4c2033edbbafba3ac8732656947 (patch)
tree4f01f26c65ca598849fe46b7c16a626038e00e23 /pkgs/applications
parentc45a4b4a921819fbc8ae30a16530c105b3727cef (diff)
downloadnixlib-e919cf0be2b8c4c2033edbbafba3ac8732656947.tar
nixlib-e919cf0be2b8c4c2033edbbafba3ac8732656947.tar.gz
nixlib-e919cf0be2b8c4c2033edbbafba3ac8732656947.tar.bz2
nixlib-e919cf0be2b8c4c2033edbbafba3ac8732656947.tar.lz
nixlib-e919cf0be2b8c4c2033edbbafba3ac8732656947.tar.xz
nixlib-e919cf0be2b8c4c2033edbbafba3ac8732656947.tar.zst
nixlib-e919cf0be2b8c4c2033edbbafba3ac8732656947.zip
pidgin-otr: update homepage
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/pidgin-plugins/otr/default.nix2
1 files changed, 1 insertions, 1 deletions
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 c290975152cd..7b80ec85661a 100644
--- a/pkgs/applications/networking/instant-messengers/pidgin-plugins/otr/default.nix
+++ b/pkgs/applications/networking/instant-messengers/pidgin-plugins/otr/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ libotr pidgin intltool ];
 
   meta = with stdenv.lib; {
-    homepage = http://www.cypherpunks.ca/otr;
+    homepage = https://otr.cypherpunks.ca/;
     description = "Plugin for Pidgin 2.x which implements OTR Messaging";
     license = licenses.gpl2;
     platforms = platforms.linux;