From 06d806eb345e24f8a99e7fec99d50499d53f5f5f Mon Sep 17 00:00:00 2001 From: flux <25628292+fluxionary@users.noreply.github.com> Date: Sun, 23 Jul 2023 10:13:05 -0700 Subject: [PATCH] update metadata --- .cdb.json | 2 +- .github/workflows/pre-commit.yml | 3 +++ mod.conf | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cdb.json b/.cdb.json index 36f388e..f77aa41 100644 --- a/.cdb.json +++ b/.cdb.json @@ -2,7 +2,7 @@ "type": "MOD", "name": "toolcap_monoids", "title": "toolcap_monoids", - "license": "AGPL-3.0-or-later", + "license": "LGPL-3.0-or-later", "media_license": "CC-BY-SA-4.0", "repo": "https://github.com/fluxionary/minetest-toolcap_monoids.git", "website": "https://github.com/fluxionary/minetest-toolcap_monoids", diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 37221d7..d1faea1 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -6,6 +6,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: update + run: sudo apt-get update -y + - uses: actions/checkout@master - uses: actions/setup-python@master diff --git a/mod.conf b/mod.conf index 6c8a09c..3207e3b 100644 --- a/mod.conf +++ b/mod.conf @@ -6,5 +6,6 @@ author = flux license = LGPL-3.0-or-later media_license = CC-BY-SA-4.0 version = 2023-03-11 -min_minetest_version = 5.6.1 +min_minetest_version = 5.7.0 +supported_games = * depends = fmod, item_monoids