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

_HG = "hg"

hg = make_module(
    "hg",
    HG = _HG,
)