me
/
guix
Archived
1
0
Fork 0

gnu: yelp-xsl: Update license.

* gnu/packages/gnome.scm (yelp-xsl) [license]: Add lgpl2.1+ and expat.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
master
Raghav Gururajan 2020-09-24 04:11:14 -04:00 committed by Danny Milosavljevic
parent a7affce00e
commit 695cdc8798
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 8 additions and 1 deletions

View File

@ -6721,7 +6721,14 @@ stylesheets output JavaScript and CSS content, and reference images
provided by yelp-xsl. It also redistributes copies of the jQuery and
jQuery.Syntax JavaScript libraries.")
(home-page "https://wiki.gnome.org/Apps/Yelp")
(license license:gpl2+)))
(license
(list
;; XSLT
license:gpl2+
;; Images
license:lgpl2.1+
;; JavaScript
license:expat))))
(define-public yelp
(package