diff --git a/package-lock.json b/package-lock.json index 451a2c3..991f6f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "freshman", "version": "0.1.0", - "license": "AGPL-3.0-only", + "license": "AGPL-3.0-or-later", "dependencies": { "@astrojs/markdown-remark": "^7.3.0", "@astrojs/sitemap": "^3.7.4", diff --git a/package.json b/package.json index 1c9f930..32475da 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "0.1.0", "private": true, - "license": "AGPL-3.0-only", + "license": "AGPL-3.0-or-later", "scripts": { "dev": "astro dev", "build": "astro build",