From 14b3d6622f161d7d6289facc21d716a03c93c18b Mon Sep 17 00:00:00 2001 From: KaiKimera Date: Thu, 1 Feb 2024 04:31:30 +0000 Subject: [PATCH] 2024-02-01 04:31:30 --- .github/workflows/mirror.yml | 4 ++-- CONTRIBUTING.md | 3 ++- LICENSE | 2 +- MW_EXT_List.i18n.magic.php | 6 +++--- composer.json | 12 +++--------- extension.json | 3 +-- i18n/ru.json | 2 +- 7 files changed, 13 insertions(+), 19 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 28d0886..ed7d756 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -34,7 +34,7 @@ jobs: -H 'Authorization: Bearer ${{ secrets.BOT_MIRROR_TOKEN_GITLAB }}' \ -H 'Content-Type: application/json' \ -A '${{ env.USER_AGENT }}' \ - '${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects' \ + '${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects/' \ -d '{"name":"${{ env.REPO_NAME }}","path":"${{ env.REPO_NAME }}","namespace_id":"${{ env.NSID }}","visibility":"public"}' fi - name: 'Mirror repository' @@ -110,7 +110,7 @@ jobs: -H 'Authorization: Bearer ${{ secrets.BOT_MIRROR_TOKEN_MOSHUB }}' \ -H 'Content-Type: application/json' \ -A '${{ env.USER_AGENT }}' \ - '${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects' \ + '${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects/' \ -d '{"name":"${{ env.REPO_NAME }}","path":"${{ env.REPO_NAME }}","namespace_id":"${{ env.NSID }}","visibility":"public"}' fi - name: 'Mirror repository' diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f370a5c..04dd92c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,8 @@ - Feedback, wishes and suggestions can be sent by email. - Constructive criticism, bug descriptions and other reports are welcome. -- Email: mail@ihub.to +- Email: [mail@kai.kim](mailto:mail@kai.kim). +- Telegram: [Kai Kimera](https://t.me/KaiKimera). ## Sources diff --git a/LICENSE b/LICENSE index 62a7665..05bd941 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 iHub TO +Copyright (c) 2023 Kai Kimera Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/MW_EXT_List.i18n.magic.php b/MW_EXT_List.i18n.magic.php index 7168365..5e7a6be 100644 --- a/MW_EXT_List.i18n.magic.php +++ b/MW_EXT_List.i18n.magic.php @@ -6,7 +6,7 @@ * @file * @ingroup Extensions * @license MIT - * @author iHub TO + * @author Kai Kimera */ $magicWords = []; @@ -14,7 +14,7 @@ $magicWords = []; /** * English. * - * @author iHub TO + * @author Kai Kimera * ------------------------------------------------------------------------------------------------------------------ */ $magicWords['en'] = [ @@ -24,7 +24,7 @@ $magicWords['en'] = [ /** * Russian. * - * @author iHub TO + * @author Kai Kimera * ------------------------------------------------------------------------------------------------------------------ */ $magicWords['ru'] = [ diff --git a/composer.json b/composer.json index e7ee2c7..67666cf 100644 --- a/composer.json +++ b/composer.json @@ -10,15 +10,9 @@ ], "authors": [ { - "name": "iHub TO", - "email": "mail@ihub.to", - "homepage": "https://ihub.to/", - "role": "Developer" - }, - { - "name": "Kitsune Solar", - "email": "mail@kitsune.solar", - "homepage": "https://kitsune.solar/", + "name": "Kai Kimera", + "email": "mail@kai.kim", + "homepage": "https://kai.kim/", "role": "Developer" } ], diff --git a/extension.json b/extension.json index 50d20e6..db5fb3e 100644 --- a/extension.json +++ b/extension.json @@ -2,8 +2,7 @@ "name": "MW_EXT_List", "version": "1.0.0", "author": [ - "[https://ihub.to/ iHub TO]", - "[https://kitsune.solar/ Kitsune Solar]", + "[https://kai.kim/ Kai Kimera]", "..." ], "url": "https://ihub.to/", diff --git a/i18n/ru.json b/i18n/ru.json index 874625f..e41aba8 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -1,7 +1,7 @@ { "@metadata": { "authors": [ - "iHub TO" + "Kai Kimera" ] }, "mw-list-desc": "Интеграция списка ресурсов METADATA. Специально для проектов [METADATA / FOUNDATION https://metadata.foundation/].",