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/README.md b/README.md index 6bb9d8a..360ee6b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ | License | MIT | | Language | Russian | | Requirements | XenForo 2.1 | -| Authors | [iHub TO](mailto:mail@ihub.to) | Расширение функции **Поделиться страницей** для [**XenForo**](https://xenforo.com). diff --git a/addon.json b/addon.json index dc65441..767f033 100644 --- a/addon.json +++ b/addon.json @@ -4,8 +4,8 @@ "description": "(ext_7f33fcfa)", "version_id": 1000170, "version_string": "1.0.1", - "dev": "iHub TO", - "dev_url": "https://ihub.to/", + "dev": "Kai Kimera", + "dev_url": "https://kai.kim/", "support_url": "https://github.com/pkgstore/xenforo-ext-share-page/issues", "require": { "XF": [ diff --git a/composer.json b/composer.json index 7a99f09..b95846f 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" } ],