diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-10-27 17:46:37 +0200 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-11-01 23:11:47 +0100 |
commit | 05f0f44a557a53913001d6debf17965dfb799288 (patch) | |
tree | 75e92928cabf1007753c9be94d0344f1802f97e9 /astro/pp3 | |
parent | multimedia/emby-server-devel: update to 4.8.0.57 (diff) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Diffstat (limited to 'astro/pp3')
-rw-r--r-- | astro/pp3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/pp3/Makefile b/astro/pp3/Makefile index 2d3b87c7997a..bb1072c96d88 100644 --- a/astro/pp3/Makefile +++ b/astro/pp3/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/PP3/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Creates celestial charts -WWW= http://pp3.sourceforge.net/ +WWW= https://pp3.sourceforge.net/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING |