diff options
author | Sam James <sam@gentoo.org> | 2023-06-18 00:44:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-18 00:44:00 +0100 |
commit | a566b23519e8dc562f41af07ec9fcd65c4df1140 (patch) | |
tree | eb9321a0153e143c683e61529b02ba7789767ace /dev-perl/XML-RSS-Feed | |
parent | dev-perl/XML-XPath: add 1.480.0 (diff) | |
download | gentoo-a566b23519e8dc562f41af07ec9fcd65c4df1140.tar.gz gentoo-a566b23519e8dc562f41af07ec9fcd65c4df1140.tar.bz2 gentoo-a566b23519e8dc562f41af07ec9fcd65c4df1140.zip |
dev-perl/XML-RSS-Feed: fix DESCRIPTION typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/XML-RSS-Feed')
-rw-r--r-- | dev-perl/XML-RSS-Feed/XML-RSS-Feed-2.400.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/XML-RSS-Feed/XML-RSS-Feed-2.400.0-r2.ebuild b/dev-perl/XML-RSS-Feed/XML-RSS-Feed-2.400.0-r2.ebuild index 399ef5c4f6f1..35bde494bbed 100644 --- a/dev-perl/XML-RSS-Feed/XML-RSS-Feed-2.400.0-r2.ebuild +++ b/dev-perl/XML-RSS-Feed/XML-RSS-Feed-2.400.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ DIST_AUTHOR=JBISBEE DIST_VERSION=2.4 inherit perl-module -DESCRIPTION="Persistant XML RSS Encapsulation" +DESCRIPTION="Persistent XML RSS Encapsulation" SRC_URI+=" https://dev.gentoo.org/~tove/distfiles/dev-perl/XML-RSS-Feed/XML-RSS-Feed-2.320.0-patch.tar.bz2" SLOT="0" |