gnome3.yelp-xsl: update metadata

This commit is contained in:
Jan Tojnar 2021-02-01 20:13:53 +01:00
parent 4d77a1ef39
commit 6f1546e33c
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -38,7 +38,15 @@ stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Apps/Yelp";
description = "Yelp's universal stylesheets for Mallard and DocBook";
maintainers = teams.gnome.members;
license = [licenses.gpl2 licenses.lgpl2];
platforms = platforms.linux;
license = with licenses; [
# See https://gitlab.gnome.org/GNOME/yelp-xsl/blob/master/COPYING
# Stylesheets
lgpl2Plus
# Icons, unclear: https://gitlab.gnome.org/GNOME/yelp-xsl/issues/25
gpl2
# highlight.js
bsd3
];
platforms = platforms.unix;
};
}