Skip to content

Commit

Permalink
Amend description and Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Palladinium committed Jan 19, 2024
1 parent 48ac585 commit 40ad323
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion examples/merenda.service
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=Merenda - Byte-sized snacks over SSH
Description=Merenda - Snack-sized clipboard syncronization over SSH
StartLimitIntervalSec=5
StartLimitBurst=10

Expand Down

0 comments on commit 40ad323

Please sign in to comment.