diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-12-18 16:31:28 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-12-18 18:17:12 -0500 |
commit | a218b7cc2b74cf92f0acb35b272083d4305c0183 (patch) | |
tree | d19283deba31e8955a71f517250f3488fb278756 /dev-php/spdx-licenses | |
parent | dev-php/spdx-licenses: add upstream/remote-id tag to metadata.xml. (diff) | |
download | gentoo-a218b7cc2b74cf92f0acb35b272083d4305c0183.tar.gz gentoo-a218b7cc2b74cf92f0acb35b272083d4305c0183.tar.bz2 gentoo-a218b7cc2b74cf92f0acb35b272083d4305c0183.zip |
dev-php/spdx-licenses: use a slightly shorter DESCRIPTION.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-php/spdx-licenses')
-rw-r--r-- | dev-php/spdx-licenses/spdx-licenses-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/spdx-licenses/spdx-licenses-1.0.0.ebuild b/dev-php/spdx-licenses/spdx-licenses-1.0.0.ebuild index da59be8de0b4..22331933e80c 100644 --- a/dev-php/spdx-licenses/spdx-licenses-1.0.0.ebuild +++ b/dev-php/spdx-licenses/spdx-licenses-1.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -DESCRIPTION="Tools for working with the SPDX license list and validating licenses" +DESCRIPTION="Tools for working with and validating SPDX licenses" HOMEPAGE="https://github.com/composer/spdx-licenses" SRC_URI="https://github.com/composer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |