reapack

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

commit 14ae3b1d0deb2d8e417205e2816c6c03cfb65da0
parent 28e018b32e096350421b8fe0b39cc498fc9923ff
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Tue, 15 Dec 2015 16:40:25 -0500

change the default remote to ReaPack's database

Diffstat:
Aindex.xml | 3+++
Msrc/config.cpp | 4++--
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/index.xml b/index.xml @@ -0,0 +1,3 @@ +<?xml version="1.0"?> +<index version="1"> +</index> diff --git a/src/config.cpp b/src/config.cpp @@ -36,8 +36,8 @@ Config::Config() void Config::fillDefaults() { - addRemote({"ReaScripts", - "https://github.com/ReaTeam/ReaScripts/raw/master/index.xml"}); + addRemote({"ReaPack", + "https://github.com/cfillion/reapack/raw/master/index.xml"}); } void Config::read(const Path &path)