gnu: isc-dhcp: Fix license.
authorLudovic Courtès <ludo@gnu.org>
Tue, 21 Jan 2014 23:25:43 +0000 (00:25 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 21 Jan 2014 23:25:43 +0000 (00:25 +0100)
* gnu/packages/admin.scm (isc-dhcp): Change license to ISC.

gnu/packages/admin.scm

index 7d8b1c3..dfbf20d 100644 (file)
@@ -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)))