Skip to content

Commit 980c154

Browse files
committed
update README.md
1 parent a7fb8fb commit 980c154

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
![FunPay4j Logo](./funpay4j.jpg)
22

3-
[![CI](https://github.com/panic08/funpay4j/actions/workflows/build.yml/badge.svg)](https://github.com/panic08/funpay4j/actions/workflows/build.yml)
4-
[![GitHub release](https://img.shields.io/github/v/release/panic08/funpay4j)](https://github.com/panic08/funpay4j/releases)
5-
[![JitPack](https://jitpack.io/v/panic08/funpay4j.svg)](https://jitpack.io/#panic08/funpay4j)
6-
[![Apache License](http://img.shields.io/badge/license-ASL-blue.svg)](https://github.com/panic08/funpay4j/blob/master/COPYING)
3+
[![CI](https://github.com/therepanic/funpay4j/actions/workflows/build.yml/badge.svg)](https://github.com/therepanic/funpay4j/actions/workflows/build.yml)
4+
[![GitHub release](https://img.shields.io/github/v/release/therepanic/funpay4j)](https://github.com/therepanic/funpay4j/releases)
5+
[![JitPack](https://jitpack.io/v/therepanic/funpay4j.svg)](https://jitpack.io/#therepanic/funpay4j)
6+
[![Apache License](http://img.shields.io/badge/license-ASL-blue.svg)](https://github.com/therepanic/funpay4j/blob/master/COPYING)
77

88
---
99

@@ -32,7 +32,7 @@ repositories {
3232
}
3333

3434
dependencies {
35-
implementation 'com.github.panic08.funpay4j:core:1.0.6'
35+
implementation 'com.github.therepanic.funpay4j:core:1.0.6'
3636
}
3737
```
3838

@@ -47,7 +47,7 @@ dependencies {
4747

4848
<dependencies>
4949
<dependency>
50-
<groupId>com.github.panic08.funpay4j</groupId>
50+
<groupId>com.github.therepanic.funpay4j</groupId>
5151
<artifactId>core</artifactId>
5252
<version>1.0.6</version>
5353
</dependency>

0 commit comments

Comments
 (0)