diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-08 16:02:15 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-08 16:02:39 +0100 |
commit | de7408a75ed40b5cc4f80fe66fa9792e7ac2e967 (patch) | |
tree | 8c0f608151954f57b3b135a8a361b0e2e0ef7af4 /community/rust | |
parent | 4cf67fa60c887fb2665462846f8874f0be514b32 (diff) | |
download | aports-de7408a75ed40b5cc4f80fe66fa9792e7ac2e967.tar.bz2 aports-de7408a75ed40b5cc4f80fe66fa9792e7ac2e967.tar.xz |
community/rust: remove "(compiler)" from pkgdesc
This package does not contain just a compiler, but also stdlib etc.
Diffstat (limited to 'community/rust')
-rw-r--r-- | community/rust/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD index 2a7c9a3e05..617c50496e 100644 --- a/community/rust/APKBUILD +++ b/community/rust/APKBUILD @@ -7,7 +7,7 @@ pkgver=1.23.0 _llvmver=4 _bootver=1.22.0 pkgrel=1 -pkgdesc="The Rust Programming Language (compiler)" +pkgdesc="The Rust Programming Language" url="http://www.rust-lang.org" arch="x86_64" license="Apache-2.0 BSD ISC MIT" |