~ruther/guix-local

6596ac398784c5d0961779b0c2ead3f4bc44118a — Ludovic Courtès 12 years ago 463d6da
gnu: libgc: Explicitly mark license as 'x11-style'.

* gnu/packages/bdw-gc.scm (libgc)[license]: Use 'x11-style'.
1 files changed, 2 insertions(+), 3 deletions(-)

M gnu/packages/bdw-gc.scm
M gnu/packages/bdw-gc.scm => gnu/packages/bdw-gc.scm +2 -3
@@ 59,6 59,5 @@ Alternatively, the garbage collector may be used as a leak detector for
C or C++ programs, though that is not its primary goal.")
   (home-page "http://www.hpl.hp.com/personal/Hans_Boehm/gc/")

   ;; permissive X11-style license:
   ;; http://www.hpl.hp.com/personal/Hans_Boehm/gc/license.txt
   (license x11)))
   (license
    (x11-style "http://www.hpl.hp.com/personal/Hans_Boehm/gc/license.txt"))))