this repo has no description

Fix grammar of fields 'archival' -> 'archiving'

We have been using 'archival' as verb (or perhaps an abstract noun), in
the new `x-` fields. But it is only an adjective:
https://www.chicagomanualofstyle.org/qanda/data/faq/topics/Usage/faq0017.html

I don't tend to be a prescriptivist, but might as well conform to
"proper" usage while we still can, before the policy has gone into place
:)

Changed files
+4 -4
governance
policies
+4 -4
governance/policies/archiving.md
···
- A PR will be made to add the archived versions to the archive repo.
- The opam file of each version will be extended as follows:
- Any dependencies without upper bounds will have upper bounds added, recording the latest available version of the dependency in the primary repo at the time of archiving.
-
- The field `x-reason-for-archival` will be added.
-
- The field `x-opam-repository-commit-hash-at-time-of-archival` will be added.
+
- The field `x-reason-for-archiving` will be added.
+
- The field `x-opam-repository-commit-hash-at-time-of-archiving` will be added.
- A PR will be made to remove the versions from the primary repo:
- The removal PR should link to the corresponding archiving PR.
- 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.
···
### Specification of the `x-` fields used in the archiving process
-
- `x-reason-for-archival`:
+
- `x-reason-for-archiving`:
- Allowed values: a list of containing one more of the following strings
`ocaml-version`, `source-unavailable`, `maintenance-intent`, or
`uninstallable`.
···
4. `uninstallable`: The package version is not installable on any
of the supported platforms.
- Example: `["ocaml-version", "source-unavailable"]`
-
- `x-opam-repository-commit-hash-at-time-of-archival`:
+
- `x-opam-repository-commit-hash-at-time-of-archiving`:
- Allowed values: a string
- Meaning: Records the commit hash of the primary repo at the time a package version is archived.
- Example: `"ca32ab3b976aa7abc00c7605548f78a30980d35b"`