diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:18:16 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-03 05:06:48 +0100 |
commit | 9f733172cb3d87bf2a137314dff0b4732dbec208 (patch) | |
tree | b20b5039e32f6535978b35c4c984c1c2c9765960 /gnu/packages/dns.scm | |
parent | 1084e86b590d39d3ea8ee2388fd13b6c3bc1301a (diff) | |
download | patches-9f733172cb3d87bf2a137314dff0b4732dbec208.tar patches-9f733172cb3d87bf2a137314dff0b4732dbec208.tar.gz |
gnu: yadifa: Use HTTPS home page.
* gnu/packages/dns.scm (yadifa)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 192761b42e..987275edf2 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -578,7 +578,7 @@ served by AS112. Stub and forward zones are supported.") "--enable-nsec" "--enable-nsec3" "--enable-tsig"))) - (home-page "http://www.yadifa.eu/") + (home-page "https://www.yadifa.eu/") (synopsis "Authoritative DNS name server") (description "YADIFA is an authoritative name server for the @dfn{Domain Name System} (DNS). It aims for both higher performance and a smaller memory |