Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Mark crate deprecated
Browse files Browse the repository at this point in the history
Remove appveyor build

Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones committed May 4, 2023
1 parent 1dd0203 commit dc8aa5c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

repository:
name: ursa
description: Hyperledger Ursa has moved to end-of-life status.
description: Hyperledger Ursa (a shared cryptographic library) has moved to end-of-life status, with the components of Ursa still in use moved to their relevant Hyperledger projects (AnonCreds, Indy, Aries and Iroha).
homepage: https://wiki.hyperledger.org/display/ursa
default_branch: main
has_downloads: true
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/hyperledger/ursa"
version = "0.5.0"

[badges]
maintenance = { status = "actively-developed" }
maintenance = { status = "deprecated" }

[lib]
crate-type = ["cdylib", "staticlib", "rlib"]
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

[Hyperledger Ursa was moved to EOL at the TOC meeting on 27 APR 2023.](https://toc.hyperledger.org/meeting-minutes/2023/2023-04-27-TOC-meeting-record.html)

The components of Ursa that are still in active use are moved to their respective projects where they will continue to be maintained, including:

- CL Signatures to AnonCreds
- BBS+ Signatures to Aries
- BLS Signatures to Indy

The published Ursa crates remain available for those projects already using them.

- [Introduction](#introduction)
- [Features](#features)
- [Libursa](#Libursa)
Expand Down
35 changes: 0 additions & 35 deletions appveyor.yml

This file was deleted.

0 comments on commit dc8aa5c

Please sign in to comment.