We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b6fce commit 740d799Copy full SHA for 740d799
src/AutoMerge/guidelines.jl
@@ -593,7 +593,7 @@ const guideline_version_has_osi_license = Guideline(;
593
"located in the top-level directory of the package code, ",
594
"e.g. in a file named `LICENSE` or `LICENSE.md`. ",
595
"This check is required for the General registry. ",
596
- "For private registries, registry maintainers have the option to disable this check.",
+ "For other registries, registry maintainers have the option to disable this check.",
597
),
598
check = data -> meets_version_has_osi_license(
599
data.pkg;
0 commit comments