commit: 85a0f02030d3cb81960e100dd9ca6f70847617c4 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Aug 21 06:53:50 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Aug 21 09:19:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a0f020
app-text/feathernotes: remove leading whitespace in DESCRIPTION Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-text/feathernotes/feathernotes-1.3.0.ebuild | 2 +- app-text/feathernotes/feathernotes-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/feathernotes/feathernotes-1.3.0.ebuild b/app-text/feathernotes/feathernotes-1.3.0.ebuild index 3f3075fd6e7a..162e2297324e 100644 --- a/app-text/feathernotes/feathernotes-1.3.0.ebuild +++ b/app-text/feathernotes/feathernotes-1.3.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake xdg -DESCRIPTION=" Lightweight Qt Notes-Manager for Linux" +DESCRIPTION="Lightweight Qt Notes-Manager for Linux" HOMEPAGE="https://github.com/tsujan/FeatherNotes" SRC_URI="https://github.com/tsujan/FeatherNotes/archive/V${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/FeatherNotes-${PV}" diff --git a/app-text/feathernotes/feathernotes-9999.ebuild b/app-text/feathernotes/feathernotes-9999.ebuild index 880fc704e847..b729c5ce9a02 100644 --- a/app-text/feathernotes/feathernotes-9999.ebuild +++ b/app-text/feathernotes/feathernotes-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit git-r3 cmake xdg -DESCRIPTION=" Lightweight Qt Notes-Manager for Linux" +DESCRIPTION="Lightweight Qt Notes-Manager for Linux" HOMEPAGE="https://github.com/tsujan/FeatherNotes" EGIT_REPO_URI="https://github.com/tsujan/FeatherNotes"
