Skip to content

Commit

Permalink
updates readme and manifest with transfered repo
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwatters committed Feb 7, 2024
1 parent 0b2e338 commit e29c3c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ authors = ["sean watters <sean@watters.io>"]
description = "\"Reasonably Good Privacy\""
categories = ["cryptography"]
edition = "2021"
homepage = "https://github.com/ordinarylabs"
homepage = "https://github.com/seanwatters/RGP"
keywords = ["e2ee", "encryption"]
license = "MIT"
name = "rgp"
readme = "README.md"
repository = "https://github.com/ordinarylabs/RGP"
repository = "https://github.com/seanwatters/RGP"
version = "0.1.5"

[dependencies]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# RGP

[![ci](https://github.com//ordinarylabs/RGP/actions/workflows/ci.yml/badge.svg)](https://github.com//ordinarylabs/RGP/actions/workflows/ci.yml)
[![license](https://img.shields.io/github/license/ordinarylabs/RGP.svg)](https://github.com/ordinarylabs/RGP/blob/main/LICENSE)
[![ci](https://github.com//seanwatters/RGP/actions/workflows/ci.yml/badge.svg)](https://github.com//seanwatters/RGP/actions/workflows/ci.yml)
[![license](https://img.shields.io/github/license/seanwatters/RGP.svg)](https://github.com/seanwatters/RGP/blob/main/LICENSE)
[![crates.io](https://img.shields.io/crates/v/rgp.svg)](https://crates.io/crates/rgp)
[![docs.rs](https://docs.rs/rgp/badge.svg)](https://docs.rs/rgp/)
[![dependency status](https://deps.rs/repo/github/ordinarylabs/RGP/status.svg)](https://deps.rs/repo/github/ordinarylabs/RGP)
[![dependency status](https://deps.rs/repo/github/seanwatters/RGP/status.svg)](https://deps.rs/repo/github/seanwatters/RGP)

"Reasonably Good Privacy"

Expand Down

0 comments on commit e29c3c5

Please sign in to comment.