initial: change repo informations
This commit is contained in:
parent
63114076cc
commit
01d7482609
1 changed files with 11 additions and 11 deletions
|
@ -1,20 +1,20 @@
|
|||
packaging_format = 2
|
||||
|
||||
id = "easyappointments"
|
||||
name = "Easy!Appointments"
|
||||
description.en = "Open Source Appointment Scheduler"
|
||||
description.fr = "Planificateur de rendez-vous Open Source"
|
||||
id = "iflrandevu"
|
||||
name = "İFL Randevu"
|
||||
description.en = "İzmir Fen Lisesi Appointment Portal"
|
||||
description.tr = "İzmir Fen Lisesi Randevu Portalı"
|
||||
|
||||
version = "1.4.3~ynh3"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
maintainers = ["asandikci"]
|
||||
|
||||
[upstream]
|
||||
license = "GPL-3.0-only"
|
||||
website = "https://easyappointments.org/"
|
||||
demo = "https://demo.easyappointments.org/"
|
||||
admindoc = "https://easyappointments.org/docs.html#1.4.3/readme.md"
|
||||
code = "https://github.com/alextselegidis/easyappointments"
|
||||
code = "https://git.aliberksandikci.com.tr/ifl/iflrandevu"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.2"
|
||||
|
@ -36,15 +36,15 @@ ram.runtime = "50M"
|
|||
|
||||
[install.language]
|
||||
ask.en = "Choose the application language"
|
||||
ask.fr = "Choisissez la langue de l'application"
|
||||
ask.tr = "Uygulama dilini seçin"
|
||||
type = "select"
|
||||
choices = ["french", "english"]
|
||||
default = "english"
|
||||
choices = ["turkish", "english"]
|
||||
default = "turkish"
|
||||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/alextselegidis/easyappointments/releases/download/1.4.3/easyappointments-1.4.3.zip"
|
||||
sha256 = "8b7f56269f2ce2ac21195bbce96f9f35f465da92eb4d48ca8027a9df7e5106eb"
|
||||
url = "https://git.aliberksandikci.com.tr/ifl/iflrandevu/archive/1.4.3.zip"
|
||||
sha256 = "8f899f2a55df01f4f234882b6b80dd2c35f7ca46ed5e41d18ebf8299a9c957ab"
|
||||
in_subdir = false
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
|
|
Loading…
Reference in a new issue