diff --git a/CHANGELOG b/CHANGELOG index f61e040..9dca0c9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ # Offpunk History ## 1.8 - Unreleased +- Official URL is now https://sr.ht/~lioploum/offpunk/ - Add support for the finger protocol (by Sotiris Papatheodorou) - "set accept_bad_ssl_certificates True" allows to lower HTTPS SSL requirements - Accept "localhost" as a valid URL diff --git a/README.md b/README.md index fb2b75d..28e5940 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A command-line and offline-first smolnet browser/feed reader for Gemini, Gopher, The goal of Offpunk is to be able to synchronise your content once (a day, a week, a month) and then browse/organise it while staying disconnected. -Official repository : https://notabug.org/ploum/offpunk/ +Official project page (repository/mailing lists) : https://sr.ht/~lioploum/offpunk/ ![Screenshot HTML page with picture](screenshot_offpunk1.png) ![Screenshot Gemini page](screenshot_offpunk2.png) diff --git a/debian/control b/debian/control index d69bad3..f8b00aa 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends-Indep: dh-python, Rules-Requires-Root: no Standards-Version: 4.6.0 -Homepage: https://notabug.org/ploum/offpunk +Homepage: https://sr.ht/~lioploum/offpunk/ Package: offpunk Architecture: all diff --git a/debian/copyright b/debian/copyright index 2aadc0e..95f7c3a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: offpunk -Source: https://notabug.org/ploum/offpunk +Source: https://sr.ht/~lioploum/offpunk/ Files: * Copyright: 2022 Ploum and contributors License: BSD-2-Clause diff --git a/make_deb.sh b/make_deb.sh new file mode 100755 index 0000000..3a87d06 --- /dev/null +++ b/make_deb.sh @@ -0,0 +1,2 @@ +#!/bin/bash +dpkg-buildpackage -rfakeroot -uc -us diff --git a/setup.py b/setup.py index 006f20a..f55c8ae 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( description="Offline-First Gemini/Web/Gopher/RSS reader and browser", author="Ploum", author_email="offpunk@ploum.eu", - url='https://notabug.org/ploum/offpunk', + url='https://sr.ht/~lioploum/offpunk/', classifiers=[ 'License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 3 :: Only',