summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoregnappahz2021-10-21 15:48:48 +0200
committeregnappahz2021-10-21 15:48:48 +0200
commit8ad665fea9041ead6de15277ebef05f19b308a64 (patch)
tree64929cafb4b6e45e6ea1ebbe2a8e882c028fd807
parent4eaad687feea4f4591e65b021575e2ea8f43b55e (diff)
downloadaur-8ad665fea9041ead6de15277ebef05f19b308a64.tar.gz
Fix Description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dd511064cd1..8f9123e68979 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = graphite-web
- pkgdesc = Graphite-web, without the interface. Just the rendering HTTP API.
+ pkgdesc = a Django-based web application that renders graphs and dashboards
pkgver = 1.1.8
pkgrel = 1
url = https://github.com/graphite-project/graphite-web/
diff --git a/PKGBUILD b/PKGBUILD
index 5666fd22f80e..e0dc638a5b64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=graphite-web
pkgver=1.1.8
pkgrel=1
-pkgdesc="Graphite-web, without the interface. Just the rendering HTTP API."
+pkgdesc="a Django-based web application that renders graphs and dashboards"
url="https://github.com/graphite-project/graphite-web/"
license=('Apache')
depends=('python-pytz' 'python-six' 'python-flask' 'python-structlog'