We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bdd26 commit 175bd56Copy full SHA for 175bd56
layouts/partials/section/downloads.html.twig
@@ -37,7 +37,7 @@
37
<span class="text-muted mx-2"><i class="fas fa-balance-scale fa-fw mr-2"></i><a href="http://choosealicense.com/licenses/{{ license.key }}" target="_blank" rel="noreferrer" class="text-reset" title="View {{ license.name | e }}">{{ repo.license.spdx_id }} License</a></span>
38
{% endif %}
39
</div>
40
- {% set deps = site.data.github.libimobiledevice[repo.name].dependencies %}
+ {% set deps = site.data.github.libimobiledevice[repo.name].dependencies | map(i => i == 'limd_glue' ? 'libimobiledevice-glue' : i) %}
41
{% if deps | length %}
42
<div class="card-header border-top">
43
<small class="text-muted">Depends on:</small>
0 commit comments