gnu: isc-dhcp: Fix license.
* gnu/packages/admin.scm (isc-dhcp): Change license to ISC.
This commit is contained in:
parent
e67f555161
commit
463d6dac7d
|
@ -427,4 +427,4 @@ connection alive.")
|
||||||
"ISC's Dynamic Host Configuration Protocol (DHCP) distribution provides a
|
"ISC's Dynamic Host Configuration Protocol (DHCP) distribution provides a
|
||||||
reference implementation of all aspects of DHCP, through a suite of DHCP
|
reference implementation of all aspects of DHCP, through a suite of DHCP
|
||||||
tools: server, client, and relay agent.")
|
tools: server, client, and relay agent.")
|
||||||
(license (bsd-style "http://www.isc.org/sw/dhcp/dhcp-copyright.php"))))
|
(license isc)))
|
||||||
|
|
Loading…
Reference in New Issue