diff options
author | 2023-06-27 04:21:11 +0200 | |
---|---|---|
committer | 2023-06-27 04:24:02 +0200 | |
commit | 68460592f27760598adf78843724191f8848e4d2 (patch) | |
tree | f5d25c843bb5a34a79d715f47d6f656dbda28803 /sys-boot | |
parent | www-apps/pleroma: 2.5.2 isn't compatible with erlang-26 nor elixir-1.15 (diff) | |
download | guru-68460592f27760598adf78843724191f8848e4d2.tar.gz guru-68460592f27760598adf78843724191f8848e4d2.tar.bz2 guru-68460592f27760598adf78843724191f8848e4d2.zip |
*/*: fix MissingRemoteId in metadata.xml
* Manually checked, I hope I caught most errors
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/customrescuecd-x86-grub/metadata.xml | 3 | ||||
-rw-r--r-- | sys-boot/customrescuecd-x86_64-grub/metadata.xml | 3 | ||||
-rw-r--r-- | sys-boot/woeusb-ng/metadata.xml | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/sys-boot/customrescuecd-x86-grub/metadata.xml b/sys-boot/customrescuecd-x86-grub/metadata.xml index 24fdc7fa0..e8f15959a 100644 --- a/sys-boot/customrescuecd-x86-grub/metadata.xml +++ b/sys-boot/customrescuecd-x86-grub/metadata.xml @@ -9,4 +9,7 @@ This package adds menu entries in GRUB for the CustomRescueCD. You can add custom bootoptions for CustomRescueCD in a special config file. </longdescription> + <upstream> + <remote-id type="sourceforge">customrescuecd</remote-id> + </upstream> </pkgmetadata> diff --git a/sys-boot/customrescuecd-x86_64-grub/metadata.xml b/sys-boot/customrescuecd-x86_64-grub/metadata.xml index 24fdc7fa0..e8f15959a 100644 --- a/sys-boot/customrescuecd-x86_64-grub/metadata.xml +++ b/sys-boot/customrescuecd-x86_64-grub/metadata.xml @@ -9,4 +9,7 @@ This package adds menu entries in GRUB for the CustomRescueCD. You can add custom bootoptions for CustomRescueCD in a special config file. </longdescription> + <upstream> + <remote-id type="sourceforge">customrescuecd</remote-id> + </upstream> </pkgmetadata> diff --git a/sys-boot/woeusb-ng/metadata.xml b/sys-boot/woeusb-ng/metadata.xml index def9232fc..638fbce5c 100644 --- a/sys-boot/woeusb-ng/metadata.xml +++ b/sys-boot/woeusb-ng/metadata.xml @@ -5,4 +5,7 @@ <email>duje.mihanovic@skole.hr</email> <name>Duje Mihanović</name> </maintainer> + <upstream> + <remote-id type="github">WoeUSB/WoeUSB-ng</remote-id> + </upstream> </pkgmetadata> |