Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxionary committed Jul 23, 2023
1 parent a5993d8 commit d1e0e37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"repo": "https://github.com/fluxionary/minetest-smartshop.git",
"website": "https://github.com/fluxionary/minetest-smartshop",
"issue_tracker": "https://github.com/fluxionary/minetest-smartshop/issues",
"license": "AGPL-3.0-or-later",
"license": "LGPL-3.0-or-later",
"media_license": "CC-BY-SA-3.0"
}
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ based on the original smartshop mod by AiTechEye
# LICENSE

CODE:
* (c) flux AGPL v3
* (c) flux LGPL v3
* inspired by code (c) AiTechEye LGPL-2.1, though it's been rewritten from the ground up twice now...

TEXTURES:
Expand Down

0 comments on commit d1e0e37

Please sign in to comment.