From 422e08b552bdd55f9a173dd8188899d566f46533 Mon Sep 17 00:00:00 2001 From: Paul Wilde <31094984+pswilde@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:06:33 +0000 Subject: [PATCH] Added Note (#2770) a simple pastebin --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index d41e0e1..08ea104 100644 --- a/packages.json +++ b/packages.json @@ -32123,5 +32123,19 @@ "description": "Macro-oriented web-framework compiles to native written with ♥", "license": "MIT", "web": "https://github.com/HapticX/happyx-native" + }, + { + "name": "note", + "url": "https://codeberg.org/pswilde/note", + "method": "git", + "tags": [ + "pastebin", + "scratchpad", + "web", + "frontend" + ], + "description": "A simple pastebin, inspired by w4/bin", + "license": "AGPL-3.0-or-later", + "web": "https://codeberg.org/pswilde/note" } ]