Skip to content

Commit

Permalink
readme updates for repo transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
mbordash2 committed Aug 29, 2024
1 parent 58db6fb commit ba68f3b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![npm](https://img.shields.io/npm/v/@onica/runway?style=flat)](https://www.npmjs.com/package/@onica/runway)
[![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat)](https://github.com/psf/black)

![runway-example.gif](https://raw.githubusercontent.com/onicagroup/runway/master/docs/source/images/runway-example.gif)
![runway-example.gif](https://raw.githubusercontent.com/rackspace/runway/master/docs/source/images/runway-example.gif)

Runway is a lightweight integration app designed to ease management of infrastructure tools.

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"author": {
"email": "opensource@onica.com",
"name": "Onica Group LLC",
"url": "https://onica.com"
"email": "opensource@rackspace.com",
"name": "Rackspace Technology, Inc.",
"url": "https://rackspace.com"
},
"bugs": {
"url": "https://github.com/onicagroup/runway/issues"
"url": "https://github.com/rackspace/runway/issues"
},
"dependencies": {
"tar": "^7.4.2"
Expand All @@ -22,7 +22,7 @@
"postinstall.js",
"preuninstall.js"
],
"homepage": "https://github.com/onicagroup/runway",
"homepage": "https://github.com/rackspace/runway",
"keywords": [
"aws",
"ci",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "runway"
version = "2.0.0-dev" # do not change
authors = [
"Onica Group LLC <opensource@onica.com>",
"Rackspace Technology, Inc. <opensource@rackspace.com>",
]
classifiers = [
"Intended Audience :: Developers",
Expand All @@ -16,7 +16,7 @@ classifiers = [
"Topic :: Utilities",
]
description = "Simplify infrastructure/app testing/deployment"
documentation = "https://docs.onica.com/projects/runway"
documentation = "https://runway.readthedocs.io"
homepage = "https://github.com/rackspace/runway"
keywords = ["cli"]
license = "Apache-2.0"
Expand Down

0 comments on commit ba68f3b

Please sign in to comment.