Skip to content

Commit

Permalink
Update homepage and license
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwillis committed Mar 4, 2021
1 parent aa4e932 commit 91d187a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions plugins/dragonfly-early-reflections/Plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/dragonfly-hall-reverb/Plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/dragonfly-plate-reverb/Plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/dragonfly-room-reverb/Plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91d187a

Please sign in to comment.