From 01d7482609d9d72f88c55ab1b9a980d30d29ee3b Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 20 Dec 2023 00:07:27 +0300 Subject: [PATCH] initial: change repo informations --- manifest.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/manifest.toml b/manifest.toml index 851dfd4..5e0ad5d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"