diff --git a/.cdb.json b/.cdb.json index 682e3ce..8bb1378 100644 --- a/.cdb.json +++ b/.cdb.json @@ -6,6 +6,6 @@ "repo": "https://github.com/fluxionary/minetest-name_monoid.git", "website": "https://github.com/fluxionary/minetest-name_monoid", "issue_tracker": "https://github.com/fluxionary/minetest-name_monoid/issues", - "license": "AGPL-3.0-or-later", + "license": "LGPL-3.0-or-later", "media_license": "CC-BY-SA-4.0" } 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 477ccc7..108715e 100644 --- a/mod.conf +++ b/mod.conf @@ -6,5 +6,6 @@ author = fluxionary license = LGPL-3.0-or-later media_license = CC-BY-SA-4.0 version = 2022-11-27 -min_minetest_version = 5.6.1 +min_minetest_version = 5.7.0 +supported_games = * depends = fmod, player_monoids