diff options
author | nia <nia@pkgsrc.org> | 2019-02-08 20:04:19 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-02-08 20:04:19 +0000 |
commit | f8a7e1d71a4fcae3db5a8f37436938391680ac5c (patch) | |
tree | 3954cf6814d2d0a473d3a0ff821f007827d4df35 /chat | |
parent | 32a9739850c7e6d540e03075dc5ab2f12daa6f37 (diff) | |
download | pkgsrc-f8a7e1d71a4fcae3db5a8f37436938391680ac5c.tar.gz |
chat/psi: HOMEPAGE supports TLS
Diffstat (limited to 'chat')
-rw-r--r-- | chat/psi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile index 595afdde7e8..3706c38f179 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2019/02/08 14:56:00 nia Exp $ +# $NetBSD: Makefile,v 1.88 2019/02/08 20:04:19 nia Exp $ DISTNAME= psi-1.4 CATEGORIES= chat @@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/} EXTRACT_SUFX= .tar.xz MAINTAINER= schnoebe@NetBSD.org -HOMEPAGE= http://psi-im.org/ +HOMEPAGE= https://psi-im.org/ COMMENT= Psi XMPP/Jabber Client LICENSE= gnu-gpl-v2 |