diff options
Diffstat (limited to 'blog')
-rw-r--r-- | blog/reply.md | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/blog/reply.md b/blog/reply.md index e2f4a2f..0d7b0df 100644 --- a/blog/reply.md +++ b/blog/reply.md @@ -90,6 +90,12 @@ is any more difficult, presuming you have set up [offline email]. [sr.ht] user, you can use [acurl] on the build service with the URL from the [GraphQL] `query { me { lists { results { name, archive } } } }`. +!!! note "Update" + + I stopped paying for sr.ht in May 2024 after years of Sourcehut failing + to show any measurable progress towards reaching the beta status. + I am now using public-inbox for public, eh, inboxes. + ## Designing Data Flow I promise, this sounds bigger than it really is, but first, @@ -147,7 +153,7 @@ using Printf: @sprintf function hfun_mailto_comment() @sprintf("mailto:%s?%s=%s&%s=Re: %s", - "~cnx/site@lists.sr.ht", + "cnx.site@loa.loang.net", "In-Reply-To", message_id(), "Subject", locvar(:title)) end @@ -363,11 +369,11 @@ to each other, subscribe to the [site's mailing list] instead. [not on NixOS]: https://github.com/NixOS/nixpkgs/issues/20649 [mbox]: https://datatracker.ietf.org/doc/html/rfc4155 [meet in tha middle]: https://genius.com/Timbaland-meet-in-tha-middle-lyrics -[formbox]: https://sr.ht/~cnx/formbox +[formbox]: https://trong.loang.net/~cnx/formbox [Use plaintext emails]: https://useplaintext.email -[mailing list]: https://lists.sr.ht/~cnx/misc +[mailing list]: https://loa.loang.net/cnx.misc [CC BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0 -[site's mailing list]: https://lists.sr.ht/~cnx/site +[site's mailing list]: https://loa.loang.net/cnx.site [contrib]: https://drewdevault.com/2020/06/06/Add-a-contrib-directory.html [text/markdown]: https://blog.brixit.nl/markdown-email [UUID]: https://en.wikipedia.org/wiki/Universally_unique_identifier |