Skip to content

Commit 29e1253

Browse files
authored
Merge pull request #135 from kas-elvirov/nameChange
name change
2 parents aa1f46e + a1c9ed4 commit 29e1253

29 files changed

+42
-42
lines changed

.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
APP_VERSION=8.2.60
2-
PAYPAL_URL=https://www.paypal.me/ArtemSolovev
3-
OPENCOLLECTIVE_URL=https://opencollective.com/artem-solovev
1+
APP_VERSION=8.2.61
2+
PAYPAL_URL=https://www.paypal.me/KasElvirov
3+
OPENCOLLECTIVE_URL=https://opencollective.com/kas-elvirov

.github/FUNDING.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
custom: ["https://www.paypal.me/ArtemSolovev"]
2-
open_collective: artem-solovev
1+
custom: ["https://www.paypal.me/KasElvirov"]
2+
open_collective: kas-elvirov

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
3434

3535
## Enforcement
3636

37-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at artem.solovev.lse@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at kas.elvirov@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
3838

3939
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
4040

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu
3737
2. If you've changed APIs, update the documentation.
3838
3. Issue that pull request!
3939

40-
## Report bugs using Github's [issues](https://github.com/artem-solovev/gloc/blob/master/ISSUE_TEMPLATE.md)
40+
## Report bugs using Github's [issues](https://github.com/kas-elvirov/gloc/blob/master/ISSUE_TEMPLATE.md)
4141
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](); it's that easy!
4242

4343
## License
44-
By contributing, you agree that your contributions will be licensed under its [GPL-2.0 License](https://github.com/artem-solovev/gloc/blob/master/LICENSE)
44+
By contributing, you agree that your contributions will be licensed under its [GPL-2.0 License](https://github.com/kas-elvirov/gloc/blob/master/LICENSE)
4545

PRIVACY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ The entered token is stored in your browser storage only.
1313

1414
## 3. Contacting us
1515

16-
If you have questions about this policy, you can contact us at [artem.solovev.lse@gmail.com](mailto:artem.solovev.lse@gmail.com).
16+
If you have questions about this policy, you can contact us at [kas.elvirov@gmail.com](mailto:kas.elvirov@gmail.com).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Counts lines of code in:
6060

6161

6262
## **Quick links**
63-
* **[Issues, bugs](https://github.com/artem-solovev/gloc/issues)**
63+
* **[Issues, bugs](https://github.com/kas-elvirov/gloc/issues)**
6464
* **[Privacy policy](PRIVACY.md)**
6565

6666
___

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Any, latest stable versions
66

77
## Reporting a Vulnerability
88

9-
You can report a security related bug in the [GitHub bug tracker](https://github.com/artem-solovev/gloc/issues) or by [email](artem.solovev.lse@gmail.com).
9+
You can report a security related bug in the [GitHub bug tracker](https://github.com/kas-elvirov/gloc/issues) or by [email](kas.elvirov@gmail.com).
1010

1111
All information will be made public. We do not withhold information from users because they need accurate information to access risk and place controls to remediate the risk.

_locales/bg/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"message": "Gloc"
77
},
88
"author": {
9-
"message": "Artem Solovev"
9+
"message": "Kas Elvirov"
1010
},
1111
"description": {
1212
"message": "Gives you approximate count of lines of code on GitHub"

_locales/de/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"message": "Gloc"
77
},
88
"author": {
9-
"message": "Artem Solovev"
9+
"message": "Kas Elvirov"
1010
},
1111
"description": {
1212
"message": "Gives you approximate count of lines of code on GitHub"

_locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"message": "Gloc"
77
},
88
"author": {
9-
"message": "Artem Solovev"
9+
"message": "Kas Elvirov"
1010
},
1111
"description": {
1212
"message": "Gives you approximate count of lines of code on GitHub"

0 commit comments

Comments
 (0)