[gi-docgen] Update the project URLs



commit 55c125e55828bf55781ca01a789edd990fc1fd5d
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Mar 31 10:43:06 2021 +0100

    Update the project URLs
    
    We moved gi-docgen from my personal namespace to the GNOME group.

 README.md            | 4 ++--
 docs/gi-docgen.1     | 2 +-
 docs/tools/index.rst | 4 ++--
 gi-docgen.doap       | 8 ++++----
 pyproject.toml       | 6 +++---
 setup.cfg            | 6 +++---
 6 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/README.md b/README.md
index 4727adb..6d77374 100644
--- a/README.md
+++ b/README.md
@@ -49,9 +49,9 @@ pip3 install --user --upgrade gi-docgen
 
 ## Usage
 
-First, read [the GI-DocGen tutorial](https://ebassi.pages.gitlab.gnome.org/gi-docgen/tutorial.html).
+First, read [the GI-DocGen tutorial](https://gnome.pages.gitlab.gnome.org/gi-docgen/tutorial.html).
 
-The documentation for GI-DocGen is [available online](https://ebassi.pages.gitlab.gnome.org/gi-docgen/).
+The documentation for GI-DocGen is [available online](https://gnome.pages.gitlab.gnome.org/gi-docgen/).
 
 The `examples` directory in the repository contains simple project files for
 various GNOME libraries.
diff --git a/docs/gi-docgen.1 b/docs/gi-docgen.1
index 375489c..36fc14e 100644
--- a/docs/gi-docgen.1
+++ b/docs/gi-docgen.1
@@ -163,7 +163,7 @@ out additional messages, which can be helpful when debugging issues.
 
 .SH SEE ALSO
 .sp
-GI\-DocGen: http://ebassi.gitlab.gnome.org/gi-docgen/
+GI\-DocGen: http://gnome.pages.gitlab.gnome.org/gi-docgen/
 .sp
 GObject\-Introspection: https://gi.readthedocs.org/
 .sp
diff --git a/docs/tools/index.rst b/docs/tools/index.rst
index 0ccfdfa..e52da63 100644
--- a/docs/tools/index.rst
+++ b/docs/tools/index.rst
@@ -57,12 +57,12 @@ All commands support the following environment variables:
 BUGS
 ====
 
-Report bugs at https://gitlab.gnome.org/ebassi/gi-docgen/issues
+Report bugs at https://gitlab.gnome.org/GNOME/gi-docgen/issues
 
 HOMEPAGE and CONTACT
 ====================
 
-https://ebassi.pages.gitlab.gnome.org/gi-docgen/
+https://gnome.pages.gitlab.gnome.org/gi-docgen/
 
 AUTHOR
 ======
diff --git a/gi-docgen.doap b/gi-docgen.doap
index f6670e2..d9d6ffd 100644
--- a/gi-docgen.doap
+++ b/gi-docgen.doap
@@ -14,14 +14,14 @@ SPDX-License-Identifier: CC0-1.0
   <shortdesc>Introspection-based documentation generator</shortdesc>
   <description>GI-DocGen is a document generator for GObject-based libraries, using the introspection data 
to create API references.</description>
 
-  <homepage rdf:resource="https://ebassi.pages.gitlab.gnome.org/gi-docgen/"/>
+  <homepage rdf:resource="https://gnome.pages.gitlab.gnome.org/gi-docgen/"/>
   <license rdf:resource="http://spdx.org/licenses/GPL-3.0-or-later"/>
   <license rdf:resource="http://spdx.org/licenses/Apache-2.0"/>
-  <bug-database rdf:resource="https://gitlab.gnome.org/ebassi/gi-docgen/issues/"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gi-docgen/issues/"; />
   <repository>
     <GitRepository>
-      <location rdf:resource="https://gitlab.gnome.org/ebassi/gi-docgen.git"/>
-      <browse rdf:resource="https://gitlab.gnome.org/ebassi/gi-docgen/"/>
+      <location rdf:resource="https://gitlab.gnome.org/GNOME/gi-docgen.git"/>
+      <browse rdf:resource="https://gitlab.gnome.org/GNOME/gi-docgen/"/>
     </GitRepository>
   </repository>
 
diff --git a/pyproject.toml b/pyproject.toml
index de57175..e3dedbf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,8 +12,8 @@ description = "Documentation tool for GObject-based libraries"
 authors = ["Emmanuele Bassi <ebassi gnome org>"]
 license = "GPL-3.0-or-later AND Apache-2.0 AND CC0-1.0"
 readme = "README.md"
-homepage = "https://gitlab.gnome.org/ebassi/gi-docgen";
-documentation = "https://ebassi.gitlab.gnome.org/gi-docgen/";
+homepage = "https://gitlab.gnome.org/GNOME/gi-docgen";
+documentation = "https://gnome.pages.gitlab.gnome.org/gi-docgen/";
 keywords = ["documentation","introspection","gobject","gtk"]
 classifiers = [
     "Development Status :: 4 - Beta",
@@ -31,7 +31,7 @@ classifiers = [
 ]
 
 [tool.poetry.urls]
-"Bug Tracker" = "https://gitlab.gnome.org/ebassi/gi-docgen/issues";
+"Bug Tracker" = "https://gitlab.gnome.org/GNOME/gi-docgen/issues";
 
 [tool.poetry.dependencies]
 python = "^3.6"
diff --git a/setup.cfg b/setup.cfg
index dd2b786..bceb5cf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,10 +7,10 @@ description = Documentation tool for GObject-based libraries
 long_description = GI-Docgen is a document generator for GObject-based libraries. GObject is the base type 
system of the GNOME project. GI-Docgen reuses the introspection data generated by GObject-based libraries to 
generate the API reference of these libraries, as well as other ancillary documentation.
 author = Emmanuele Bassi
 author_email = ebassi gnome org
-url = https://gitlab.gnome.org/ebassi/gi-docgen
+url = https://gitlab.gnome.org/GNOME/gi-docgen
 project_urls =
-  Bug tracker = https://gitlab.gnome.org/ebassi/gi-docgen/issues/
-  Documentation = https://ebassi.gitlab.gnome.org/gi-docgen/
+  Bug tracker = https://gitlab.gnome.org/GNOME/gi-docgen/issues/
+  Documentation = https://gnome.pages.gitlab.gnome.org/gi-docgen/
 keywords =
   documentation
   introspection


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]