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/composer.json b/composer.json index 6496805..3e1adf6 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 9426d92..e376012 100644 --- a/extension.json +++ b/extension.json @@ -2,8 +2,7 @@ "name": "MW_EXT_Spoiler", "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 a28c9b3..83eb6a3 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -1,7 +1,7 @@ { "@metadata": { "authors": [ - "iHub TO" + "Kai Kimera" ] }, "mw-spoiler-desc": "Блок со скрытой и отображаемой информацией.",