From 8ad109028fc5ca129716dd9ab738285bca08ffc9 Mon Sep 17 00:00:00 2001 From: Johan Vandegriff Date: Mon, 11 Oct 2021 16:52:56 -0400 Subject: [PATCH] changed gitlab links => sourcehut --- static/style.css | 2 +- templates/footer.html | 2 +- templates/header.html | 2 +- templates/stoichiometry.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index b635cd3..314f200 100644 --- a/static/style.css +++ b/static/style.css @@ -1,7 +1,7 @@ /* This CSS source code is licensed under the GNU Affero General Public License 3.0. (https://www.gnu.org/licenses/agpl-3.0.html) -The full source code is available at: https://gitlab.com/johanvandegriff/games.johanv.xyz +The full source code is available at: https://git.sr.ht/~johanvandegriff/games.johanv.xyz */ body { diff --git a/templates/footer.html b/templates/footer.html index fdc0554..14f2de6 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,6 +1,6 @@ diff --git a/templates/header.html b/templates/header.html index 4c98592..0c2ec6b 100644 --- a/templates/header.html +++ b/templates/header.html @@ -2,7 +2,7 @@ {% if stylesheet %} diff --git a/templates/stoichiometry.html b/templates/stoichiometry.html index 1c952ff..b6fca3d 100644 --- a/templates/stoichiometry.html +++ b/templates/stoichiometry.html @@ -59,6 +59,6 @@ Enter the quantity and unit of this compound:

Source Code

This app is open source! You can see, modify, and distribute the source code.

-

You can see the source code for the actual solver (under the MIT license) on gitlab or github. The source code for this web page (under the AGPLv3 license) is also on gitlab or github.

+

You can see the source code for the actual solver (under the MIT license) on sourcehut or github. The source code for this web page (under the AGPLv3 license) is also on sourcehut or github.

{% include 'footer.html' %} -- 2.34.2