dns-root-data: more precise meta.description

In particular, "root zone" is something else and is not contained.
(it wouldn't make sense, as it changes roughly on a daily basis)
This commit is contained in:
Vladimír Čunát
2025-04-20 15:20:11 +02:00
parent bcb880ef3c
commit 9717e8ee80
+1 -1
View File
@@ -34,7 +34,7 @@ stdenv.mkDerivation {
'';
meta = with lib; {
description = "DNS root data including root zone and DNSSEC key";
description = "DNS root data including root hints and DNSSEC root trust anchor + key";
maintainers = with maintainers; [
fpletz
vcunat