From 25f7eabb6f3f5d7874b38e013810d26fec7a66f1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 28 Apr 2024 19:28:46 -0700 Subject: fix URL to the repository --- src/x509-info/Cargo.toml | 2 +- src/x509-info/README.md | 2 -- 2 files changed, 1 insertion(+), 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 "] 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 -- cgit v1.2.3