diff options
author | Christian Hergert <chergert@redhat.com> | 2017-09-07 17:39:37 -0700 |
---|---|---|
committer | Christian Hergert <chergert@redhat.com> | 2017-09-07 17:39:37 -0700 |
commit | d335b9cfda6f56897ee1ebd395bcd12ca3bcb59f (patch) | |
tree | ba56e6eef9cf151a8a561d8c29af3fb96377271e /build-aux | |
parent | a53b954e0fb6bc1596d05938fb948339c5f3b8cc (diff) | |
download | nautilus-d335b9cfda6f56897ee1ebd395bcd12ca3bcb59f.tar.gz |
flatpak: fix URL to nautilus repository
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/flatpak/org.gnome.Nautilus-stable.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus-stable.json b/build-aux/flatpak/org.gnome.Nautilus-stable.json index 775679360..650cc63a0 100644 --- a/build-aux/flatpak/org.gnome.Nautilus-stable.json +++ b/build-aux/flatpak/org.gnome.Nautilus-stable.json @@ -108,7 +108,7 @@ "type": "git", "branch": "tags/3.24.1", "commit": "1bab05578caf4c6eab15d385b95358efd3354c8b", - "url": "https://git.gnome.org/browse/nautilus" + "url": "https://gitlab.gnome.org/GNOME/nautilus.git" } ] } |