🩹 Corrige "or" por "OR" en licencias

This commit is contained in:
Manuel Cillero 2022-10-13 21:32:11 +02:00
parent f241775aef
commit 9b30f40092
6 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ description = """\
"""
homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop"
license = "Apache-2.0 or MIT"
license = "Apache-2.0 OR MIT"
[dependencies]
pagetop = { path = "../pagetop", version = "0.0", features = ["database"], default-features = false }