From 94b6c255d2b545fcb2e805de62950af3d25e8d00 Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Thu, 13 Jul 2023 10:44:46 -0400 Subject: [PATCH] general: Update repo link We've moved into GNOME/ proper now :D Part-of: --- README.md | 8 ++++---- build-aux/flatpak/org.gnome.Loupe.Devel.json | 2 +- data/org.gnome.Loupe.metainfo.xml.in.in | 6 +++--- loupe.doap | 4 ++-- src/about.rs | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d49ddf95..678a0810 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An image viewer application written with GTK 4, Libadwaita and Rust. -![Image Viewer Screenshot](https://gitlab.gnome.org/GNOME/Incubator/loupe/uploads/24c80abc88fccb5fc9f2f08de6a7a5ea/screenshot1.png) +![Image Viewer Screenshot](https://gitlab.gnome.org/GNOME/loupe/uploads/24c80abc88fccb5fc9f2f08de6a7a5ea/screenshot1.png) ## Installing @@ -36,8 +36,8 @@ GNOME Builder is the environment used for developing this application. It can us recommended you use it. 1. Download [GNOME Builder](https://flathub.org/apps/details/org.gnome.Builder). -2. In Builder, click the "Clone Repository" button at the bottom, using `git@ssh.gitlab.gnome.org:GNOME/Incubator/loupe.git` -or `https://gitlab.gnome.org/GNOME/Incubator/loupe.git` as the URL. +2. In Builder, click the "Clone Repository" button at the bottom, using `git@ssh.gitlab.gnome.org:GNOME/loupe.git` +or `https://gitlab.gnome.org/GNOME/loupe.git` as the URL. 3. Click the build button at the top once the project is loaded. @@ -53,7 +53,7 @@ Once you have a bundle installed, development builds will work properly. ## Contributing -- [Code Documentation](https://gnome.pages.gitlab.gnome.org/Incubator/loupe/doc/loupe/) +- [Code Documentation](https://gnome.pages.gitlab.gnome.org/loupe/doc/loupe/) ### Conduct diff --git a/build-aux/flatpak/org.gnome.Loupe.Devel.json b/build-aux/flatpak/org.gnome.Loupe.Devel.json index 569589b8..8c10d704 100644 --- a/build-aux/flatpak/org.gnome.Loupe.Devel.json +++ b/build-aux/flatpak/org.gnome.Loupe.Devel.json @@ -170,7 +170,7 @@ "sources" : [ { "type" : "git", - "url" : "https://gitlab.gnome.org/GNOME/Incubator/loupe.git" + "url" : "https://gitlab.gnome.org/GNOME/loupe.git" } ] } diff --git a/data/org.gnome.Loupe.metainfo.xml.in.in b/data/org.gnome.Loupe.metainfo.xml.in.in index 0ecf22ae..fa04473d 100644 --- a/data/org.gnome.Loupe.metainfo.xml.in.in +++ b/data/org.gnome.Loupe.metainfo.xml.in.in @@ -16,16 +16,16 @@ https://apps.gnome.org/app/org.gnome.Loupe/ - https://gitlab.gnome.org/GNOME/Incubator/loupe/issues + https://gitlab.gnome.org/GNOME/loupe/issues https://l10n.gnome.org/module/loupe/ https://www.gnome.org/donate/ - https://gitlab.gnome.org/GNOME/Incubator/loupe/uploads/24c80abc88fccb5fc9f2f08de6a7a5ea/screenshot1.png + https://gitlab.gnome.org/GNOME/loupe/uploads/24c80abc88fccb5fc9f2f08de6a7a5ea/screenshot1.png - https://gitlab.gnome.org/GNOME/Incubator/loupe/uploads/eec7ea6a6a0a49517e2a887f9f31b738/screenshot2.png + https://gitlab.gnome.org/GNOME/loupe/uploads/eec7ea6a6a0a49517e2a887f9f31b738/screenshot2.png diff --git a/loupe.doap b/loupe.doap index 2e45c7ee..2468e612 100644 --- a/loupe.doap +++ b/loupe.doap @@ -7,8 +7,8 @@ Image Viewer - - + + Rust GTK 4 diff --git a/src/about.rs b/src/about.rs index f35ef489..a4214e40 100644 --- a/src/about.rs +++ b/src/about.rs @@ -29,8 +29,8 @@ pub async fn window() -> adw::AboutWindow { .application_icon(config::APP_ID) .version(config::VERSION) .developer_name(gettext("The Loupe Team")) - .website("https://gitlab.gnome.org/GNOME/Incubator/loupe") - .issue_url("https://gitlab.gnome.org/GNOME/Incubator/loupe/-/issues/new") + .website("https://gitlab.gnome.org/GNOME/loupe") + .issue_url("https://gitlab.gnome.org/GNOME/loupe/-/issues/new") .developers([ "Christopher Davis ", "Sophie Herold ", -- GitLab