diff options
author | nia <nia@pkgsrc.org> | 2020-03-20 11:57:22 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-20 11:57:22 +0000 |
commit | a98f9d57038f86c7132ae0ee41b1e32e28be95d3 (patch) | |
tree | da4bd52fe03a5e9c5b21b56e271fcb6fef42c1b8 /audio/libmp3splt | |
parent | 67709e7e3fc1bfeb7e56439adc453d35d3bb6d46 (diff) | |
download | pkgsrc-a98f9d57038f86c7132ae0ee41b1e32e28be95d3.tar.gz |
*: Convert broken sourceforge HOMEPAGEs back to http
Diffstat (limited to 'audio/libmp3splt')
-rw-r--r-- | audio/libmp3splt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libmp3splt/Makefile b/audio/libmp3splt/Makefile index 719343778e1..4462aecdbe5 100644 --- a/audio/libmp3splt/Makefile +++ b/audio/libmp3splt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2020/01/18 23:30:01 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2020/03/20 11:57:22 nia Exp $ # DISTNAME= libmp3splt-0.9.2 @@ -6,7 +6,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/} MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= https://mp3splt.sourceforge.net/ +HOMEPAGE= http://mp3splt.sourceforge.net/ COMMENT= Split mp3, ogg vorbis and FLAC without decoding LICENSE= gnu-gpl-v2 |