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 /audio/umix | |
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 'audio/umix')
-rw-r--r-- | audio/umix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/umix/Makefile b/audio/umix/Makefile index acdca49770ed..792cd0b53106 100644 --- a/audio/umix/Makefile +++ b/audio/umix/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Advanced tool for adjusting soundcard mixers, replacement for aumix -WWW= http://umix.sourceforge.net/ +WWW= https://umix.sourceforge.net/ USES= alias ncurses GNU_CONFIGURE= yes |