summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-12-11 01:00:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-12-11 01:00:03 +0100
commit85dcea59f6bba846b93ab8f3df6817ad24a01152 (patch)
tree9b23ce94d859f7db34241a1cd3aced1a836088db /gnu/packages/admin.scm
parent34242fe5c7af902b841481df0b66a88b1ca263c5 (diff)
gnu: isc-dhcp: Update description.
* gnu/packages/admin.scm (isc-dhcp)[description]: Note EOL status.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r--gnu/packages/admin.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 62b52f8329..b9fd3dab27 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1559,7 +1559,10 @@ connection alive.")
(description
"ISC's Dynamic Host Configuration Protocol (DHCP) distribution provides a
reference implementation of all aspects of DHCP, through a suite of DHCP
-tools: server, client, and relay agent.")
+tools: server, client, and relay agent.
+
+This software is @emph{end-of-life}! ISC does not intend to issue any further
+maintenance releases.")
(license license:mpl2.0)
(properties '((cpe-name . "dhcp"))))))