about summary refs log tree commit diff
path: root/pkgs/applications/audio/calf
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/calf')
-rw-r--r--pkgs/applications/audio/calf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/calf/default.nix b/pkgs/applications/audio/calf/default.nix
index b4c9781ced197..e4e679e780828 100644
--- a/pkgs/applications/audio/calf/default.nix
+++ b/pkgs/applications/audio/calf/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with lib; {
-    homepage = "http://calf-studio-gear.org";
+    homepage = "https://calf-studio-gear.org";
     description = "A set of high quality open source audio plugins for musicians";
     license = licenses.lgpl2;
     maintainers = [ maintainers.goibhniu ];