From cab2c9b6c10bc6eec8ea8f8118a10dc65d02769c Mon Sep 17 00:00:00 2001
From: vlorentz <vlorentz@softwareheritage.org>
Date: Wed, 7 Jun 2023 08:26:58 +0000
Subject: [PATCH] docs: Fix incorrect namespace in swhpkg example

---
 docs/swhpkg.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/swhpkg.rst b/docs/swhpkg.rst
index bbec70e5..27794f5b 100644
--- a/docs/swhpkg.rst
+++ b/docs/swhpkg.rst
@@ -100,7 +100,7 @@ SwhPkg Terms
      - A reference to the package release that depends on the dependency.
    * - ``dependency``
      - ``swhpkg:package``
-     - ``swhpkg:js/d3``, ``swhpkg:python/django``
+     - ``swhpackages:js/d3``, ``swhpackages:python/django``
      - A reference to the package that is depended on.
    * - ``constraint``
      - Text
-- 
GitLab