From 0f5812c866b5340eb4788b98d3f8c98c5d02edb0 Mon Sep 17 00:00:00 2001 From: "Alex M. M" Date: Tue, 27 Jul 2021 06:47:12 +0200 Subject: [PATCH] Update `Cargo.toml` information --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 91dc30a..0d60d3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "fplist" version = "0.2.0" -authors = ["acdenisSK "] +authors = ["Alex M. M. "] edition = "2018" -description = "An immutable persistent singly-linked list" -repository = "https://github.com/acdenisSK/plist" +description = "An immutable, persistent, singly-linked list" +repository = "https://github.com/acdenisSK/fplist" license = "MIT" [dev-dependencies]