summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-03-25 19:13:13 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-03-25 19:24:37 +0900
commit65654ef4f0b048f80899375764a7e0f8f4ca80e7 (patch)
tree345e6e91d9d7541830ceb7024b2c9c9f4aea643b
parenta27d6620f4e79f6008edfeda3b9db1f411d960c8 (diff)
downloadbuildstream-65654ef4f0b048f80899375764a7e0f8f4ca80e7.tar.gz
Docs: Adding deb source plugin to the docs index
-rw-r--r--doc/source/main_authoring.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/main_authoring.rst b/doc/source/main_authoring.rst
index 14d051276..bd103a513 100644
--- a/doc/source/main_authoring.rst
+++ b/doc/source/main_authoring.rst
@@ -94,7 +94,7 @@ The following source types are provided with BuildStream:
* :mod:`bzr <sources.bzr>` - A Source implementation for bazaar
* :mod:`ostree <sources.ostree>` - A Source implementation for ostree
* :mod:`patch <sources.patch>` - A Source implementation for applying local patches
-
+* :mod:`deb <sources.deb>` - A Source implementation for deb packages
External Plugins