diff --git a/plugins/dragonfly-early-reflections/Plugin.hpp b/plugins/dragonfly-early-reflections/Plugin.hpp index a2719c3..80175b8 100644 --- a/plugins/dragonfly-early-reflections/Plugin.hpp +++ b/plugins/dragonfly-early-reflections/Plugin.hpp @@ -50,12 +50,12 @@ class DragonflyReverbPlugin : public Plugin const char* getHomePage() const override { - return "https://github.com/michaelwillis/dragonfly-reverb"; + return "https://michaelwillis.github.io/dragonfly-reverb"; } const char* getLicense() const noexcept override { - return "GPL v3"; + return "http://www.gnu.org/licenses/gpl-3.0.html"; } uint32_t getVersion() const noexcept override diff --git a/plugins/dragonfly-hall-reverb/Plugin.hpp b/plugins/dragonfly-hall-reverb/Plugin.hpp index eabf834..b80094a 100644 --- a/plugins/dragonfly-hall-reverb/Plugin.hpp +++ b/plugins/dragonfly-hall-reverb/Plugin.hpp @@ -51,12 +51,12 @@ class DragonflyReverbPlugin : public Plugin const char* getHomePage() const override { - return "https://github.com/michaelwillis/dragonfly-reverb"; + return "https://michaelwillis.github.io/dragonfly-reverb"; } const char* getLicense() const noexcept override { - return "GPL v3"; + return "http://www.gnu.org/licenses/gpl-3.0.html"; } uint32_t getVersion() const noexcept override diff --git a/plugins/dragonfly-plate-reverb/Plugin.hpp b/plugins/dragonfly-plate-reverb/Plugin.hpp index ee2f76c..a9bfc4e 100644 --- a/plugins/dragonfly-plate-reverb/Plugin.hpp +++ b/plugins/dragonfly-plate-reverb/Plugin.hpp @@ -50,12 +50,12 @@ class DragonflyReverbPlugin : public Plugin const char* getHomePage() const override { - return "https://github.com/michaelwillis/dragonfly-reverb"; + return "https://michaelwillis.github.io/dragonfly-reverb"; } const char* getLicense() const noexcept override { - return "GPL v3"; + return "http://www.gnu.org/licenses/gpl-3.0.html"; } uint32_t getVersion() const noexcept override diff --git a/plugins/dragonfly-room-reverb/Plugin.hpp b/plugins/dragonfly-room-reverb/Plugin.hpp index 317e03c..cb68058 100644 --- a/plugins/dragonfly-room-reverb/Plugin.hpp +++ b/plugins/dragonfly-room-reverb/Plugin.hpp @@ -50,12 +50,12 @@ class DragonflyReverbPlugin : public Plugin const char* getHomePage() const override { - return "https://github.com/michaelwillis/dragonfly-reverb"; + return "https://michaelwillis.github.io/dragonfly-reverb"; } const char* getLicense() const noexcept override { - return "GPL v3"; + return "http://www.gnu.org/licenses/gpl-3.0.html"; } uint32_t getVersion() const noexcept override