From 1394c143aeef532cbd5b89a79f3c6ce8545fec02 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Sat, 10 Jan 2026 20:54:29 +0900 Subject: [PATCH] wlx-capture GPL-3.0-only --- wlx-capture/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlx-capture/Cargo.toml b/wlx-capture/Cargo.toml index 314b1ed..0e1b94d 100644 --- a/wlx-capture/Cargo.toml +++ b/wlx-capture/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/galister/wlx-capture" keywords = ["desktop", "capture", "pipewire", "wayland", "x11"] categories = ["computer-vision", "multimedia::images"] documentation = "https://docs.rs/wlx-capture" -license = "GPL-3.0" +license = "GPL-3.0-only" [features] default = ["wayland", "pipewire"]