mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: libx86emu: Adjust license field.
* gnu/packages/virtualization.scm (libx86emu)[license]: Add text field pointing to license location.
This commit is contained in:
parent
7f5e881e31
commit
53d67f4625
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2020 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2015, 2016, 2017, 2018 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2016, 2017, 2018. 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2016, 2017, 2018. 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
|
||||
;;; Copyright © 2017 Andy Patterson <ajpatter@uwaterloo.ca>
|
||||
|
@ -506,7 +506,7 @@ (define-public libx86emu
|
|||
@item recognize a special x86 instruction that can trigger logging
|
||||
@item use integrated logging
|
||||
@end enumerate")
|
||||
(license license:x11-style)))
|
||||
(license (license:x11-style "file://LICENSE"))))
|
||||
|
||||
(define-public ganeti
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue