summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/rubberband/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/rubberband/default.nix')
-rw-r--r--pkgs/development/libraries/rubberband/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/rubberband/default.nix b/pkgs/development/libraries/rubberband/default.nix
index 364a4d4794a8..c9ba339ae0ea 100644
--- a/pkgs/development/libraries/rubberband/default.nix
+++ b/pkgs/development/libraries/rubberband/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "High quality software library for audio time-stretching and pitch-shifting";
- homepage = http://www.breakfastquay.com/rubberband/index.html;
+ homepage = https://www.breakfastquay.com/rubberband/index.html;
# commercial license available as well, see homepage. You'll get some more optimized routines
license = licenses.gpl2Plus;
maintainers = [ maintainers.goibhniu maintainers.marcweber ];