diff options
author | 2023-02-22 19:47:03 +0000 | |
---|---|---|
committer | 2023-02-22 19:55:10 +0000 | |
commit | 3fb349317be1452f392ccbaf385218b99a327df1 (patch) | |
tree | 2588ed62c84b50405d21c7228280963f2c032618 /gui-libs | |
parent | gui-libs/wayfire-plugins-extra: fix MissingRemoteId for maintainer-needed pac... (diff) | |
download | gentoo-3fb349317be1452f392ccbaf385218b99a327df1.tar.gz gentoo-3fb349317be1452f392ccbaf385218b99a327df1.tar.bz2 gentoo-3fb349317be1452f392ccbaf385218b99a327df1.zip |
gui-libs/wf-config: 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-libs')
-rw-r--r-- | gui-libs/wf-config/metadata.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gui-libs/wf-config/metadata.xml b/gui-libs/wf-config/metadata.xml index ae0faa6f4ae9..c4c10f04c1a6 100644 --- a/gui-libs/wf-config/metadata.xml +++ b/gui-libs/wf-config/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> Library for creating and parsing the configuration file for the WayfireWM while also allowing you to make changes in the configuration and reload them on the fly. </longdescription> - <!-- maintainer-needed --> - </pkgmetadata> + <upstream> + <remote-id type="github">WayfireWM/wf-config</remote-id> + </upstream> +</pkgmetadata> |