diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-22 08:48:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-22 09:05:07 +0200 |
commit | 9756c2488b276d0e3836003fd910c46086408969 (patch) | |
tree | 51c9d822ae294c83a50b2974243b8001984b932d /app-emulation | |
parent | app-crypt/adcli: Remove invalid remote-id (diff) | |
download | gentoo-9756c2488b276d0e3836003fd910c46086408969.tar.gz gentoo-9756c2488b276d0e3836003fd910c46086408969.tar.bz2 gentoo-9756c2488b276d0e3836003fd910c46086408969.zip |
app-emulation/wine-gecko: Correct the remote-id
"wine-gecko" is a repository name, whereas sourceforge remote-id
is expected to reference the project name.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-gecko/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-gecko/metadata.xml b/app-emulation/wine-gecko/metadata.xml index 0ebc64234b20..0362a9780afc 100644 --- a/app-emulation/wine-gecko/metadata.xml +++ b/app-emulation/wine-gecko/metadata.xml @@ -9,7 +9,7 @@ A Mozilla Gecko based version of Internet Explorer for Wine </longdescription> <upstream> - <remote-id type="sourceforge">wine/wine-gecko</remote-id> + <remote-id type="sourceforge">wine</remote-id> </upstream> <use> <flag name="shared">Install pre-unpacked files which do not need to be copied into the Wine prefix</flag> |