reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 09061f89dc4f6020d33dbc9e81331e16dec91676
parent d2be3d98ea870925799aba9be3cb923ccf7cf870
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Sun, 29 Jul 2018 10:05:12 -0400

replace reapack's own repository URL to not hard-code GitHub

Diffstat:
Msrc/config.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config.cpp b/src/config.cpp @@ -73,7 +73,7 @@ void Config::resetOptions() void Config::restoreSelfRemote() { const string name = "ReaPack"; - const string url = "https://github.com/cfillion/reapack/raw/master/index.xml"; + const string url = "https://reapack.com/index.xml"; Remote remote = remotes.get(name); remote.setName(name);