diff options
author | nros <nros@pkgsrc.org> | 2022-10-06 14:30:55 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2022-10-06 14:30:55 +0000 |
commit | 4315e0184215d8504892f7e19969b617ecdf1662 (patch) | |
tree | 4d235d93d15efd4c0af7174d1cc3ba370da553c7 /chat | |
parent | 00420efe32a09ced1530f330eb8426590fc92549 (diff) | |
download | pkgsrc-4315e0184215d8504892f7e19969b617ecdf1662.tar.gz |
telepathy-qt5: set correct HOMEPAGE
Diffstat (limited to 'chat')
-rw-r--r-- | chat/telepathy-qt5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/telepathy-qt5/Makefile b/chat/telepathy-qt5/Makefile index dd55f7afc22..081b4aa78fa 100644 --- a/chat/telepathy-qt5/Makefile +++ b/chat/telepathy-qt5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2022/04/18 19:09:41 adam Exp $ +# $NetBSD: Makefile,v 1.13 2022/10/06 14:30:55 nros Exp $ DISTNAME= telepathy-qt-0.9.8 PKGNAME= ${DISTNAME:S/qt/qt5/g} @@ -7,7 +7,7 @@ CATEGORIES= chat MASTER_SITES= https://telepathy.freedesktop.org/releases/telepathy-qt/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://telepathy.freedesktop.org/releases/telepathy-qt/ +HOMEPAGE= https://telepathy.freedesktop.org/ COMMENT= Qt5 bindings for telepathy LICENSE= gnu-lgpl-v2.1 |