~ruther/guix-local

463d6dac7debf38887a8a73fbd54d3ccb545e8e7 — Ludovic Courtès 12 years ago e67f555
gnu: isc-dhcp: Fix license.

* gnu/packages/admin.scm (isc-dhcp): Change license to ISC.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/admin.scm
M gnu/packages/admin.scm => gnu/packages/admin.scm +1 -1
@@ 427,4 427,4 @@ connection alive.")
     "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.")
    (license (bsd-style "http://www.isc.org/sw/dhcp/dhcp-copyright.php"))))
    (license isc)))