diff options
author | Jonas Stein <jstein@gentoo.org> | 2022-03-11 00:26:42 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2022-03-11 00:26:42 +0100 |
commit | 6179fdc41d64694efb8c5818823ade30fd998138 (patch) | |
tree | f12ea109e34bcd44f8b8d79fe13accdbf73d87ff /x11-misc/xpad | |
parent | dev-lang/nim: fix DEPEND (diff) | |
download | gentoo-6179fdc41d64694efb8c5818823ade30fd998138.tar.gz gentoo-6179fdc41d64694efb8c5818823ade30fd998138.tar.bz2 gentoo-6179fdc41d64694efb8c5818823ade30fd998138.zip |
x11-misc/xpad: QA Fix in description
Desription should start with upper case and must be specific.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein@gentoo.org>
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r-- | x11-misc/xpad/xpad-5.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xpad/xpad-5.4.0.ebuild b/x11-misc/xpad/xpad-5.4.0.ebuild index 56d33df01196..a1ae20d7ee74 100644 --- a/x11-misc/xpad/xpad-5.4.0.ebuild +++ b/x11-misc/xpad/xpad-5.4.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools -DESCRIPTION="a sticky note application for jotting down things to remember" +DESCRIPTION="A sticky note application for GTK" HOMEPAGE="https://launchpad.net/xpad" SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2" |