aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/audio
diff options
context:
space:
mode:
authorKonrad Borowski <konrad@borowski.pw>2020-04-24 16:59:18 +0200
committerJon <jonringer@users.noreply.github.com>2020-04-24 19:44:59 -0700
commit5fac10ccb1d12cdafaf879066d48aed91cbd86ed (patch)
treea448b9e09274410577e764f35500b171e6e7f6fd /pkgs/development/libraries/audio
parent308636a84c1a39071d98c94dc6555efa499ebb56 (diff)
lv2: update homepage link to use HTTPS
Diffstat (limited to 'pkgs/development/libraries/audio')
-rw-r--r--pkgs/development/libraries/audio/lv2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/audio/lv2/default.nix b/pkgs/development/libraries/audio/lv2/default.nix
index ec8c4b81dd1a..e415aa5e4f23 100644
--- a/pkgs/development/libraries/audio/lv2/default.nix
+++ b/pkgs/development/libraries/audio/lv2/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gtk2 libsndfile python3 ];
meta = with stdenv.lib; {
- homepage = "http://lv2plug.in";
+ homepage = "https://lv2plug.in";
description = "A plugin standard for audio systems";
license = licenses.mit;
maintainers = [ maintainers.goibhniu ];