diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-24 14:27:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-24 14:27:55 +0000 |
commit | 474f616a5791b38286f2f5965c526a0b66fb54b2 (patch) | |
tree | 1b2dc9da020141c87e7edd0704fbb56920bd3b21 | |
parent | f562e1365b7ef753ac233b7ab009f1571b65a7bd (diff) | |
download | pkgsrc-474f616a5791b38286f2f5965c526a0b66fb54b2.tar.gz |
lua-sql-*: update HOMEPAGE
-rw-r--r-- | databases/lua-sql-mysql/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/lua-sql-mysql/Makefile.common b/databases/lua-sql-mysql/Makefile.common index 1700c01a658..5ff7e949c66 100644 --- a/databases/lua-sql-mysql/Makefile.common +++ b/databases/lua-sql-mysql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2016/10/08 12:53:54 kamil Exp $ +# $NetBSD: Makefile.common,v 1.2 2017/09/24 14:27:55 wiz Exp $ # # used by databases/lua-sql-postgres/Makefile # used by databases/lua-sql-sqlite/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=keplerproject/} GITHUB_TAG= v${PKGVERSION_NOREV} LICENSE= mit -HOMEPAGE= http://www.keplerproject.org/luasql/ +HOMEPAGE= https://keplerproject.github.io/luasql/ USE_TOOLS+= gmake |