diff options
author | nihr43 <nathanihensel@gmail.com> | 2019-12-29 18:02:00 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-29 20:05:29 +0100 |
commit | bae6e2cea29050dd84576ada8e0fdae5db433f2b (patch) | |
tree | 9d67f182181baf829bbfb86cbd750c8558c69f0a /testing/k3s | |
parent | d8f4c341039b266d32574ff805fe93a93593b9a3 (diff) | |
download | aports-bae6e2cea29050dd84576ada8e0fdae5db433f2b.tar.bz2 aports-bae6e2cea29050dd84576ada8e0fdae5db433f2b.tar.xz |
testing/k3s: fix pkgdesc typo
Diffstat (limited to 'testing/k3s')
-rw-r--r-- | testing/k3s/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/k3s/APKBUILD b/testing/k3s/APKBUILD index 1065d7fe99..b6cde113b8 100644 --- a/testing/k3s/APKBUILD +++ b/testing/k3s/APKBUILD @@ -3,7 +3,7 @@ pkgname=k3s pkgver=1.0.1 pkgrel=0 -pkgdesc="Lightweigt Kubernetes. 5 less than k8s." +pkgdesc="Lightweight Kubernetes. 5 less than k8s." url="https://k3s.io" arch="all" license="Apache-2.0" |