From 7057c2311a050ed787c18ee26f5b821eee8a4344 Mon Sep 17 00:00:00 2001 From: Arto Bendiken Date: Mon, 11 Nov 2024 06:56:24 +0400 Subject: [PATCH] Add Nightweb (archived project). See: https://github.com/unlicense/unlicense.org/issues/84 --- projects/nightweb.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 projects/nightweb.json diff --git a/projects/nightweb.json b/projects/nightweb.json new file mode 100644 index 0000000..25b2c06 --- /dev/null +++ b/projects/nightweb.json @@ -0,0 +1,12 @@ +{ + "name": "Nightweb", + "homepage": "https://sekao.net/nightweb/", + "shortdesc": { + "en": "An anonymous P2P social network in Clojure." + }, + "repository": { + "browse": "https://github.com/oakes/Nightweb", + "location": "https://github.com/oakes/Nightweb.git" + }, + "license": "https://github.com/oakes/Nightweb/blob/master/UNLICENSE" +}