fix licence

This commit is contained in:
Jonas Leder 2021-09-25 23:01:59 +02:00
parent 5b6dd23fdf
commit 48dce142ed
No known key found for this signature in database
GPG key ID: CC3C488E27DFF5CA

View file

@ -4,7 +4,7 @@
"main": "index.js",
"repository": "git@gitlab.jonasled.de:jonasled/website.git",
"author": "jonasled <git@jonasled.de>",
"license": "LGPL-3.0-or-later",
"license": "GPL-3.0-or-later",
"scripts": {
"compile": "concurrently \"yarn css\" \"yarn js\"",
"css": "sass scss/:public/css --style=compressed --no-source-map",