summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2023-01-13 15:21:50 -0800
committerPatrick Griffis <pgriffis@igalia.com>2023-01-16 16:11:08 +0000
commitc5ab6fd980ea7a5161c6197aba0d57465df479ed (patch)
tree286aeaa53f732f798c46c1a372a69ce0edbf79c9
parent81242200168043bd71295845df10206cd47a227a (diff)
downloadlibsoup-c5ab6fd980ea7a5161c6197aba0d57465df479ed.tar.gz
docs: Fix dependency names
Dependency names need to match the namespace name exactly (including capitalization) otherwise they won't be shown as dependencies.
-rw-r--r--docs/reference/libsoup.toml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/libsoup.toml.in b/docs/reference/libsoup.toml.in
index 4ca89cee..b927f134 100644
--- a/docs/reference/libsoup.toml.in
+++ b/docs/reference/libsoup.toml.in
@@ -23,7 +23,7 @@ description = "The base type system library"
docs_url = "https://docs.gtk.org/glib/"
[dependencies."Gio-2.0"]
-name = "GIO"
+name = "Gio"
description = "GObject Interfaces and Objects, Networking, IPC, and I/O"
docs_url = "https://docs.gtk.org/gio/"