From: =?utf-8?q?Jeremy_B=C3=ADcha?= <jbicha@ubuntu.com>
Date: Wed, 17 Sep 2025 18:46:38 -0400
Subject: all: Point homepage to GNOME GitLab

---
 data/appdata/org.gnome.Totem.appdata.xml.in.in                      | 2 +-
 docs/reference/totem-plugins.xml                                    | 2 +-
 src/plugins/autoload-subtitles/autoload-subtitles.plugin.desktop.in | 2 +-
 src/plugins/im-status/totem-im-status.plugin.desktop.in             | 2 +-
 src/plugins/mpris/mpris.plugin.desktop.in                           | 2 +-
 src/plugins/open-directory/open-directory.plugin.desktop.in         | 2 +-
 src/plugins/opensubtitles/opensubtitles.plugin.desktop.in           | 2 +-
 src/plugins/properties/movie-properties.plugin.desktop.in           | 2 +-
 src/plugins/pythonconsole/pythonconsole.plugin.desktop.in           | 2 +-
 src/plugins/recent/recent.plugin.desktop.in                         | 2 +-
 src/plugins/rotation/rotation.plugin.desktop.in                     | 2 +-
 src/plugins/samplepython/samplepython.plugin.desktop.in             | 2 +-
 src/plugins/save-file/save-file.plugin.desktop.in                   | 2 +-
 src/plugins/screensaver/screensaver.plugin.desktop.in               | 2 +-
 src/plugins/screenshot/screenshot.plugin.desktop.in                 | 2 +-
 src/plugins/variable-rate/variable-rate.plugin.desktop.in           | 2 +-
 totem.doap                                                          | 2 +-
 17 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/data/appdata/org.gnome.Totem.appdata.xml.in.in b/data/appdata/org.gnome.Totem.appdata.xml.in.in
index ec00356..81b0223 100644
--- a/data/appdata/org.gnome.Totem.appdata.xml.in.in
+++ b/data/appdata/org.gnome.Totem.appdata.xml.in.in
@@ -20,7 +20,7 @@
       and support for recording DVDs.
     </p>
   </description>
-  <url type="homepage">https://apps.gnome.org/Totem/</url>
+  <url type="homepage">https://gitlab.gnome.org/GNOME/totem</url>
   <url type="bugtracker">https://gitlab.gnome.org/GNOME/totem/issues</url>
   <url type="donation">https://www.gnome.org/donate/</url>
   <url type="translate">https://l10n.gnome.org/module/totem/</url>
diff --git a/docs/reference/totem-plugins.xml b/docs/reference/totem-plugins.xml
index 4d839c3..7e5079a 100644
--- a/docs/reference/totem-plugins.xml
+++ b/docs/reference/totem-plugins.xml
@@ -53,7 +53,7 @@
 				Most of the values in the template are fairly self-explanatory. One thing to note is that the plugin name should be
 				in lowercase, and contain no spaces. The plugin interface age should start at <literal>1</literal>, and only be
 				incremented when the binary interface of the plugin (as used by Totem) changes. If the plugin does not have its own
-				website, Totem's website (<literal>https://wiki.gnome.org/Apps/Videos</literal>) can be used.</para>
+				website, Totem's website (<literal>https://gitlab.gnome.org/GNOME/totem</literal>) can be used.</para>
 			<para>The library file containing the plugin's code should be named
 				<filename>lib<replaceable>plugin-name</replaceable>.so</filename> (for C, or other compiled language, plugins) or
 				<filename><replaceable>pluginname</replaceable>.py</filename> (for Python plugins).</para>
diff --git a/src/plugins/autoload-subtitles/autoload-subtitles.plugin.desktop.in b/src/plugins/autoload-subtitles/autoload-subtitles.plugin.desktop.in
index 15edc99..ce3a155 100644
--- a/src/plugins/autoload-subtitles/autoload-subtitles.plugin.desktop.in
+++ b/src/plugins/autoload-subtitles/autoload-subtitles.plugin.desktop.in
@@ -6,4 +6,4 @@ Name=Autoload Subtitles
 Description=Autoloads text subtitles
 Authors=Bastien Nocera
 Copyright=Copyright © 2012 Bastien Nocera
-Website=https://wiki.gnome.org/Apps/Videos
+Website=https://gitlab.gnome.org/GNOME/totem
diff --git a/src/plugins/im-status/totem-im-status.plugin.desktop.in b/src/plugins/im-status/totem-im-status.plugin.desktop.in
index 4687ad2..4e83641 100644
--- a/src/plugins/im-status/totem-im-status.plugin.desktop.in
+++ b/src/plugins/im-status/totem-im-status.plugin.desktop.in
@@ -6,4 +6,4 @@ Name=Instant Messenger Status
 Description=Set your Instant Messenger status to away when a movie is playing
 Authors=Bastien Nocera, Philip Withnall
 Copyright=Copyright © 2007, 2011 Bastien Nocera, Philip Withnall
