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

_MERCURIAL = "hg"

hg = make_module(
    "hg",
    MERCURIAL = _MERCURIAL,
)