diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-06-25 17:14:13 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-06-25 17:14:13 +0200 |
commit | 39229a39f3e1679c5c1cb581d169c57f6310f2a3 (patch) | |
tree | 6db61395fb454c9e439f96f16e939ddc65b3d681 /www/index.html | |
parent | b537a4bac7c2b697e4b971e39d61288020c16b81 (diff) | |
download | genpass-39229a39f3e1679c5c1cb581d169c57f6310f2a3.tar.gz genpass-39229a39f3e1679c5c1cb581d169c57f6310f2a3.tar.bz2 genpass-39229a39f3e1679c5c1cb581d169c57f6310f2a3.zip |
ref: Move source code link to git.sr.ht
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 8b67392..0cee61d 100644 --- a/www/index.html +++ b/www/index.html @@ -87,7 +87,7 @@ </section> <footer class="footer" style="padding: 10px"> <div class="content has-text-centered mt-auto"> - <a href="https://gitlab.com/gabrielgio/genpass">source code</a> + <a href="https://git.sr.ht/~gabrielgio/genpass">source code</a> </div> </footer> </div> |