commit: c3d9a50190f4473aa71d3f18abcb8babdde5408a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 23:48:55 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 23:48:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d9a501
sys-kernel/ugrd: sync live description
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-kernel/ugrd/ugrd-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-kernel/ugrd/ugrd-9999.ebuild b/sys-kernel/ugrd/ugrd-9999.ebuild
index 7029a52abb6f..de8f0b2f59b8 100644
--- a/sys-kernel/ugrd/ugrd-9999.ebuild
+++ b/sys-kernel/ugrd/ugrd-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 git-r3 optfeature shell-completion
-DESCRIPTION="Python based initramfs generator with TOML defintions"
+DESCRIPTION="Python based POSIX initramfs generator with TOML defintions"
HOMEPAGE="https://github.com/desultory/ugrd"
EGIT_REPO_URI="https://github.com/desultory/${PN}"