gnome3.yelp-xsl: update metadata
This commit is contained in:
parent
4d77a1ef39
commit
6f1546e33c
@ -38,7 +38,15 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://wiki.gnome.org/Apps/Yelp";
|
homepage = "https://wiki.gnome.org/Apps/Yelp";
|
||||||
description = "Yelp's universal stylesheets for Mallard and DocBook";
|
description = "Yelp's universal stylesheets for Mallard and DocBook";
|
||||||
maintainers = teams.gnome.members;
|
maintainers = teams.gnome.members;
|
||||||
license = [licenses.gpl2 licenses.lgpl2];
|
license = with licenses; [
|
||||||
platforms = platforms.linux;
|
# 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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user