mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: isc-dhcp: Fix license.
* gnu/packages/admin.scm (isc-dhcp): Change license to ISC.
This commit is contained in:
parent
e67f555161
commit
463d6dac7d
1 changed files with 1 additions and 1 deletions
|
@ -427,4 +427,4 @@ (define-public isc-dhcp
|
|||
"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)))
|
||||
|
|
Loading…
Reference in a new issue