Skip to content

Commit e020cc3

Browse files
authored
Merge pull request #28546 from eponier/fix-typos-archiving
archiving.md: fix typos
2 parents 151ffce + 1d8d129 commit e020cc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

governance/policies/archiving.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ At regular intervals, no less than every six months, the opam repo maintainers w
4343
- If the package version falls outside the package's maintenance intent, it will be archived.
4444
- The package version's maintainers will be notified of the intent to archive.
4545
- Maintainers will have two weeks to fix the version so that it satisfies the criteria or approve of the archiving.
46-
- If two passes without hearing from the maintainers, the package will be marked as unmaintained and a call for a new maintainer will be submitted to the community via [discuss.ocaml.org under the opam-repository topic](https://discuss.ocaml.org/tag/opam-repository).
46+
- If two weeks pass without hearing from the maintainers, the package will be marked as unmaintained and a call for a new maintainer will be submitted to the community via [discuss.ocaml.org under the opam-repository topic](https://discuss.ocaml.org/tag/opam-repository).
4747
- If a new maintainer steps forward, they will have 1 week to fix the package version.
4848
- Otherwise, the package will be archived.
4949

@@ -60,13 +60,13 @@ When it has been decided that a set of package versions (aka "versions") should
6060
- A PR will be made to remove the versions from the primary repo:
6161
- The removal PR should link to the corresponding archiving PR.
6262
- The commit message should have the title `Archive packages` and its body should contain the hash of the commit that adds the packages to the archive.
63-
- A announcement will be made on discuss.ocaml.org
63+
- An announcement will be made on discuss.ocaml.org
6464
- After waiting 1 week for feedback, the PRs will be merged.
6565

6666
### Specification of the `x-` fields used in the archiving process
6767

6868
- `x-reason-for-archiving`:
69-
- Allowed values: a list of containing one more of the following strings
69+
- Allowed values: a list containing one or more of the following strings
7070
`ocaml-version`, `source-unavailable`, `maintenance-intent`, or
7171
`uninstallable`.
7272
- Meaning: Records the unmet [primary repo criteria](#inclusion-criteria)

0 commit comments

Comments
 (0)