Skip to content

Commit ccb5a24

Browse files
chore: update username references after GitHub rename
1 parent 6af6ee5 commit ccb5a24

10 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Security issues
4-
url: https://github.com/programmersd/gmtui/security/policy
4+
url: https://github.com/programmersd21/gmtui/security/policy
55
about: Please report security issues privately.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Name: Soumalya Das
22
# Email: geniussantu1983@gmail.com
3-
# GitHub: https://github.com/programmersd
3+
# GitHub: https://github.com/programmersd21
44
# Year: 2026
5-
# Repo: https://github.com/programmersd/gmtui
5+
# Repo: https://github.com/programmersd21/gmtui
66
name: ci
77

88
on:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Name: Soumalya Das
22
# Email: geniussantu1983@gmail.com
3-
# GitHub: https://github.com/programmersd
3+
# GitHub: https://github.com/programmersd21
44
# Year: 2026
5-
# Repo: https://github.com/programmersd/gmtui
5+
# Repo: https://github.com/programmersd21/gmtui
66
name: release
77

88
on:

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ The format is based on Keep a Changelog and this project follows Semantic Versio
1919

2020
Name: Soumalya Das
2121
Email: geniussantu1983@gmail.com
22-
GitHub: https://github.com/programmersd
23-
Repo: https://github.com/programmersd/gmtui
22+
GitHub: https://github.com/programmersd21
23+
Repo: https://github.com/programmersd21/gmtui

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Reports are reviewed in good faith and handled promptly.
1919

2020
Name: Soumalya Das
2121
Email: geniussantu1983@gmail.com
22-
GitHub: https://github.com/programmersd
23-
Repo: https://github.com/programmersd/gmtui
22+
GitHub: https://github.com/programmersd21
23+
Repo: https://github.com/programmersd21/gmtui

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ By contributing, you agree that your work is released under the MIT License.
5656

5757
Name: Soumalya Das
5858
Email: geniussantu1983@gmail.com
59-
GitHub: https://github.com/programmersd
60-
Repo: https://github.com/programmersd/gmtui
59+
GitHub: https://github.com/programmersd21
60+
Repo: https://github.com/programmersd21/gmtui

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Name: Soumalya Das
22
# Email: geniussantu1983@gmail.com
3-
# GitHub: https://github.com/programmersd
3+
# GitHub: https://github.com/programmersd21
44
# Year: 2026
5-
# Repo: https://github.com/programmersd/gmtui
5+
# Repo: https://github.com/programmersd21/gmtui
66
[package]
77
name = "gmtui"
88
version = "0.1.0"
@@ -11,7 +11,7 @@ rust-version = "1.80"
1111
description = "A fast, keyboard-driven Gmail client for the terminal. Reads your inbox without a browser."
1212
license = "MIT"
1313
authors = ["Soumalya Das <geniussantu1983@gmail.com>"]
14-
repository = "https://github.com/programmersd/gmtui"
14+
repository = "https://github.com/programmersd21/gmtui"
1515
readme = "README.md"
1616

1717
[[bin]]

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ SOFTWARE.
2222

2323
Name: Soumalya Das
2424
Email: geniussantu1983@gmail.com
25-
GitHub: https://github.com/programmersd
25+
GitHub: https://github.com/programmersd21
2626
Year: 2026
27-
Repo: https://github.com/programmersd/gmtui
27+
Repo: https://github.com/programmersd21/gmtui

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![Rust](https://img.shields.io/badge/rust-stable-brightgreen)
2-
![Build](https://github.com/programmersd/gmtui/actions/workflows/ci.yml/badge.svg)
2+
![Build](https://github.com/programmersd21/gmtui/actions/workflows/ci.yml/badge.svg)
33
![License](https://img.shields.io/badge/License-MIT-yellow)
44
![Platform](https://img.shields.io/badge/platform-linux%20%7C%20macOS%20%7C%20Windows-blue)
55

@@ -16,7 +16,7 @@ cargo install gmtui
1616
### Manual Build
1717

1818
```
19-
git clone https://github.com/programmersd/gmtui
19+
git clone https://github.com/programmersd21/gmtui
2020
cd gmtui
2121
cargo build --release
2222
```

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ Please include:
2727

2828
Name: Soumalya Das
2929
Email: geniussantu1983@gmail.com
30-
GitHub: https://github.com/programmersd
31-
Repo: https://github.com/programmersd/gmtui
30+
GitHub: https://github.com/programmersd21
31+
Repo: https://github.com/programmersd21/gmtui

0 commit comments

Comments
 (0)