diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-12-14 23:02:53 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-12-14 23:02:53 +0000 |
commit | ddd140309889ded46efe0aceaa70c65dc8d06405 (patch) | |
tree | 2c8f0935bc553855a15c800713d496a5eda0883b | |
parent | 124f686a17da017fc2d18f8c4204aeb0b0568618 (diff) | |
download | pkgsrc-ddd140309889ded46efe0aceaa70c65dc8d06405.tar.gz |
mozjs78: list an actual project homepage
-rw-r--r-- | lang/mozjs78/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mozjs78/Makefile b/lang/mozjs78/Makefile index fdc2011e79a..93e96668451 100644 --- a/lang/mozjs78/Makefile +++ b/lang/mozjs78/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2020/12/14 22:45:10 gutteridge Exp $ +# $NetBSD: Makefile,v 1.14 2020/12/14 23:02:53 gutteridge Exp $ DISTNAME= mozjs78_78.4.0.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} @@ -7,7 +7,7 @@ MASTER_SITES= http://deb.debian.org/debian/pool/main/m/mozjs78/ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://packages.debian.org/bullseye/libmozjs-78-0 +HOMEPAGE= https://mozilla-spidermonkey.github.io/ COMMENT= SpiderMonkey JavaScript library (78.x branch) LICENSE= mpl-1.1 |