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