From 8ca5b6607d76a7ecaa5e139376c9ae522bb4703f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Tue, 24 May 2022 17:10:20 +0200
Subject: [PATCH] Add contact info.

---
 README.md          | 3 +++
 doc/guile-dns.texi | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 2347b31..633b530 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,6 @@ A library for DNS interactions in pure Guile Scheme.
 
 Documentation is available in `doc/guile-dns.texi`, and a sample client
 is available in `sample-client.scm`.
+
+Contributions are either welcome at https://git.lysator.liu.se/hugo/guile-dns or
+through email to hugo@lysator.liu.se.
diff --git a/doc/guile-dns.texi b/doc/guile-dns.texi
index 7ff4cbc..940c2bd 100644
--- a/doc/guile-dns.texi
+++ b/doc/guile-dns.texi
@@ -33,6 +33,10 @@ also be able to be used as a server.
 
 This manual doesn't aim to teach how DNS works, for that, see RFC 1035.
 
+Contributions to this manual, or the library, are welcome either at
+@url{https://git.lysator.liu.se/hugo/guile-dns} or
+through email to @email{hugo@@lysator.liu.se}.
+
 @node Sample program
 @chapter Sample program
 
-- 
GitLab