chore: xen-orchestra is now the main repo

This commit is contained in:
Julien Fontanet
2018-02-07 10:40:09 +01:00
parent d7bb457fd0
commit 956a9a7dde
50 changed files with 62 additions and 58 deletions

View File

@@ -21,7 +21,7 @@ require('exec-promise')(() =>
getPackages(true).map(({ dir, name, package: pkg }) => {
pkg.name = name
pkg.homepage = `https://github.com/vatesfr/xen-orchestra/tree/master/packages/${name}`
pkg.bugs = `https://github.com/vatesfr/xo-web/issues`
pkg.bugs = `https://github.com/vatesfr/xen-orchestra/issues`
pkg.repository = {
type: 'git',
url: 'https://github.com/vatesfr/xen-orchestra.git',