Skip to content

Commit 28513a2

Browse files
committed
fix: correct mapping for oss-catalog
1 parent 0dfb821 commit 28513a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/i18n/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function resolveLanguage(lang: Lang, availableLanguages: string[]) {
2727

2828
const mappings = [
2929
{url: "https://github.com/swiss/publiccode-editor.git", org: "https://ld.admin.ch/office/I.1.1"},
30-
{url: "https://github.com/swiss/oss-catalog", org: "https://ld.admin.ch/office/I.1.1"},
30+
{url: "https://github.com/swiss/oss-catalog.git", org: "https://ld.admin.ch/office/I.1.1"},
3131
{url: "https://github.com/sfa-siard/siard-suite.git", org: "https://ld.admin.ch/office/II.1.4"},
3232
{url: "https://github.com/swiss/opensource-guidelines.git", org: "https://ld.admin.ch/office/I.1.1"},
3333
{url: "https://github.com/jeap-admin-ch/jeap-crypto.git", org: "https://ld.admin.ch/office/V.1.7"},

0 commit comments

Comments
 (0)