diff options
author | Cristian Othón Martínez Vera <cfuga@cfuga.mx> | 2023-02-22 19:46:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-22 19:55:07 +0000 |
commit | 4865f17b343b36f38cb1108dc07c13c31b2f5cb4 (patch) | |
tree | 56a313493f8dbebee263c36dda50aaada0378d42 /gui-apps | |
parent | gui-apps/wayvnc: fix MissingRemoteId for maintainer-needed packages (diff) | |
download | gentoo-4865f17b343b36f38cb1108dc07c13c31b2f5cb4.tar.gz gentoo-4865f17b343b36f38cb1108dc07c13c31b2f5cb4.tar.bz2 gentoo-4865f17b343b36f38cb1108dc07c13c31b2f5cb4.zip |
gui-apps/wcm: 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/wcm/metadata.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gui-apps/wcm/metadata.xml b/gui-apps/wcm/metadata.xml index 5c6a17cba089..4aa1e1a30a9c 100644 --- a/gui-apps/wcm/metadata.xml +++ b/gui-apps/wcm/metadata.xml @@ -1,10 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <!-- maintainer-needed --> <longdescription> GUI front end to the wayfire config manager. Allows to reload changes on the fly without needing to restart wayfire. </longdescription> - <!-- maintainer-needed --> - </pkgmetadata> + <upstream> + <remote-id type="github">WayfireWM/wcm</remote-id> + </upstream> +</pkgmetadata> |