Skip to content

Commit

Permalink
adjust repo url
Browse files Browse the repository at this point in the history
see issue #14
  • Loading branch information
alrik committed Oct 25, 2015
1 parent a80fc67 commit 65f771c
Show file tree
Hide file tree
Showing 21 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Application.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

"use strict";
Expand Down
2 changes: 1 addition & 1 deletion Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

"use strict";
Expand Down
2 changes: 1 addition & 1 deletion ConfigService.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

"use strict";
Expand Down
2 changes: 1 addition & 1 deletion Service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

"use strict";
Expand Down
2 changes: 1 addition & 1 deletion ServiceManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

"use strict";
Expand Down
2 changes: 1 addition & 1 deletion bin/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

var fs = require('fs'),
Expand Down
2 changes: 1 addition & 1 deletion package-es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

"use strict";
Expand Down
2 changes: 1 addition & 1 deletion package-es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

"use strict";
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

"use strict";
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
],
"repository": {
"type": "git",
"url": "https://gitlab.com/a-z/node-srvoa"
"url": "gitlab:kermit-js/kermit"
},
"bugs": {
"url": "https://gitlab.com/a-z/node-srvoa/issues"
"url": "https://gitlab.com/kermit-js/kermit/issues"
},
"license": "BSD-2-Clause",
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![NPM](https://nodei.co/npm/srvoa.png?downloads=true)](https://nodei.co/npm/srvoa/)
---
[![build status](https://ci.gitlab.com/projects/3656/status.png?ref=master)](https://ci.gitlab.com/projects/3656?ref=master)
[![coverage status](https://coveralls.io/repos/alrik/node-srvoa/badge.svg?branch=master&service=github)](https://coveralls.io/github/alrik/node-srvoa?branch=master)
[![build status](https://ci.gitlab.com/projects/3656/status.png?ref=support/srvoa)](https://ci.gitlab.com/projects/3656?ref=support/srvoa)
[![coverage status](https://coveralls.io/repos/kermit-js/kermit/badge.svg?branch=support/srvoa&service=github)](https://coveralls.io/github/kermit-js/kermit?branch=support/srvoa)

# srvoa - 1.3.0

Expand All @@ -13,7 +13,7 @@
- is fully **tested** with mocha

---
Find the api docs on [srvoa.readme.io](https://srvoa.readme.io)
Find the api docs on [kermit-js.readme.io](https://kermit-js.readme.io)

---

Expand Down Expand Up @@ -178,13 +178,13 @@ secret: 1234

### CHANGELOG

Please have a look at [CHANGELOG](https://gitlab.com/a-z/node-srvoa/raw/master/CHANGELOG).
Please have a look at [CHANGELOG](https://gitlab.com/kermit-js/kermit/raw/support/srvoa/CHANGELOG).


### LICENSE

The files in this archive are released under BSD-2-Clause license.
You can find a copy of this license in [LICENSE](https://gitlab.com/a-z/node-srvoa/raw/master/LICENSE).
You can find a copy of this license in [LICENSE](https://gitlab.com/kermit-js/kermit/raw/support/srvoa/LICENSE).


---
Expand Down
2 changes: 1 addition & 1 deletion test/Application.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

var assert = require('assert'),
Expand Down
2 changes: 1 addition & 1 deletion test/ConfigService.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

var assert = require('assert'),
Expand Down
2 changes: 1 addition & 1 deletion test/Service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

const
Expand Down
2 changes: 1 addition & 1 deletion test/ServiceManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

var assert = require('assert'),
Expand Down
2 changes: 1 addition & 1 deletion test/ServiceManagerStrictness.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

var assert = require('assert'),
Expand Down
2 changes: 1 addition & 1 deletion test/config/app.config.global.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

"use strict";
Expand Down
2 changes: 1 addition & 1 deletion test/config/app.config.local.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion test/config/config-1.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion test/config/config-2.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion test/lib/ServiceWithDefaultConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/a-z/node-srvoa/blob/master/LICENSE BSD-2-Clause
* @license https://gitlab.com/kermit-js/kermit/blob/support/sr voa/LICENSE BSD-2-Clause
*/

"use strict";
Expand Down

0 comments on commit 65f771c

Please sign in to comment.