Skip to content

Commit

Permalink
docs: update references and clarify some things
Browse files Browse the repository at this point in the history
Former-commit-id: 68a6676
  • Loading branch information
dignifiedquire committed Nov 29, 2018
1 parent ab9e87a commit 50ce46d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
authors = ["dignifiedquire <dignifiedquire@gmail.com>"]
description = "PGP implementation in Rust"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/dignifiedquire/pgp"
repository = "https://github.com/dignifiedquire/pgp"
homepage = "https://github.com/dignifiedquire/rpgp"
repository = "https://github.com/dignifiedquire/rpgp"

keywords = ["pgp", "gpg", "pretty good privacy", "email", "encryption", "privacy"]

Expand Down
4 changes: 4 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This library is primarly distributed under the terms of both the MIT license and
the Apache License (Version 2.0).

See LICENSE-MIT and LICENSE-APACHE for details.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,20 @@ untested). The following targets are known to work and pass all tests:
* powerpc64le-unknown-linux-gnu
* x86_64-unknown-linux-gnu
* x86_64-unknown-linux-musl

### Android

> Note: currently not always passing on CI, but likely working.
* aarch64-linux-android
* arm-linux-androideabi
* armv7-linux-androideabi
* x86_64-linux-android

### iOS

> Note: currently only building on CI, but likely working.
* i386-apple-ios
* x86_64-apple-ios
* armv7-apple-ios
Expand Down Expand Up @@ -73,13 +83,13 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in pgp by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.

[travis-shield]: https://img.shields.io/travis/dignifiedquire/pgp.svg?style=flat-square
[travis]: https://travis-ci.org/dignifiedquire/pgp
[travis-shield]: https://img.shields.io/travis/dignifiedquire/rpgp.svg?style=flat-square
[travis]: https://travis-ci.org/dignifiedquire/rpgp
[appveyor-shield]: https://img.shields.io/appveyor/ci/dignifiedquire/pgp.svg?style=flat-square
[appveyor]: https://ci.appveyor.com/api/projects/status/d1knobws948pyynk/branch/master
[docs-shield]: https://img.shields.io/badge/docs-online-blue.svg?style=flat-square
[docs]: https://docs.rs/crate/pgp/
[license-shield]: https://img.shields.io/badge/License-MIT%2FApache2.0-green.svg?style=flat-square
[license]: https://github.com/dignifiedquire/pgp/blob/master/license.md
[license]: https://github.com/dignifiedquire/rpgp/blob/master/LICENSE.md
[crate-shield]: https://img.shields.io/crates/v/pgp.svg?style=flat-square
[crate]: https://crates.io/crates/pgp

0 comments on commit 50ce46d

Please sign in to comment.