mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 18:37:41 +02:00
Use OR
instead of deprecated /
in license field (#80)
This commit is contained in:
@ -3,7 +3,7 @@ name = "actix-redis"
|
||||
version = "0.9.0-alpha.2"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Redis integration for actix framework"
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
keywords = ["web", "redis", "async", "actix", "tokio"]
|
||||
homepage = "https://github.com/actix/actix-extras"
|
||||
|
Reference in New Issue
Block a user