about summary refs log tree commit diff
path: root/bundles/syncthing/metadata.py
blob: c2a3cc691ab78016a6307e085844e329206a2e72 (plain) (blame)
1
2
3
4
5
6
7
8
defaults = {
    "apk": {
        "packages": {
            "syncthing": {},
            "syncthing-openrc": {},
        },
    },
}