commit 727ad7e2747669b92c554daac5537559da6c0a38
parent a6f2f586541802dc4caf4a73f554962287ed7483
Author: cfillion <cfillion@users.noreply.github.com>
Date: Mon, 2 May 2016 01:35:02 -0400
fill author information in ReaPack dummy package
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/reapack.cpp b/src/reapack.cpp
@@ -570,6 +570,7 @@ void ReaPack::registerSelf()
Category cat("Extensions", &ri);
Package pkg(Package::ExtensionType, "ReaPack.ext", &cat);
Version ver(VERSION, &pkg);
+ ver.setAuthor("cfillion");
ver.addSource(new Source(REAPACK_FILE, "dummy url", &ver));
try {