sys-process/pipectl: update LICENSE

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman 2024-08-01 13:54:28 +02:00
parent dad1e1a25a
commit 3766bf40b2
No known key found for this signature in database
GPG Key ID: FFAD0D85E1A0C8D7

View File

@ -9,7 +9,7 @@ DESCRIPTION="a simple named pipe management utility"
HOMEPAGE="https://github.com/Ferdi265/pipectl"
SRC_URI="https://github.com/Ferdi265/pipectl/releases/download/v${PV}/pipectl-${PV}.tar.gz"
LICENSE="GPL-3.0"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="man"
@ -20,7 +20,6 @@ DEPEND="
)
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
mycmakeargs=(
@ -30,4 +29,3 @@ src_configure() {
cmake_src_configure
}