From 96878168b3306b1387199de822900beafd566feb Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Fri, 30 Aug 2024 11:36:00 -0700 Subject: [PATCH] Update openHAB (and schema) (#1625) --- .github/schema.json | 2 +- contents.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/schema.json b/.github/schema.json index 33fc169d..cf1a5788 100644 --- a/.github/schema.json +++ b/.github/schema.json @@ -107,7 +107,7 @@ "title": "Project License", "description": "The license that the project's source is under.", "type": "string", - "enum": ["mit", "mpl-2.0", "gpl-3.0", "lgpl-3.0", "unlicense", "bsd-2-clause", "isc", "lgpl-2.1", "gpl-2.0", "apache-2.0", "cc0-1.0", "artistic-2.0", "bsd-3-clause", "agpl-3.0", "epl-1.0", "other"], + "enum": ["mit", "mpl-2.0", "gpl-3.0", "lgpl-3.0", "unlicense", "bsd-2-clause", "isc", "lgpl-2.1", "gpl-2.0", "apache-2.0", "cc0-1.0", "artistic-2.0", "bsd-3-clause", "agpl-3.0", "epl-1.0", "epl-2.0", "other"], "default": "other" }, "source": { diff --git a/contents.json b/contents.json index 4574b896..14542215 100644 --- a/contents.json +++ b/contents.json @@ -10813,10 +10813,10 @@ "home" ], "tags": [ - "objc" + "swift" ], "description": "Vendor & technology agnostic home automation", - "license": "epl-1.0", + "license": "epl-2.0", "source": "https://github.com/openhab/openhab-ios", "homepage": "https://www.openhab.org/", "itunes": "https://apps.apple.com/app/openhab/id492054521", @@ -31824,4 +31824,4 @@ "updated": "2024-06-27 20:54:45 UTC" } ] -} \ No newline at end of file +}