From 8b64161b4d6d328285116fdc07d587813ace1e9e Mon Sep 17 00:00:00 2001 From: "flopetautschnig (floscodes)" Date: Mon, 23 Jun 2025 14:23:17 +0200 Subject: [PATCH] rename repo to as this is more accurate about what the runtime does --- packages/{azync.json => coroutinez.json} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename packages/{azync.json => coroutinez.json} (55%) diff --git a/packages/azync.json b/packages/coroutinez.json similarity index 55% rename from packages/azync.json rename to packages/coroutinez.json index 962d8c4..427134b 100644 --- a/packages/azync.json +++ b/packages/coroutinez.json @@ -1,12 +1,12 @@ { "author": "Florian Petautschnig (floscodes) ", "tags": [ - "async" + "corountines" ], - "git": "https://github.com/floscodes/azync", + "git": "https://github.com/floscodes/coroutinez", "root_file": "/src/root.zig", - "description": "azync is a runtime for running asynchronous tasks in zig.", + "description": "coroutinez is a runtime for running tasks using coroutines in zig.", "license": "mit", "updated_at": "2025-06-08T17:25:58Z", "homepage": null -} +} \ No newline at end of file