~alpine/aports

testing/celery: correct pkgdesc v1 APPLIED

Drew DeVault: 1
 testing/celery: correct pkgdesc

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3070/mbox | git am -3
Learn more about email & git

[PATCH] testing/celery: correct pkgdesc Export this patch

---
 testing/celery/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/celery/APKBUILD b/testing/celery/APKBUILD
index 10329b5fdb..9659dd18f3 100644
--- a/testing/celery/APKBUILD
+++ b/testing/celery/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=celery
pkgver=4.3.0
pkgrel=1
pkgdesc="Official Python low-level client for Elasticsearch"
pkgrel=2
pkgdesc="An asynchronous task queue/job queue based on distributed message passing"
url="http://www.celeryproject.org/"
arch="noarch"
license="Apache-2.0"
-- 
2.23.0