Skip to content

Commit 740d799

Browse files
authored
Change "private registries" to "other registries"
1 parent 63b6fce commit 740d799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoMerge/guidelines.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ const guideline_version_has_osi_license = Guideline(;
593593
"located in the top-level directory of the package code, ",
594594
"e.g. in a file named `LICENSE` or `LICENSE.md`. ",
595595
"This check is required for the General registry. ",
596-
"For private registries, registry maintainers have the option to disable this check.",
596+
"For other registries, registry maintainers have the option to disable this check.",
597597
),
598598
check = data -> meets_version_has_osi_license(
599599
data.pkg;

0 commit comments

Comments
 (0)