commit: 05d71c9febed03aa0639363a06912562564c841d Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Dec 29 22:46:56 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Dec 31 02:47:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d71c9f
app-misc/cfiles: add missing remote id Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34555 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-misc/cfiles/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-misc/cfiles/metadata.xml b/app-misc/cfiles/metadata.xml index deee06ae5a8e..15900801f321 100644 --- a/app-misc/cfiles/metadata.xml +++ b/app-misc/cfiles/metadata.xml @@ -9,6 +9,9 @@ <email>[email protected]</email> <name>Alice Ferrazzi</name> </maintainer> +<upstream> + <remote-id type="github">mananapr/cfiles</remote-id> +</upstream> <longdescription lang="en"> cfiles is a terminal file manager with vim like keybindings, written in C using the ncurses library. It aims to provide an interface like ranger while being lightweight, fast and minimal. </longdescription>
