From 462e8d2715436f9a65c7100f44498d83802f23dd Mon Sep 17 00:00:00 2001 From: Nicolas Paul Date: Wed, 31 May 2023 15:26:09 +0200 Subject: Make VCS names more explicit Signed-off-by: Nicolas Paul --- pkg/config/lib/hg/hg.star | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/config/lib/hg/hg.star') diff --git a/pkg/config/lib/hg/hg.star b/pkg/config/lib/hg/hg.star index dad8fdd..524578a 100644 --- a/pkg/config/lib/hg/hg.star +++ b/pkg/config/lib/hg/hg.star @@ -1,8 +1,8 @@ # Utilities to index Go modules hosted on Mercurial repositories. -_HG = "hg" +_MERCURIAL = "hg" hg = make_module( "hg", - HG = _HG, + MERCURIAL = _MERCURIAL, ) -- cgit v1.2.3