summaryrefslogtreecommitdiff
path: root/pkg/config/lib/bzr/bzr.star
blob: 2376f18c3e0f43112aa259044d279896169717c5 (plain)
1
2
3
4
5
6
7
8
# Utilities to index Go modules hosted on Bazaar repositories.

_BAZAAR = "bzr"

bzr = make_module(
    "bzr",
    BAZAR = _BAZAAR,
)