diff options
| author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-02 22:56:08 +0200 |
|---|---|---|
| committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-04 00:00:05 +0200 |
| commit | 4b114d006924efc182424f0b0b798f54751c636c (patch) | |
| tree | 088b662b4c49aed9708c58daf4517aafef73470c /dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1.ebuild | |
| parent | 0221ac431d31238083d2d32379dc026a796597cc (diff) | |
| download | gentoo-4b114d006924efc182424f0b0b798f54751c636c.tar.gz gentoo-4b114d006924efc182424f0b0b798f54751c636c.tar.bz2 gentoo-4b114d006924efc182424f0b0b798f54751c636c.zip | |
dev-cpp/scitokens-cpp: remove leading space in DESCRIPTION
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31719
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1.ebuild')
| -rw-r--r-- | dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1.ebuild b/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1.ebuild index e6a43dfceee1..e78e7a103c72 100644 --- a/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1.ebuild +++ b/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake -DESCRIPTION="A C++ implementation of the SciTokens library with a C library interface" +DESCRIPTION="C++ implementation of the SciTokens library with a C library interface" HOMEPAGE="https://github.com/scitokens/scitokens-cpp" SRC_URI="https://github.com/scitokens/scitokens-cpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" |
