diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-10-27 15:46:37 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-11-01 22:11:47 +0000 |
commit | 05f0f44a557a53913001d6debf17965dfb799288 (patch) | |
tree | 75e92928cabf1007753c9be94d0344f1802f97e9 /www/csstidy | |
parent | df4e447a72e8a83de039f1eb2630fe4d75ec20fa (diff) | |
download | ports-05f0f44a557a53913001d6debf17965dfb799288.tar.gz ports-05f0f44a557a53913001d6debf17965dfb799288.zip |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Diffstat (limited to 'www/csstidy')
-rw-r--r-- | www/csstidy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/csstidy/Makefile b/www/csstidy/Makefile index 3980fa197c6d..36bc27310cfc 100644 --- a/www/csstidy/Makefile +++ b/www/csstidy/Makefile @@ -6,7 +6,7 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Opensource CSS parser and optimiser -WWW= http://csstidy.sourceforge.net/ +WWW= https://csstidy.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/COPYING |