Skip to content

Commit b2ceea5

Browse files
docs: update POM description
1 parent 5ae8d0b commit b2ceea5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ publishing {
8484
"""
8585
OneTrickPony is a modern Java library that implements support for One-Time
8686
Passwords (OTPs). The library requires Java 11 or later and is fully compatible
87-
with Java's module system. It has zero runtime dependencies on external
88-
libraries. Built-In support is provided for the HOTP (RFC 4226) and
87+
with Java's module system. Built-In support is provided for the HOTP (RFC 4226) and
8988
TOTP (RFC 6238) algorithms.
9089
""".trimIndent().lines().joinToString(separator = " ")
9190
}

0 commit comments

Comments
 (0)