1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-19 05:00:04 +02:00

Update to handle new package format.

This commit is contained in:
Henrik Hautakoski 2022-09-05 18:17:02 +02:00
parent e5c05d739f
commit 5991690910
4 changed files with 25 additions and 33 deletions

View file

@ -3,7 +3,7 @@ layout: default
---
{% assign id = page.slug %}
{% assign dists = site.packages | where: 'Repo', id | group_by: 'Archive' %}
{% assign dists = site.packages | where: 'repo', id | group_by: 'distribution' %}
<h2>{{ page.title }} repository</h2>