Fix licence field for package.json

This commit is contained in:
Chocobozzz
2026-07-13 14:01:17 +02:00
parent 1863366582
commit e2c90e29b9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.",
"version": "8.2.2",
"private": true,
"licence": "AGPL-3.0",
"license": "AGPL-3.0",
"engines": {
"node": ">=22.x",
"pnpm": ">=10.9"