fix conflict with package description

This commit is contained in:
mathilde-cryptpad 2024-06-25 12:50:36 +02:00
commit 5cd714465a
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ version: '3.8'
services:
cryptpad:
image: "cryptpad/cryptpad:version-2024.3.1"
image: "cryptpad/cryptpad:version-2024.6.0"
hostname: cryptpad
environment:

View file

@ -1,6 +1,6 @@
{
"name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowledge server",
"description": "a collaborative office suite that is end-to-end encrypted and open-source",
"version": "2024.6.0",
"license": "AGPL-3.0+",
"repository": {