diff options
| author | Fuwn <[email protected]> | 2021-04-20 18:35:40 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-20 18:35:40 -0700 |
| commit | 2d8944eaf5e63d17583c5c8c7421893a087a4f9a (patch) | |
| tree | 0ba511fa6f2a19e8510b62fc3427917e86ece2c0 | |
| parent | feature: Add contact information to footer (diff) | |
| download | site-2d8944eaf5e63d17583c5c8c7421893a087a4f9a.tar.xz site-2d8944eaf5e63d17583c5c8c7421893a087a4f9a.zip | |
fix: License format
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 95b0dc2..253dfed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "site", "version": "0.0.0", + "license": "GPL-3.0-only", "private": true, "scripts": { "docusaurus": "docusaurus", |