about summary refs log tree commit diff
path: root/pkgs/applications/audio/flac/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/flac/default.nix')
-rw-r--r--pkgs/applications/audio/flac/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/flac/default.nix b/pkgs/applications/audio/flac/default.nix
index 52e29e3da4c8..9805232316e6 100644
--- a/pkgs/applications/audio/flac/default.nix
+++ b/pkgs/applications/audio/flac/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
   outputs = [ "bin" "dev" "out" "doc" ];
 
   meta = with stdenv.lib; {
-    homepage = http://xiph.org/flac/;
+    homepage = https://xiph.org/flac/;
     description = "Library and tools for encoding and decoding the FLAC lossless audio file format";
     platforms = platforms.all;
     maintainers = [ maintainers.mornfall ];