s/strive/aim/g (#7824)

Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
This commit is contained in:
Mihai Maruseac 2025-08-20 00:39:42 -07:00 committed by GitHub
parent 35af957868
commit 4d5473250d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ There are cases where we will not notice a new release of a package
because of other upper bounds that are in place.
If a package is not updated in time, it may be temporarily removed
from Stackage by the curator team. We strive to notify you when this
from Stackage by the curator team. We aim to notify you when this
happens. If it does you are always welcome to file another pull
request to add it back.

View File

@ -24,7 +24,7 @@ We welcome all packages, provided:
* The package's tests and benchmark code SHOULD also build: if possible the testsuite SHOULD also pass.
* We recommend setting up CI, which ensures a package is not accidentally incomplete, etc.
* The package should stay compatible with the newest versions of its dependencies.
* The package author/maintainer strives to follow [MAINTAINERS.md](https://github.com/commercialhaskell/stackage/blob/master/MAINTAINERS.md).
* The package author/maintainer aims to follow [MAINTAINERS.md](https://github.com/commercialhaskell/stackage/blob/master/MAINTAINERS.md).
Full details on how to add and test a package can be found in the [here](https://github.com/commercialhaskell/stackage/blob/master/MAINTAINERS.md#adding-a-package).