From deb4f55ee48ee1e1afdad8a92490f385b6223405 Mon Sep 17 00:00:00 2001 From: Bhargav Srinivasan <53614543+zerobsv@users.noreply.github.com> Date: Sat, 6 Jun 2026 02:34:58 +0530 Subject: [PATCH] Update author and git repository information Updating repo with my new username and repo github url --- packages/zitertools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/zitertools.json b/packages/zitertools.json index 5326039..16d3770 100644 --- a/packages/zitertools.json +++ b/packages/zitertools.json @@ -1,13 +1,13 @@ { - "author": "onebsv1", + "author": "zerobsv", "tags": [ "functional", "math" ], - "git": "https://github.com/onebsv1/zitertools", + "git": "https://github.com/zerobsv/zitertools", "root_file": "/src/main.zig", "description": "An improved rewrite of the python itertools library to Zig.", "license": "mit", - "updated_at": "2022-03-23T07:53:42Z", + "updated_at": "2022-03-23T07:53:", "homepage": "" }