aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/audio
diff options
context:
space:
mode:
authorEvils <evils.devils@protonmail.com>2020-11-13 09:52:28 +0100
committerEvils <evils.devils@protonmail.com>2020-11-13 09:52:28 +0100
commit1eda035e1cb485564218799b71913da6c170eac2 (patch)
tree339024a5c1601c7dbe5f04ee8a3ce77f56d06ea1 /pkgs/development/libraries/audio
parent91852f17ef6ad9c882c39675ad5b30b6b2e3194b (diff)
lvtk: update meta.homepage
Diffstat (limited to 'pkgs/development/libraries/audio')
-rw-r--r--pkgs/development/libraries/audio/lvtk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/audio/lvtk/default.nix b/pkgs/development/libraries/audio/lvtk/default.nix
index d4a0f671e8f8..6bc487e26162 100644
--- a/pkgs/development/libraries/audio/lvtk/default.nix
+++ b/pkgs/development/libraries/audio/lvtk/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A set C++ wrappers around the LV2 C API";
- homepage = "http://lvtoolkit.org";
+ homepage = "https://lvtk.org/";
license = licenses.gpl3;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;