-Website=https://wiki.gnome.org/Apps/Videos
+Website=https://gitlab.gnome.org/GNOME/totem
diff --git a/src/plugins/mpris/mpris.plugin.desktop.in b/src/plugins/mpris/mpris.plugin.desktop.in
index e50c399..2301af9 100644
--- a/src/plugins/mpris/mpris.plugin.desktop.in
+++ b/src/plugins/mpris/mpris.plugin.desktop.in
@@ -6,4 +6,4 @@ Description=Send notifications of currently-playing videos and allow remote cont
 Builtin=true
 Authors=Bastien Nocera
 Copyright=Copyright © 2022 Bastien Nocera
-Website=https://wiki.gnome.org/Apps/Videos
+Website=https://gitlab.gnome.org/GNOME/totem
diff --git a/src/plugins/open-directory/open-directory.plugin.desktop.in b/src/plugins/open-directory/open-directory.plugin.desktop.in
index bbf99a9..c49f418 100644
--- a/src/plugins/open-directory/open-directory.plugin.desktop.in
+++ b/src/plugins/open-directory/open-directory.plugin.desktop.in
@@ -6,4 +6,4 @@ Name=Open directory
 Description=Open the directory of the currently playing movie
 Authors=Matthieu Gautier
 Copyright=Copyright © 2015 Matthieu Gautier
-Website=https://wiki.gnome.org/Apps/Videos
+Website=https://gitlab.gnome.org/GNOME/totem
diff --git a/src/plugins/opensubtitles/opensubtitles.plugin.desktop.in b/src/plugins/opensubtitles/opensubtitles.plugin.desktop.in
index 6945370..fe26e34 100644
--- a/src/plugins/opensubtitles/opensubtitles.plugin.desktop.in
+++ b/src/plugins/opensubtitles/opensubtitles.plugin.desktop.in
@@ -6,4 +6,4 @@ Name=Subtitle Downloader
 Description=Look for subtitles for the currently playing movie
 Authors=Xavier Queralt <xqueralt@gmail.com>
 Copyright=Copyright © 2008 Xavier Queralt
-Website=https://wiki.gnome.org/Apps/Videos
+Website=https://gitlab.gnome.org/GNOME/totem
diff --git a/src/plugins/properties/movie-properties.plugin.desktop.in b/src/plugins/properties/movie-properties.plugin.desktop.in
index c8436f8..dabbf5b 100644
--- a/src/plugins/properties/movie-properties.plugin.desktop.in
+++ b/src/plugins/properties/movie-properties.plugin.desktop.in
@@ -6,4 +6,4 @@ Name=Movie Properties
 Description=Adds movie properties menu item
 Authors=Bastien Nocera
 Copyright=Copyright © 2007 Bastien Nocera
-Website=https://wiki.gnome.org/Apps/Videos
+Website=https://gitlab.gnome.org/GNOME/totem
diff --git a/src/plugins/pythonconsole/pythonconsole.plugin.desktop.in b/src/plugins/pythonconsole/pythonconsole.plugin.desktop.in
index 30b42b2..ec7c961 100644
--- a/src/plugins/pythonconsole/pythonconsole.plugin.desktop.in
+++ b/src/plugins/pythonconsole/pythonconsole.plugin.desktop.in
@@ -6,4 +6,4 @@ Name=Python Console
 Description=Interactive Python console
 Authors=Steve Frécinaux <steve@istique.net>
 Copyright=Copyright © 2006 Steve Frécinaux
-Website=https://wiki.gnome.org/Apps/Videos
+Website=https://gitlab.gnome.org/GNOME/totem
diff --git a/src/plugins/recent/recent.plugin.desktop.in b/src/plugins/recent/recent.plugin.desktop.in
index 23f2e8a..ec4d62f 100644
--- a/src/plugins/recent/recent.plugin.desktop.in
+++ b/src/plugins/recent/recent.plugin.desktop.in
@@ -6,4 +6,4 @@ Name=Recent files
 Description=Adds files that have been played to recent files
 Authors=Bastien Nocera
 Copyright=Copyright © 2012 Bastien Nocera
-Website=https://wiki.gnome.org/Apps/Videos
+Website=https://gitlab.gnome.org/GNOME/totem
diff --git a/src/plugins/rotation/rotation.plugin.desktop.in b/src/plugins/rotation/rotation.plugin.desktop.in
index 075f51b..0b8accd 100644
--- a/src/plugins/rotation/rotation.plugin.desktop.in
+++ b/src/plugins/rotation/rotation.plugin.desktop.in
@@ -6,4 +6,4 @@ Name=Rotation Plugin
 Description=Allows videos to be rotated if they are in the wrong orientation
 Authors=Simon Wenner <simon@wenner.ch>
 Copyright=Copyright © 2011 Simon Wenner
