diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:03 +0100 |
commit | 85dcea59f6bba846b93ab8f3df6817ad24a01152 (patch) | |
tree | 9b23ce94d859f7db34241a1cd3aced1a836088db /gnu/packages | |
parent | 34242fe5c7af902b841481df0b66a88b1ca263c5 (diff) | |
download | guix-85dcea59f6bba846b93ab8f3df6817ad24a01152.tar.gz |
gnu: isc-dhcp: Update description.
* gnu/packages/admin.scm (isc-dhcp)[description]: Note EOL status.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 5 |
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")))))) |