diff options
author | Jesús <heckyel@hyperbola.info> | 2021-10-14 23:00:14 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-10-14 23:00:19 -0500 |
commit | 5b9fc10338431a0937de9a38c4d4250c2983a27c (patch) | |
tree | af7a62f8ca9cb9393bba1d48c7c91aa880b38eb1 | |
parent | 62f96f35d471f7d0321636e78d5ae194eea6aae7 (diff) | |
download | librejsxul-5b9fc10338431a0937de9a38c4d4250c2983a27c.tar.lz librejsxul-5b9fc10338431a0937de9a38c4d4250c2983a27c.tar.xz librejsxul-5b9fc10338431a0937de9a38c4d4250c2983a27c.zip |
-rw-r--r-- | data/settings/index.html | 2 | ||||
-rw-r--r-- | package.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/settings/index.html b/data/settings/index.html index de09194..431d5c8 100644 --- a/data/settings/index.html +++ b/data/settings/index.html @@ -52,7 +52,7 @@ <hgroup class="row"> <div> <a id="logo" - href="https://libregit.org/heckyel/librejsxul.git" + href="https://notabug.org/heckyel/librejsxul.git" title="LibreJSXUL - Free JavaScript in your browser" target="_blank">LibreJSXUL - Free JavaScript in your browser</a> </div> diff --git a/package.json b/package.json index d54d4f1..66cd214 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "librejsxul", "license": "GPL-3.0+", "author": "Loic J. Duros, and fork by Jesus E.", - "homepage": "https://libregit.org/heckyel/librejsxul.git", - "repository": "https://libregit.org/heckyel/librejsxul.git", + "homepage": "https://notabug.org/heckyel/librejsxul.git", + "repository": "https://notabug.org/heckyel/librejsxul.git", "version": "6.0.14", "title": "GNU LibreJSXUL", "id": "jid1-KtlZuoiikVfFew@jetpack", |