lv2: update homepage link to use HTTPS
This commit is contained in:
parent
308636a84c
commit
5fac10ccb1
@ -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 ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user