1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

update repo location

This commit is contained in:
Nikolay Kim
2017-10-23 09:16:13 -07:00
parent dcf060461a
commit 3f6949baa9
2 changed files with 16 additions and 17 deletions

View File

@ -5,16 +5,16 @@ authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix web framework"
readme = "README.md"
keywords = ["actor", "http", "web"]
homepage = "https://github.com/fafhrd91/actix-web"
repository = "https://github.com/fafhrd91/actix-web.git"
homepage = "https://github.com/actix/actix-web"
repository = "https://github.com/actix/actix-web.git"
categories = ["network-programming", "asynchronous"]
license = "Apache-2.0"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
[badges]
travis-ci = { repository = "fafhrd91/actix-web", branch = "master" }
appveyor = { repository = "fafhrd91/actix-web" }
codecov = { repository = "fafhrd91/actix-web", branch = "master", service = "github" }
travis-ci = { repository = "actix/actix-web", branch = "master" }
appveyor = { repository = "fafhrd91/actix-web-hdy9d" }
codecov = { repository = "actix/actix-web", branch = "master", service = "github" }
[lib]
name = "actix_web"