From 6b30b51846332fce29fa5934d5886b8fab0655da Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Tue, 9 Jun 2020 08:46:48 -0400 Subject: [PATCH] update pipe package metadata (#1508) specifically: 1. username changed 2. relicensed (MIT -> Unlicense) --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index cefdada..e4d0e52 100644 --- a/packages.json +++ b/packages.json @@ -7658,7 +7658,7 @@ }, { "name": "pipe", - "url": "https://github.com/5paceToast/pipe", + "url": "https://github.com/CosmicToast/pipe", "method": "git", "tags": [ "pipe", @@ -7667,8 +7667,8 @@ "functional" ], "description": "Pipe operator for nim.", - "license": "MIT", - "web": "https://github.com/5paceToast/pipe" + "license": "Unlicense", + "web": "https://github.com/CosmicToast/pipe" }, { "name": "flatdb",