Skip to content

Commit

Permalink
2024-02-01 04:31:42
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiKimera committed Feb 1, 2024
1 parent c15c3a4 commit 5095dc5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

- Feedback, wishes and suggestions can be sent by email.
- Constructive criticism, bug descriptions and other reports are welcome.
- Email: [email protected]
- Email: [[email protected]](mailto:[email protected]).
- Telegram: [Kai Kimera](https://t.me/KaiKimera).

## Sources

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 iHub TO <https://ihub.to>
Copyright (c) 2023 Kai Kimera <https://kai.kim>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 3 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,9 @@
],
"authors": [
{
"name": "iHub TO",
"email": "[email protected]",
"homepage": "https://ihub.to/",
"role": "Developer"
},
{
"name": "Kitsune Solar",
"email": "[email protected]",
"homepage": "https://kitsune.solar/",
"name": "Kai Kimera",
"email": "[email protected]",
"homepage": "https://kai.kim/",
"role": "Developer"
}
],
Expand Down
3 changes: 1 addition & 2 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "MW_EXT_SEO",
"version": "1.0.0",
"author": [
"[https://ihub.to/ iHub TO]",
"[https://kitsune.solar/ Kitsune Solar]",
"[https://kai.kim/ Kai Kimera]",
"..."
],
"url": "https://ihub.to/",
Expand Down
2 changes: 1 addition & 1 deletion i18n/ru.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@metadata": {
"authors": [
"iHub TO"
"Kai Kimera"
]
},
"mw-seo-desc": "Интеграция дополнительного SEO в движок MediaWiki."
Expand Down

0 comments on commit 5095dc5

Please sign in to comment.