summary refs log tree commit diff
path: root/pkgs/tools/misc/vorbisgain
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2017-11-11 17:36:33 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2017-11-11 17:36:48 +0100
commitf63c21569f2461f224c72a67bf2096f2a2d2b724 (patch)
tree188e31733787128a2cd2237a8f5f7ea47ad23f07 /pkgs/tools/misc/vorbisgain
parent2f34d20ab1d21ec01293b3f7fcfc74abd865c9ee (diff)
downloadnixpkgs-f63c21569f2461f224c72a67bf2096f2a2d2b724.tar
nixpkgs-f63c21569f2461f224c72a67bf2096f2a2d2b724.tar.gz
nixpkgs-f63c21569f2461f224c72a67bf2096f2a2d2b724.tar.bz2
nixpkgs-f63c21569f2461f224c72a67bf2096f2a2d2b724.tar.lz
nixpkgs-f63c21569f2461f224c72a67bf2096f2a2d2b724.tar.xz
nixpkgs-f63c21569f2461f224c72a67bf2096f2a2d2b724.tar.zst
nixpkgs-f63c21569f2461f224c72a67bf2096f2a2d2b724.zip
Fix homepage links (see #30636)
Diffstat (limited to 'pkgs/tools/misc/vorbisgain')
-rw-r--r--pkgs/tools/misc/vorbisgain/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/vorbisgain/default.nix b/pkgs/tools/misc/vorbisgain/default.nix
index 567783f6313..1c108af27f8 100644
--- a/pkgs/tools/misc/vorbisgain/default.nix
+++ b/pkgs/tools/misc/vorbisgain/default.nix
@@ -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;