From 0fa87a4ba5a97d32a0ab91f033527149b1c5b440 Mon Sep 17 00:00:00 2001 From: Allie Stephan Date: Sun, 27 Feb 2022 20:05:48 -0500 Subject: [PATCH] update cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f043d2e..8901ab5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "cli-clipboard" -version = "0.2.0" -authors = ["Andrew Stephan "] +version = "0.2.1" +authors = ["Allie Stephan "] description = "cli-clipboard is a cross-platform library for getting and setting the contents of the OS-level clipboard." -repository = "https://github.com/thekiteeatingtree/cli-clipboard" +repository = "https://github.com/actuallyallie/cli-clipboard" license = "MIT / Apache-2.0" keywords = ["clipboard"] edition = "2018"