[fractal] Fix mentions of World since we moved
- From: Julian Sparber <jsparber src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [fractal] Fix mentions of World since we moved
- Date: Fri, 28 Dec 2018 16:48:28 +0000 (UTC)
commit 4df848370cc29a79f5f521f17ec1accaf38cab9d
Author: Alexandre Franke <afranke gnome org>
Date:   Fri Dec 28 12:44:30 2018 +0100
    Fix mentions of World since we moved
 .gitlab-ci.yml                                      | 4 ++--
 fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in | 4 ++--
 fractal-gtk/src/appop/attach.rs                     | 2 +-
 fractal-matrix-api/Cargo.toml                       | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eda3e6e..21c947c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,7 +76,7 @@ review:
         url: "https://gitlab.gnome.org/$CI_PROJECT_PATH/-/jobs/$CI_JOB_ID/artifacts/raw/${BUNDLE}"
         on_stop: stop_review
     except:
-        - master@World/fractal
+        - master@GNOME/fractal
         - tags
 
 stop_review:
@@ -88,7 +88,7 @@ stop_review:
         name: "review/${CI_COMMIT_REF_NAME}"
         action: stop
     except:
-        - master@World/fractal
+        - master@GNOME/fractal
         - tags
 
 
diff --git a/fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in 
b/fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in
index 8d4c124..dfad7bc 100644
--- a/fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in
+++ b/fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in
@@ -6,7 +6,7 @@
   <metadata_license>CC0-1.0</metadata_license>
   <developer_name>Daniel GarcĂa Moreno</developer_name>
   <summary>Matrix group messaging app</summary>
-  <url type="homepage">https://gitlab.gnome.org/World/fractal</url>
+  <url type="homepage">https://gitlab.gnome.org/GNOME/fractal</url>
   <description>
   <p>
     Fractal is a Matrix messaging app for GNOME written in Rust. Its interface is optimized for 
collaboration in large groups, such as free software projects.
@@ -14,7 +14,7 @@
   </description>
   <screenshots>
     <screenshot type="default">
-      <image type="source">https://gitlab.gnome.org/World/fractal/raw/master/screenshots/fractal.png</image>
+      <image type="source">https://gitlab.gnome.org/GNOME/fractal/raw/master/screenshots/fractal.png</image>
     </screenshot>
   </screenshots>
   <releases>
diff --git a/fractal-gtk/src/appop/attach.rs b/fractal-gtk/src/appop/attach.rs
index 8d6fbd1..4d0da6e 100644
--- a/fractal-gtk/src/appop/attach.rs
+++ b/fractal-gtk/src/appop/attach.rs
@@ -105,7 +105,7 @@ fn store_pixbuf(pixb: &Pixbuf) -> Result<String, Error> {
 /// problems because we call to wait_is_image_available that makes that
 /// tries to continue the loop and that give us to a deadlock so
 /// this function minimize the lock and avoid that kind of problems
-/// See: https://gitlab.gnome.org/World/fractal/issues/284
+/// See: https://gitlab.gnome.org/GNOME/fractal/issues/284
 pub fn paste(op: Arc<Mutex<AppOp>>) {
     if let Some(display) = gdk::Display::get_default() {
         if let Some(clipboard) = gtk::Clipboard::get_default(&display) {
diff --git a/fractal-matrix-api/Cargo.toml b/fractal-matrix-api/Cargo.toml
index 46eb8a6..014de96 100644
--- a/fractal-matrix-api/Cargo.toml
+++ b/fractal-matrix-api/Cargo.toml
@@ -11,8 +11,8 @@ keywords = [
     "matrix", "fractal"
 ]
 license = "GPL-3.0"
-repository = "https://gitlab.gnome.org/World/fractal"
-documentation = "https://world.pages.gitlab.gnome.org/fractal/fractal_matrix_api/index.html"
+repository = "https://gitlab.gnome.org/GNOME/fractal"
+documentation = "https://gnome.pages.gitlab.gnome.org/fractal/fractal_matrix_api/index.html"
 
 [dependencies]
 log = "0.4.6"
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]