aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/x509-info/Cargo.toml2
-rw-r--r--src/x509-info/README.md2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/x509-info/Cargo.toml b/src/x509-info/Cargo.toml
index ca9abde..fb9e6ca 100644
--- a/src/x509-info/Cargo.toml
+++ b/src/x509-info/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
authors = ["Franck Cuny <franck@fcuny.net>"]
description = "Print summary of x509 certificates."
-homepage = "https://git.fcuny.net/x509-info/about/"
+homepage = "https://github.com/fcuny/x509-info/"
readme = "README.md"
[dependencies]
diff --git a/src/x509-info/README.md b/src/x509-info/README.md
index f7e9121..a269ee5 100644
--- a/src/x509-info/README.md
+++ b/src/x509-info/README.md
@@ -1,7 +1,5 @@
# x509-info
-[![Build Status](https://ci.fcuny.net/api/badges/fcuny/x509-info/status.svg)](https://ci.fcuny.net/fcuny/x509-info)
-
At this point it's pretty clear that I'll never remember the syntax for `openssl` to show various information about a certificate. At last I will not have to google for that syntax ever again.
## Usage