[readme] Move to werf organization

This commit is contained in:
Alexey Igrychev
2020-06-05 14:33:39 +01:00
parent d50c87dc2a
commit d7370d10e7
11 changed files with 87 additions and 88 deletions

View File

@@ -36,16 +36,15 @@
"pack": "pack.sh",
"all": "npm run build && npm run format && npm run lint && npm run pack"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/flant/werf-actions.git"
"url": "git+https://github.com/werf/actions.git"
},
"keywords": [],
"author": "flant",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/flant/werf-actions/issues"
"url": "https://github.com/werf/actions/issues"
},
"homepage": "https://github.com/flant/werf-actions#readme"
"homepage": "https://github.com/werf/actions#readme"
}