From 2f1ea12cfad9b52ca09dde8c85548e92049d712f Mon Sep 17 00:00:00 2001
From: Ivan Augusto
Date: Thu, 19 Apr 2018 17:23:46 -0300
Subject: [PATCH] Update links to new repo
---
.gitlab-ci.yml | 2 +-
CHANGELOG.md | 22 +++++++++----------
CONTRIBUTING.md | 4 ++--
README.md | 12 +++++-----
.../resources/org.gnome.Hammond.appdata.xml | 10 ++++-----
hammond-gtk/src/utils.rs | 2 +-
hammond.doap | 2 +-
org.gnome.Hammond.json | 2 +-
8 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e87a3d..d8ee95f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,7 +53,7 @@ flatpak:
stage: test
script:
- flatpak-builder --stop-at=hammond app org.gnome.Hammond.json
- # https://gitlab.gnome.org/alatiera/Hammond/issues/55
+ # https://gitlab.gnome.org/World/hammond/issues/55
# Force regeneration of gresources regardless of artifacts chage
- flatpak-builder --run app org.gnome.Hammond.json glib-compile-resources --sourcedir=hammond-gtk/resources/ hammond-gtk/resources/resources.xml
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4612fc5..8f5ddb3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,30 +7,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
* Downlaoding and loading images now is done asynchronously and is not blocking programs execution.
-[#7](https://gitlab.gnome.org/alatiera/Hammond/issues/7)
+[#7](https://gitlab.gnome.org/World/hammond/issues/7)
* Bold, italics links and some other `html` tags can now be rendered in the Show Description.
-[#25](https://gitlab.gnome.org/alatiera/Hammond/issues/25)
+[#25](https://gitlab.gnome.org/World/hammond/issues/25)
## [0.3.1] - 2018-03-28
* Ability to mark all episodes of a Show as watched.
-[#47](https://gitlab.gnome.org/alatiera/Hammond/issues/47)
+[#47](https://gitlab.gnome.org/World/hammond/issues/47)
* Now you are able to subscribe to itunes™ podcasts by using the itunes link of the show.
-[#49](https://gitlab.gnome.org/alatiera/Hammond/issues/49)
+[#49](https://gitlab.gnome.org/World/hammond/issues/49)
* EpisdeWidget has been reimplemented as a compile time state machine.
-[!18](https://gitlab.gnome.org/alatiera/Hammond/merge_requests/18)
+[!18](https://gitlab.gnome.org/World/hammond/merge_requests/18)
* Content Views no longer scroll horizontally when shrunk bellow their minimum size.
-[#35](https://gitlab.gnome.org/alatiera/Hammond/issues/35)
+[#35](https://gitlab.gnome.org/World/hammond/issues/35)
* Double border aroun the main window was fixed. (Rowan Lewis)
-[#52](https://gitlab.gnome.org/alatiera/Hammond/issues/52)
+[#52](https://gitlab.gnome.org/World/hammond/issues/52)
* Some requests now use the Tor Browser's user agent. (Rowan Lewis)
-[#53](https://gitlab.gnome.org/alatiera/Hammond/issues/53)
+[#53](https://gitlab.gnome.org/World/hammond/issues/53)
* Hammond now remembers the window size and position. (Rowan Lewis)
-[#50](https://gitlab.gnome.org/alatiera/Hammond/issues/50)
+[#50](https://gitlab.gnome.org/World/hammond/issues/50)
* Implemnted the initial work for integrating with GSettings and storing preferences. (Rowan Lewis)
-[!22](https://gitlab.gnome.org/alatiera/Hammond/merge_requests/22) [!23](https://gitlab.gnome.org/alatiera/Hammond/merge_requests/23)
+[!22](https://gitlab.gnome.org/World/hammond/merge_requests/22) [!23](https://gitlab.gnome.org/World/hammond/merge_requests/23)
* Shows without episodes now display an empty message similar to EmptyView.
-[#44](https://gitlab.gnome.org/alatiera/Hammond/issues/44)
+[#44](https://gitlab.gnome.org/World/hammond/issues/44)
## [0.3.0] - 2018-02-11
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e60124b..9ecbc79 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,7 +12,7 @@ Please note we have a [code of conduct](https://wiki.gnome.org/Foundation/CodeOf
## Source repository
Hammond's main source repository is at gitlab.gnome.org. You can view
-the web interface [here](https://gitlab.gnome.org/alatiera/hammond)
+the web interface [here](https://gitlab.gnome.org/World/hammond)
Development happens in the master branch.
@@ -51,7 +51,7 @@ In order to run the test suite use the following: `cargo test -- --test-threads=
# Issues, issues and more issues!
There are many ways you can contribute to Hammond, and all of them involve creating issues
-in [Hammond issue tracker](https://gitlab.gnome.org/alatiera/Hammond/issues). This is the entry point for your contribution.
+in [Hammond issue tracker](https://gitlab.gnome.org/World/hammond/issues). This is the entry point for your contribution.
To create an effective and high quality ticket, try to put the following information on your
ticket:
diff --git a/README.md b/README.md
index b5de554..11f0f5c 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
## A Podcast Client for the GNOME Desktop written in Rust.
-[](https://gitlab.gnome.org/alatiera/Hammond/commits/master)
-[](https://dependencyci.com/github/alatiera/Hammond)
+[](https://gitlab.gnome.org/World/hammond/commits/master)
+[](https://dependencyci.com/github/World/hammond)
### Features
@@ -22,7 +22,7 @@ Get Builder [here](https://wiki.gnome.org/Apps/Builder/Downloads)
## Broken Feeds
Found a feed that does not work in Hammond?
-Please [open an issue](https://gitlab.gnome.org/alatiera/Hammond/issues/new) and choose the `BrokenFeed` template so we will know and fix it!
+Please [open an issue](https://gitlab.gnome.org/World/hammond/issues/new) and choose the `BrokenFeed` template so we will know and fix it!
## Getting in Touch
@@ -59,7 +59,7 @@ flatpak build-bundle repo hammond org.gnome.Hammond
### Building from soure
```sh
-git clone https://gitlab.gnome.org/alatiera/hammond.git
+git clone https://gitlab.gnome.org/World/hammond.git
cd hammond/
meson --prefix=/usr build
ninja -C build
@@ -98,11 +98,11 @@ There alot of thins yet to be done.
If you want to contribute, please check the [Contributions Guidelines][contribution-guidelines].
-You can start by taking a look at [Issues](https://gitlab.gnome.org/alatiera/Hammond/issues) or by opening a [New issue](https://gitlab.gnome.org/alatiera/Hammond/issues/new?issue%5Bassignee_id%5D=&issue%5Bmilestone_id%5D=).
+You can start by taking a look at [Issues](https://gitlab.gnome.org/World/hammond/issues) or by opening a [New issue](https://gitlab.gnome.org/World/hammond/issues/new?issue%5Bassignee_id%5D=&issue%5Bmilestone_id%5D=).
There are also some minor tasks tagged with `TODO:` and `FIXME:` in the source code.
-[contribution-guidelines]: https://gitlab.gnome.org/alatiera/Hammond/blob/master/CONTRIBUTING.md
+[contribution-guidelines]: https://gitlab.gnome.org/World/hammond/blob/master/CONTRIBUTING.md
## Overview
diff --git a/hammond-gtk/resources/org.gnome.Hammond.appdata.xml b/hammond-gtk/resources/org.gnome.Hammond.appdata.xml
index 3d13d9d..d07a607 100644
--- a/hammond-gtk/resources/org.gnome.Hammond.appdata.xml
+++ b/hammond-gtk/resources/org.gnome.Hammond.appdata.xml
@@ -12,25 +12,25 @@
desktop written in Rust.
- https://gitlab.gnome.org/alatiera/Hammond
+ https://gitlab.gnome.org/World/hammond
- https://gitlab.gnome.org/alatiera/hammond/raw/master/screenshots/episodes_view.png
+ https://gitlab.gnome.org/World/hammond/raw/master/screenshots/episodes_view.png
Page 1
- https://gitlab.gnome.org/alatiera/hammond/raw/master/screenshots/shows_view.png
+ https://gitlab.gnome.org/World/hammond/raw/master/screenshots/shows_view.png
Page 2
- https://gitlab.gnome.org/alatiera/hammond/raw/master/screenshots/show_widget.png
+ https://gitlab.gnome.org/World/hammond/raw/master/screenshots/show_widget.png
Page 3
- https://gitlab.gnome.org/alatiera/hammond
+ https://gitlab.gnome.org/World/hammond
jpetridis@gnome.org
Jordan Petridis and others
\ No newline at end of file
diff --git a/hammond-gtk/src/utils.rs b/hammond-gtk/src/utils.rs
index e6675f1..d6c85fe 100644
--- a/hammond-gtk/src/utils.rs
+++ b/hammond-gtk/src/utils.rs
@@ -307,7 +307,7 @@ mod tests {
// This test inserts an rss feed to your `XDG_DATA/hammond/hammond.db` so we make it explicit
// to run it.
// #[ignore]
- // Disabled till https://gitlab.gnome.org/alatiera/Hammond/issues/56
+ // Disabled till https://gitlab.gnome.org/World/hammond/issues/56
// fn test_set_image_from_path() {
// let url = "https://web.archive.org/web/20180120110727if_/https://rss.acast.com/thetipoff";
// Create and index a source
diff --git a/hammond.doap b/hammond.doap
index 135fb2d..ed3eb7d 100644
--- a/hammond.doap
+++ b/hammond.doap
@@ -16,7 +16,7 @@
-
+
Rust
diff --git a/org.gnome.Hammond.json b/org.gnome.Hammond.json
index d7ca65a..d646dc9 100644
--- a/org.gnome.Hammond.json
+++ b/org.gnome.Hammond.json
@@ -40,7 +40,7 @@
"sources" : [
{
"type" : "git",
- "url" : "https://gitlab.gnome.org/alatiera/Hammond.git",
+ "url" : "https://gitlab.gnome.org/World/hammond.git",
"branch" : "master"
}
]