switch pathman host
authorAJ ONeal <aj@therootcompany.com>
Wed, 1 Jul 2020 02:26:35 +0000 (02:26 +0000)
committerAJ ONeal <aj@therootcompany.com>
Wed, 1 Jul 2020 02:26:35 +0000 (02:26 +0000)
pathman/releases.js

index 141dcb4224b7546ce25d73aa0c2dd30a8d129878..c4d90d253eb481bb6aae201704fb83172e67cf49 100644 (file)
@@ -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) {