Skip to content

Commit 32ccc80

Browse files
committed
chore: Update repository URLs from lordixir to sercanarga
1 parent 59cf3f0 commit 32ccc80

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All notable changes to this project will be documented in this file.
1919
- Dial timeout: 10s → 5s
2020
- Retry backoff: 500ms → 200ms
2121
- `ValidateTimeout` now uses `config.MinTimeout` constant
22-
- Updated GitHub URL to `lordixir/ipmap`
22+
- Updated GitHub URL to `sercanarga/ipmap`
2323

2424
### Fixed
2525
- Domain resolution failure with uTLS HTTP/2 compatibility

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Thank you for your interest in contributing to ipmap! We welcome contributions f
55
## How to Contribute
66

77
### Reporting Bugs
8-
- Check if the bug has already been reported in [Issues](https://github.com/lordixir/ipmap/issues)
8+
- Check if the bug has already been reported in [Issues](https://github.com/sercanarga/ipmap/issues)
99
- Provide a clear description of the bug
1010
- Include steps to reproduce the issue
1111
- Attach relevant logs or error messages
@@ -30,7 +30,7 @@ Thank you for your interest in contributing to ipmap! We welcome contributions f
3030

3131
```bash
3232
# Clone the repository
33-
git clone https://github.com/lordixir/ipmap.git
33+
git clone https://github.com/sercanarga/ipmap.git
3434
cd ipmap
3535

3636
# Install dependencies

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ chmod +x ipmap
3434

3535
**Build from Source:**
3636
```bash
37-
git clone https://github.com/lordixir/ipmap.git
37+
git clone https://github.com/sercanarga/ipmap.git
3838
cd ipmap
3939
go mod tidy
4040
go build -o ipmap .
@@ -111,7 +111,7 @@ Thanks go to these wonderful people
111111
</a>
112112
</td>
113113
<td align="center">
114-
<a href="https://github.com/lordixir">
114+
<a href="https://github.com/sercanarga">
115115
<img src="https://avatars.githubusercontent.com/u/38049901?v=4" width="100px;" alt=""/>
116116
<br />
117117
<sub>

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func main() {
6161

6262
if (*asn != "" && *ip != "") || (*asn == "" && *ip == "") {
6363
fmt.Println("======================================================\n" +
64-
" ipmap v2.0 (github.com/lordixir/ipmap)\n" +
64+
" ipmap v2.0 (github.com/sercanarga/ipmap)\n" +
6565
"======================================================\n" +
6666
"PARAMETERS:\n" +
6767
"-asn AS13335\n" +

0 commit comments

Comments
 (0)