From 1acd226d59fbc6126c0845976d7ef8667535ab8e Mon Sep 17 00:00:00 2001 From: Emmanuel FARHI Date: Tue, 30 Apr 2024 23:05:34 +0200 Subject: [PATCH] Update hgsetget.yaml Fix URL's. --- packages/hgsetget.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/hgsetget.yaml b/packages/hgsetget.yaml index ac3ea027..a3d35502 100644 --- a/packages/hgsetget.yaml +++ b/packages/hgsetget.yaml @@ -8,19 +8,19 @@ icon: links: - icon: "far fa-copyright" label: "GPL-2.0-or-later" - url: "https://gitlab.com/farhi/octave-hgsetget/blob/master/COPYING" + url: "https://gitlab.com/farhi/octave-hgsetget/-/blob/master/COPYING" - icon: "fas fa-rss" label: "news" - url: "https://gitlab.com/farhi/octave-hgsetget/releases" + url: "https://gitlab.com/farhi/octave-hgsetget/-/releases" - icon: "fas fa-code-branch" label: "repository" url: "https://gitlab.com/farhi/octave-hgsetget/" - icon: "fas fa-book" label: "package documentation" - url: "https://gitlab.com/farhi/octave-hgsetget/blob/master/README.md" + url: "https://gitlab.com/farhi/octave-hgsetget/-/blob/master/README.md" - icon: "fas fa-bug" label: "report a problem" - url: "https://gitlab.com/farhi/octave-hgsetget/issues" + url: "https://gitlab.com/farhi/octave-hgsetget/-/issues" maintainers: - name: "Emmanuel Farhi" contact: "emmanuel.farhi@synchrotron-soleil.fr" @@ -35,7 +35,7 @@ versions: - id: "dev" date: sha256: - url: "https://gitlab.com/farhi/octave-hgsetget/archive/master.tar.gz" + url: "https://gitlab.com/farhi/octave-hgsetget/-/archive/master.tar.gz" depends: - "octave (>= 4.0.0)" - "pkg"