diff options
author | Cristian Othón Martínez Vera <cfuga@cfuga.mx> | 2023-02-22 19:47:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-22 19:55:08 +0000 |
commit | a8b52c3879b3f8692c5e151e607443c99910cda6 (patch) | |
tree | 67282272ece02c173427af110c42b3057b4f4854 /gui-apps | |
parent | gui-apps/wcm: fix MissingRemoteId for maintainer-needed packages (diff) | |
download | gentoo-a8b52c3879b3f8692c5e151e607443c99910cda6.tar.gz gentoo-a8b52c3879b3f8692c5e151e607443c99910cda6.tar.bz2 gentoo-a8b52c3879b3f8692c5e151e607443c99910cda6.zip |
gui-apps/wf-shell: fix MissingRemoteId for maintainer-needed packages
Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wf-shell/metadata.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gui-apps/wf-shell/metadata.xml b/gui-apps/wf-shell/metadata.xml index 219af62a6b8d..c7d4ebcbf6fa 100644 --- a/gui-apps/wf-shell/metadata.xml +++ b/gui-apps/wf-shell/metadata.xml @@ -1,11 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <!-- maintainer-needed --> <longdescription> Basic desktop environment for use with wayfire which showcases all its plugins and desktop effects. Integrates with other wayland applications to provide a full desktop environment </longdescription> - <!-- maintainer-needed --> - </pkgmetadata> + <upstream> + <remote-id type="github">WayfireWM/wf-shell</remote-id> + </upstream> +</pkgmetadata> |