lv2: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 16:59:18 +02:00 committed by Jon
parent 308636a84c
commit 5fac10ccb1

View File

@ -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 ];