diff options
author | Cristian Othón Martínez Vera <cfuga@cfuga.mx> | 2023-02-22 19:47:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-22 19:55:09 +0000 |
commit | 055862ef1b9647e890aa9d13deeab11fbf8b5e54 (patch) | |
tree | 6d126d9d19ea7896a254b814d1b001e14e2d7b41 /gui-libs | |
parent | gui-apps/wf-shell: fix MissingRemoteId for maintainer-needed packages (diff) | |
download | gentoo-055862ef1b9647e890aa9d13deeab11fbf8b5e54.tar.gz gentoo-055862ef1b9647e890aa9d13deeab11fbf8b5e54.tar.bz2 gentoo-055862ef1b9647e890aa9d13deeab11fbf8b5e54.zip |
gui-libs/wayfire-plugins-extra: 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/wayfire-plugins-extra/metadata.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gui-libs/wayfire-plugins-extra/metadata.xml b/gui-libs/wayfire-plugins-extra/metadata.xml index 8c317a8f7456..1d8f1e333c7e 100644 --- a/gui-libs/wayfire-plugins-extra/metadata.xml +++ b/gui-libs/wayfire-plugins-extra/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> - </pkgmetadata> + <upstream> + <remote-id type="github">WayfireWM/wayfire-plugins-extra</remote-id> + </upstream> +</pkgmetadata> |