diff --git a/gen.go b/gen.go index c774155..0e23cde 100644 --- a/gen.go +++ b/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)