Fix homepage links (see #30636)
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://sjeng.org/vorbisgain.html;
|
||||
homepage = https://sjeng.org/vorbisgain.html;
|
||||
description = "A utility that corrects the volume of an Ogg Vorbis file to a predefined standardized loudness";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user