From f241775aef1f32b59fb8faf733232c5f2489bec6 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Thu, 13 Oct 2022 21:19:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Corrige=20"or"=20por=20"OR"=20en?= =?UTF-8?q?=20licencias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagetop/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index 37959ec0..840ebde6 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -12,7 +12,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" keywords = [ "web", "cms", "framework", "frontend", "ssr"