1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gancio_ynh.git synced 2024-09-03 20:36:19 +02:00

Fix linter

This commit is contained in:
Éric Gaspar 2023-10-01 18:02:35 +02:00
parent a6742f4afc
commit 322d1bffea
2 changed files with 10 additions and 3 deletions

View file

@ -3,8 +3,8 @@ packaging_format = 2
id = "gancio"
name = "Gancio"
description.en = "A shared agenda for local communities, federated with the fediverse."
description.fr = "Un agenda partagé pour les communautés locales, fédéré avec le fédiverse."
description.en = "Shared agenda for local communities, federated with the fediverse."
description.fr = "Agenda partagé pour les communautés locales, fédéré avec le fédiverse."
version = "1.6.10~ynh1"
@ -12,7 +12,7 @@ maintainers = ["Lapineige"]
[upstream]
# NB: Only the "license" key is mandatory. Remove entries for which there's no relevant data
license = "AGPL v3"
license = "AGPL-3.0-only"
website = "https://gancio.org"
demo = "https://demo.gancio.org/"
admindoc = "https://gancio.org/install/"

7
tests.toml Normal file
View file

@ -0,0 +1,7 @@
test_format = 1.0
[default]
# ------------
# Tests to run
# ------------