1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

Merge pull request #36 from Jibec/patch-1

less emails
This commit is contained in:
Kayou 2020-10-29 10:08:32 +01:00 committed by GitHub
commit 643fbff862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -28,7 +28,7 @@
# If the level 5 (Package linter) is forced to 1. Please add justifications here. # If the level 5 (Package linter) is forced to 1. Please add justifications here.
Level 5=auto Level 5=auto
;;; Options ;;; Options
Email=jean-baptiste@holcroft.fr Email=
Notification=all Notification=all
;;; Upgrade options ;;; Upgrade options
; commit=cef22ac5634565cecd2d8545229efe3fe79d85bc ; commit=cef22ac5634565cecd2d8545229efe3fe79d85bc

View file

@ -10,9 +10,13 @@
"url": "https://weblate.org", "url": "https://weblate.org",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"maintainer": { "maintainer": {
"name": "",
"email": ""
},
"previous_maintainers": [{
"name": "Jean-Baptiste Holcroft", "name": "Jean-Baptiste Holcroft",
"email": "jean-baptiste@holcroft.fr" "email": "jean-baptiste@holcroft.fr"
}, }],
"requirements": { "requirements": {
"yunohost": ">= 4.0.0" "yunohost": ">= 4.0.0"
}, },