-Website=https://wiki.gnome.org/Apps/Videos
+Website=https://gitlab.gnome.org/GNOME/totem
diff --git a/src/plugins/samplepython/samplepython.plugin.desktop.in b/src/plugins/samplepython/samplepython.plugin.desktop.in
index edb2855..cf0ecce 100644
--- a/src/plugins/samplepython/samplepython.plugin.desktop.in
+++ b/src/plugins/samplepython/samplepython.plugin.desktop.in
@@ -6,4 +6,4 @@ Name=Python Sample Plugin
 Description=A useless sample plugin in Python
 Authors=Philip Withnall <philip@tecnocode.co.uk>
 Copyright=Copyright © 2006 James Livingston, 2007 Philip Withnall
-Website=https://wiki.gnome.org/Apps/Videos
+Website=https://gitlab.gnome.org/GNOME/totem
diff --git a/src/plugins/save-file/save-file.plugin.desktop.in b/src/plugins/save-file/save-file.plugin.desktop.in
index 37f406f..b8f9a91 100644
--- a/src/plugins/save-file/save-file.plugin.desktop.in
+++ b/src/plugins/save-file/save-file.plugin.desktop.in
@@ -6,4 +6,4 @@ Name=Save Copy
 Description=Save a copy of the currently playing movie
 Authors=Bastien Nocera
 Copyright=Copyright © 2010 Bastien Nocera
-Website=https://wiki.gnome.org/Apps/Videos
+Website=https://gitlab.gnome.org/GNOME/totem
diff --git a/src/plugins/screensaver/screensaver.plugin.desktop.in b/src/plugins/screensaver/screensaver.plugin.desktop.in
index 58bffaa..6c3a1e6 100644
--- a/src/plugins/screensaver/screensaver.plugin.desktop.in
+++ b/src/plugins/screensaver/screensaver.plugin.desktop.in
@@ -6,4 +6,4 @@ Name=Screen Saver
 Description=Deactivates the screen saver when a movie is playing
 Authors=Bastien Nocera
 Copyright=Copyright © 2007 Bastien Nocera
-Website=https://wiki.gnome.org/Apps/Videos
+Website=https://gitlab.gnome.org/GNOME/totem
diff --git a/src/plugins/screenshot/screenshot.plugin.desktop.in b/src/plugins/screenshot/screenshot.plugin.desktop.in
index 0e52279..34e7ec3 100644
--- a/src/plugins/screenshot/screenshot.plugin.desktop.in
+++ b/src/plugins/screenshot/screenshot.plugin.desktop.in
@@ -6,4 +6,4 @@ Name=Screenshot
 Description=Allows screenshots and galleries to be taken of videos
 Authors=Philip Withnall, Bastien Nocera
 Copyright=Copyright © 2008 Philip Withnall, 2004 Bastien Nocera
-Website=https://wiki.gnome.org/Apps/Videos
+Website=https://gitlab.gnome.org/GNOME/totem
diff --git a/src/plugins/variable-rate/variable-rate.plugin.desktop.in b/src/plugins/variable-rate/variable-rate.plugin.desktop.in
index 8745dd3..d2b07dd 100644
--- a/src/plugins/variable-rate/variable-rate.plugin.desktop.in
+++ b/src/plugins/variable-rate/variable-rate.plugin.desktop.in
@@ -6,4 +6,4 @@ Name=Variable Rate
 Description=Provides the variable rate menu item
 Authors=Bastien Nocera
 Copyright=Copyright © 2016 Bastien Nocera
-Website=https://wiki.gnome.org/Apps/Videos
+Website=https://gitlab.gnome.org/GNOME/totem
diff --git a/totem.doap b/totem.doap
index 64e85b7..6856796 100644
--- a/totem.doap
+++ b/totem.doap
@@ -6,7 +6,7 @@
 	<name xml:lang="en">totem</name>
 	<description xml:lang="en">Movie player for the GNOME desktop based on GStreamer</description>
 	<shortdesc xml:lang="en">Movie player for the GNOME desktop based on GStreamer</shortdesc>
-	<homepage rdf:resource="https://wiki.gnome.org/Apps/Videos" />
+	<homepage rdf:resource="https://gitlab.gnome.org/GNOME/totem" />
 	<support-forum rdf:resource="https://discourse.gnome.org/tag/totem" />
 	<download-page rdf:resource="http://download.gnome.org/sources/totem/" />
 	<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/totem/issues" />
