~vladh/hare-project-library

hare-project-library: add hare-tls, remove bigc v1 PROPOSED

Armin Preiml: 1
 add hare-tls, remove bigc

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~vladh/hare-project-library/patches/36870/mbox | git am -3
Learn more about email & git

[PATCH hare-project-library] add hare-tls, remove bigc Export this patch

---
I don't plan to continue working on bigc.

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5e2fce2..9fb5f06 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,7 @@ If you're interested specifically in 3D graphics, check out
* [~yerinalexey/kanji](https://git.sr.ht/~yerinalexey/kanji): Modern IRC server
* [~bitfehler/hare-tftp](https://git.sr.ht/~bitfehler/hare-tftp): WIP TFTP library/client/server
* [~illiliti/hare-dnscrypt](https://codeberg.org/illiliti/hare-dnscrypt): dnscrypt client & server
* [~apreiml/hare-tls](https://git.sr.ht/~apreiml/hare-tls): WIP hare TLS library

## Operating systems

@@ -102,7 +103,6 @@ If you're interested specifically in 3D graphics, check out

## Utilities and system tools

* [~apreiml/bigc](https://git.sr.ht/~apreiml/bigc): A big int calculator written in Hare
* [~sircmpwn/harsh](https://git.sr.ht/~sircmpwn/harsh): A Unix shell inspired by Plan 9's rc
* [~sircmpwn/hautils](https://git.sr.ht/~sircmpwn/hautils): POSIX utilities implemented in Hare
* [~sircmpwn/scheduled](https://git.sr.ht/~sircmpwn/scheduled): A daemon for scheduling tasks
-- 
2.38.1
Thanks! :)