summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-04-20 11:20:47 -0500
committerLuis Martinez2022-04-20 11:20:47 -0500
commit5752e6ccddf61ac8b24de1cc03bf9fb35b35e734 (patch)
treecc297a50bd4995e8d795eceabf26fad9a6b0f391
parenteabaa2eb5af471cf50c4005f70e8531dfd653084 (diff)
downloadaur-5752e6ccddf61ac8b24de1cc03bf9fb35b35e734.tar.gz
small fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f6c13cefe3d..3e579ac41e52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = dprint-bin
- pkgdesc = Pluggable and configurable code formatting platform written in Rust.
+ pkgdesc = Pluggable and configurable code formatting platform
pkgver = 0.26.0
pkgrel = 1
url = https://github.com/dprint/dprint
diff --git a/PKGBUILD b/PKGBUILD
index 2e5f231e0ddc..7109a850ac29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=dprint-bin
pkgver=0.26.0
pkgrel=1
-pkgdesc='Pluggable and configurable code formatting platform written in Rust.'
+pkgdesc='Pluggable and configurable code formatting platform'
arch=('x86_64')
url='https://github.com/dprint/dprint'
license=('MIT')