Fix: Use a valid SPDX license expression for AGPL.

This commit is contained in:
baldo 2022-10-04 18:00:18 +02:00
parent 625f8cbd90
commit 7a7fe1e3ac
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"name": "ffffng",
"version": "DEVELOPMENT",
"license": "AGPL",
"license": "AGPL-3.0-only",
"dependencies": {
"angular": "1.8.3",
"angular-bootstrap": "2.5.0",

View file

@ -2,7 +2,7 @@
"name": "ffffng",
"version": "0.18.2-SNAPSHOT",
"description": "Node management form for Freifunk",
"license": "AGPL",
"license": "AGPL-3.0-only",
"author": {
"name": "Andreas Baldeau",
"email": "andreas@baldeau.net"