From 2d450ec1f6bdff6f9e38eb030cfe3868fe1a82a1 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Wed, 17 Apr 2024 10:26:07 +0200 Subject: [PATCH] Cargo.toml: Fix README.md location --- daemon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 939dba9..4b3fbff 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2021" authors = ["Danilo Spinella "] description = "Wallpaper daemon for Wayland" -readme = "README.md" +readme = "../README.md" homepage = "https://github.com/danyspin97/wpaperd" repository = "https://github.com/danyspin97/wpaperd" license = "GPL-3.0+"