Use upstream lkrg in the module template

This commit is contained in:
Denis Efremov
2022-02-16 23:35:06 +03:00
committed by Mikhail Klementev
父節點 603a2c98bd
當前提交 05ae073fe6

2
gen.go
查看文件

@ -23,7 +23,7 @@ func genConfig(at config.ArtifactType) (err error) {
ReleaseMask: ".*",
})
a.Preload = append(a.Preload, config.PreloadModule{
Repo: "Repo name (e.g. https://github.com/jollheef/lkrg)",
Repo: "Repo name (e.g. https://github.com/openwall/lkrg)",
})
buf, err := toml.Marshal(&a)