Skip to content

Commit 72aaa0c

Browse files
fkobithesamesam
authored andcommitted
pym/gentoolkit/equery/meta: remove unnecessary .git suffixes
I have noticed that the browser redirects me to stuff without .git so I have changed it so that equery m spits out a link that can be pasted to the browser without change. Signed-off-by: Filip Kobierski <fkobi@pm.me> Part-of: #54 Closes: #54 Signed-off-by: Sam James <sam@gentoo.org>
1 parent 51c33fe commit 72aaa0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pym/gentoolkit/equery/meta.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ def _format_upstream_ids(ids):
199199
"cpe": "remote-id",
200200
"cran": "https://cran.r-project.org/web/packages/remote-id/",
201201
"ctan": "https://ctan.org/pkg/remote-id",
202-
"freedesktop-gitlab": "https://gitlab.freedesktop.org/remote-id.git/",
202+
"freedesktop-gitlab": "https://gitlab.freedesktop.org/remote-id",
203203
"gitlab": "https://gitlab.com/remote-id",
204-
"gnome-gitlab": "https://gitlab.gnome.org/remote-id.git/",
204+
"gnome-gitlab": "https://gitlab.gnome.org/remote-id",
205205
"google-code": "https://code.google.com/archive/p/remote-id/",
206206
"hackage": "https://hackage.haskell.org/package/remote-id",
207207
"heptapod": "https://foss.heptapod.net/remote-id",

0 commit comments

Comments
 (0)