From 618ecaf71fbadc8de5d408f01d7cb251abf65d1f Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Sun, 17 Oct 2021 22:23:35 +0200 Subject: [PATCH] Add @niklasmohrin to crate authors --- Cargo.toml | 5 ++++- docs/src/usage.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7a025f8..ba56396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,8 @@ [package] -authors = ["Danilo Bargen "] +authors = [ + "Danilo Bargen ", + "Niklas Mohrin ", +] description = "Fetch and show tldr help pages for many CLI commands. Full featured offline client with caching support." homepage = "https://github.com/dbrgn/tealdeer/" license = "MIT/Apache-2.0" diff --git a/docs/src/usage.txt b/docs/src/usage.txt index 85d089c..7e13562 100644 --- a/docs/src/usage.txt +++ b/docs/src/usage.txt @@ -1,6 +1,6 @@ tealdeer 1.4.1 -Danilo Bargen +Danilo Bargen , Niklas Mohrin A fast TLDR client