diff options
Diffstat (limited to 'docs/pangoot.toml.in')
-rw-r--r-- | docs/pangoot.toml.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/pangoot.toml.in b/docs/pangoot.toml.in index c319ca79..b2a23b19 100644 --- a/docs/pangoot.toml.in +++ b/docs/pangoot.toml.in @@ -6,7 +6,7 @@ repository_url = "https://gitlab.gnome.org/GNOME/pango.git" website_url = "https://www.pango.org" authors = "Owen Taylor, Behdad Esfahbod" logo_url = "pango-name.png" -license = "GPL-2.1-or-later" +license = "LGPL-2.1-or-later" description = "OpenType support for Pango" dependencies = [ "Pango-1.0" ] devhelp = true @@ -29,3 +29,5 @@ base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/main/" content_images = [ "pango-name.png" ] + +urlmap_file = "urlmap.js" |