projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd5eadb
)
switch pathman host
author
AJ ONeal
<aj@therootcompany.com>
Wed, 1 Jul 2020 02:26:35 +0000
(
02:26
+0000)
committer
AJ ONeal
<aj@therootcompany.com>
Wed, 1 Jul 2020 02:26:35 +0000
(
02:26
+0000)
pathman/releases.js
patch
|
blob
|
history
diff --git
a/pathman/releases.js
b/pathman/releases.js
index 141dcb4224b7546ce25d73aa0c2dd30a8d129878..c4d90d253eb481bb6aae201704fb83172e67cf49 100644
(file)
--- a/
pathman/releases.js
+++ b/
pathman/releases.js
@@
-1,9
+1,9
@@
'use strict';
var github = require('../_common/gitea.js');
-var owner = '
coolaj86
';
-var repo = '
go-
pathman';
-var baseurl = 'https://git.
coolaj86.com
';
+var owner = '
root
';
+var repo = 'pathman';
+var baseurl = 'https://git.
rootprojects.org
';
module.exports = function (request) {
return github(request, owner, repo, baseurl).then(function (all) {