diff options
Diffstat (limited to 'debian/patches/0002-added-note-about-dehydrated-irc-channel.patch')
-rw-r--r-- | debian/patches/0002-added-note-about-dehydrated-irc-channel.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/patches/0002-added-note-about-dehydrated-irc-channel.patch b/debian/patches/0002-added-note-about-dehydrated-irc-channel.patch new file mode 100644 index 0000000..0ebb49e --- /dev/null +++ b/debian/patches/0002-added-note-about-dehydrated-irc-channel.patch @@ -0,0 +1,26 @@ +From 5c4adf6baa9f65d86298d438d53bad308ddd1a60 Mon Sep 17 00:00:00 2001 +From: Lukas Schauer <lukas@schauer.dev> +Date: Mon, 31 Oct 2022 15:46:28 +0100 +Subject: [PATCH 2/6] added note about dehydrated irc channel + +--- + README.md | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/README.md b/README.md +index c03f147..7db9880 100644 +--- a/README.md ++++ b/README.md +@@ -86,3 +86,9 @@ Parameters: + --challenge (-t) http-01|dns-01|tls-alpn-01 Which challenge should be used? Currently http-01, dns-01, and tls-alpn-01 are supported + --algo (-a) rsa|prime256v1|secp384r1 Which public key algorithm should be used? Supported: rsa, prime256v1 and secp384r1 + ``` ++ ++## Chat ++ ++Dehydrated has an official IRC-channel `#dehydrated` on libera.chat that can be used for general discussion and suggestions. ++ ++The channel can also be accessed with Matrix using the official libera.chat bridge at `#dehydrated:libera.chat`. +-- +2.45.2 + |