mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-04-22 06:24:47 +02:00
pgpainless-cli version: Fix repository URL
This commit is contained in:
parent
13c3295e64
commit
9a1a01fe05
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class VersionImpl : Version {
|
|||
String.format(Locale.US, "Bouncy Castle %.2f", BouncyCastleProvider().version)
|
||||
val specVersion = String.format("%02d", SOP_VERSION)
|
||||
return """${getName()} ${getVersion()}
|
||||
https://codeberg.org/PGPainless/pgpainless/src/branch/master/pgpainless-sop
|
||||
https://codeberg.org/PGPainless/pgpainless/src/branch/main/pgpainless-sop
|
||||
|
||||
Implementation of the Stateless OpenPGP Protocol Version $specVersion
|
||||
https://datatracker.ietf.org/doc/html/draft-dkg-openpgp-stateless-cli-$specVersion
|
||||
|
|
Loading…
Add table
Reference in a new issue