~kennylevinsen/greetd-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH greetd] Update deprecated SPDX identifier for GPL-3.0-only

Details
Message ID
<20230613163116.113064-1-alebastr89@gmail.com>
DKIM signature
missing
Download raw message
Patch: +6 -5
Link the LICENSE file into the greetd_ipc crate to ensure that it
appears in the crates.io archive.
---
 agreety/Cargo.toml    | 2 +-
 fakegreet/Cargo.toml  | 2 +-
 greetd/Cargo.toml     | 2 +-
 greetd_ipc/Cargo.toml | 2 +-
 greetd_ipc/LICENSE    | 1 +
 inish/Cargo.toml      | 2 +-
 6 files changed, 6 insertions(+), 5 deletions(-)
 create mode 120000 greetd_ipc/LICENSE

diff --git a/agreety/Cargo.toml b/agreety/Cargo.toml
index 2a27bed..075605c 100644
--- a/agreety/Cargo.toml
+++ b/agreety/Cargo.toml
@@ -3,7 +3,7 @@ name = "agreety"
version = "0.9.0"
authors = ["Kenny Levinsen"]
edition = "2018"
license = "GPL-3.0"
license = "GPL-3.0-only"
homepage = "https://kl.wtf/projects/agreety"
repository = "https://git.sr.ht/~kennylevinsen/greetd/"

diff --git a/fakegreet/Cargo.toml b/fakegreet/Cargo.toml
index 6f40bb9..5d2c757 100644
--- a/fakegreet/Cargo.toml
+++ b/fakegreet/Cargo.toml
@@ -3,7 +3,7 @@ name = "fakegreet"
version = "0.9.0"
authors = ["Kenny Levinsen"]
edition = "2018"
license = "GPL-3.0"
license = "GPL-3.0-only"
homepage = "https://kl.wtf/projects/greetd"
repository = "https://git.sr.ht/~kennylevinsen/greetd/"

diff --git a/greetd/Cargo.toml b/greetd/Cargo.toml
index 8de0b3d..5b5b6d9 100644
--- a/greetd/Cargo.toml
+++ b/greetd/Cargo.toml
@@ -3,7 +3,7 @@ name = "greetd"
version = "0.9.0"
authors = ["Kenny Levinsen"]
edition = "2018"
license = "GPL-3.0"
license = "GPL-3.0-only"
homepage = "https://kl.wtf/projects/greetd"
repository = "https://git.sr.ht/~kennylevinsen/greetd/"

diff --git a/greetd_ipc/Cargo.toml b/greetd_ipc/Cargo.toml
index abc9b17..099cccc 100644
--- a/greetd_ipc/Cargo.toml
+++ b/greetd_ipc/Cargo.toml
@@ -3,7 +3,7 @@ name = "greetd_ipc"
version = "0.9.0"
authors = ["Kenny Levinsen"]
edition = "2018"
license = "GPL-3.0"
license = "GPL-3.0-only"
homepage = "https://kl.wtf/projects/greetd"
repository = "https://git.sr.ht/~kennylevinsen/greetd/"
description = "An implementation of the greetd IPC protocol"
diff --git a/greetd_ipc/LICENSE b/greetd_ipc/LICENSE
new file mode 120000
index 0000000..ea5b606
--- /dev/null
+++ b/greetd_ipc/LICENSE
@@ -0,0 +1 @@
../LICENSE
\ No newline at end of file
diff --git a/inish/Cargo.toml b/inish/Cargo.toml
index 92c570c..8255221 100644
--- a/inish/Cargo.toml
+++ b/inish/Cargo.toml
@@ -3,4 +3,4 @@ name = "inish"
version = "0.1.0"
authors = ["Kenny Levinsen"]
edition = "2018"
license = "GPL-3.0"
license = "GPL-3.0-only"
-- 
2.41.0

[greetd/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CTBO1F4H7N0D.1ABAET978K5RM@cirno2>
In-Reply-To
<20230613163116.113064-1-alebastr89@gmail.com> (view parent)
DKIM signature
missing
Download raw message
greetd/patches: SUCCESS in 2m9s

[Update deprecated SPDX identifier for GPL-3.0-only][0] from [Aleksei Bavshin][1]

[0]: https://lists.sr.ht/~kennylevinsen/greetd-devel/patches/41834
[1]: alebastr89@gmail.com

✓ #1006407 SUCCESS greetd/patches/archlinux.yml https://builds.sr.ht/~kennylevinsen/job/1006407
✓ #1006406 SUCCESS greetd/patches/alpine.yml    https://builds.sr.ht/~kennylevinsen/job/1006406
Details
Message ID
<b8b7b2e3-3fbb-f320-efd3-2d7a6b62a7d6@kl.wtf>
In-Reply-To
<20230613163116.113064-1-alebastr89@gmail.com> (view parent)
DKIM signature
missing
Download raw message
Applied, thanks!
Reply to thread Export thread (mbox)