Skip to content

Commit 1394d28

Browse files
Update links (#101)
1 parent aefd573 commit 1394d28

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h3 align="center"><strong>Java Time Fun</strong></h3>
66
<p align="center">Java Time Kotlin extension functions.</p>
77
<p align="center">
8-
<a href="https://github.com/seljabali/java-time-fun/actions?query=branch%3Amain"><img alt="Build Status" src="https://github.com/seljabali/java-time-fun/actions/workflows/main.yml/badge.svg"/></a>
8+
<a href="https://github.com/sami-eljabali/java-time-fun/actions?query=branch%3Amain"><img alt="Build Status" src="https://github.com/sami-eljabali/java-time-fun/actions/workflows/main.yml/badge.svg"/></a>
99
<a href="https://repo1.maven.org/maven2/org/eljabali/sami/javatimefun/javatimefun/"><img alt="Maven Central" src="https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Feljabali%2Fsami%2Fjavatimefun%2Fjavatimefun%2Fmaven-metadata.xml"/></a>
1010
<a href="https://kotlinlang.org"><img alt="Kotlin" src="https://img.shields.io/badge/Kotlin-2.2.21-orange.svg?style=flat&logo=kotlin"/></a>
1111
<a href="https://mailchi.mp/kotlinweekly/kotlin-weekly-396"><img alt="Kotlin Weekly" src="https://skydoves.github.io/badges/kotlin-weekly.svg"/></a>
@@ -146,7 +146,7 @@ For more information on Android desugaring click [here](https://developer.androi
146146
</details>
147147

148148
## 😏 Find this library useful?
149-
If you like what you see, please star the repository __[as others have](https://github.com/seljabali/java-time-fun/stargazers)__! ⭐️
149+
If you like what you see, please star the repository __[as others have](https://github.com/sami-eljabali/java-time-fun/stargazers)__! ⭐️
150150

151151
## 🍪 Extras
152-
[DateTimeFormats](https://gist.github.com/seljabali/d9476427db7f39645d8f94f8a0707751) to help with day to day printing/parsing of datetimes!
152+
[DateTimeFormats](https://gist.github.com/sami-eljabali/d9476427db7f39645d8f94f8a0707751) to help with day to day printing/parsing of datetimes!

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ publishing {
5454
pom {
5555
name.set(project.name)
5656
description.set("java.time Kotlin extension functions library.")
57-
url.set("https://github.com/seljabali/java-time-fun")
57+
url.set("https://github.com/sami-eljabali/java-time-fun")
5858
licenses {
5959
license {
6060
name.set("MIT License")
61-
url.set("https://github.com/seljabali/java-time-fun/blob/main/LICENSE")
61+
url.set("https://github.com/sami-eljabali/java-time-fun/blob/main/LICENSE")
6262
}
6363
}
6464
developers {
@@ -72,7 +72,7 @@ publishing {
7272
scm {
7373
connection.set("scm:git:git://github.com/seljabali/java-time-fun.git")
7474
developerConnection.set("scm:git:ssh://github.com/seljabali/java-time-fun.git")
75-
url.set("https://github.com/seljabali/java-time-fun/tree/main")
75+
url.set("https://github.com/sami-eljabali/java-time-fun/tree/main")
7676
}
7777
}
7878
groupId = project.group as String

0 commit comments

Comments
 (0)