From 40ad32394ddf3504ad7753a0f86e7d450a6c619e Mon Sep 17 00:00:00 2001 From: Patrick Chieppe Date: Fri, 19 Jan 2024 21:34:13 +1100 Subject: [PATCH] Amend description and Cargo.toml --- Cargo.toml | 3 +++ README.md | 2 +- examples/merenda.service | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e556f7e..b976f89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "merenda" version = "0.1.0" edition = "2021" +description = "Snack-sized clipboard syncronization over SSH" +license = "GPL-3.0" +license-file = "COPYING" [dependencies] arboard = { version = "3.2.1", default-features = false, features = ["wayland-data-control"] } diff --git a/README.md b/README.md index c951371..832fcc6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Merenda - Byte-sized snacks over SSH +# Merenda - Snack-sized clipboard syncronization over SSH A tiny server/client application to synchronize clipboards over SSH in Rust, inspired by similar tools like [Lemonade](https://github.com/pocke/lemonade). diff --git a/examples/merenda.service b/examples/merenda.service index cef6ea4..32226e9 100644 --- a/examples/merenda.service +++ b/examples/merenda.service @@ -1,5 +1,5 @@ [Unit] -Description=Merenda - Byte-sized snacks over SSH +Description=Merenda - Snack-sized clipboard syncronization over SSH StartLimitIntervalSec=5 StartLimitBurst=10