diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-29 23:46:56 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-12-31 03:47:43 +0100 |
commit | 05d71c9febed03aa0639363a06912562564c841d (patch) | |
tree | b08cbb6db182d6dbdc9fe9e1d85e8ecb92db7c5b /app-misc/cfiles | |
parent | app-misc/cfiles: EAPI8 bump, fix bug #722342, #726636 (diff) | |
download | gentoo-05d71c9febed03aa0639363a06912562564c841d.tar.gz gentoo-05d71c9febed03aa0639363a06912562564c841d.tar.bz2 gentoo-05d71c9febed03aa0639363a06912562564c841d.zip |
app-misc/cfiles: add missing remote id
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34555
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc/cfiles')
-rw-r--r-- | app-misc/cfiles/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
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>alicef@gentoo.org</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> |