cpulimit: fix license
This commit is contained in:
parent
6dc7c0e525
commit
2b38500128
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'cpulimit'
|
# Template file for 'cpulimit'
|
||||||
pkgname=cpulimit
|
pkgname=cpulimit
|
||||||
version=0.2
|
version=0.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Tool to limit the CPU usage of a process"
|
short_desc="Tool to limit the CPU usage of a process"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/opsengine/cpulimit"
|
homepage="https://github.com/opsengine/cpulimit"
|
||||||
distfiles="https://github.com/opsengine/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/opsengine/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=64312f9ac569ddcadb615593cd002c94b76e93a0d4625d3ce1abb49e08e2c2da
|
checksum=64312f9ac569ddcadb615593cd002c94b76e93a0d4625d3ce1abb49e08e2c2da
|
||||||
|
|
Loading…
Reference in a new issue