zaphyra's git: haumea

fork of https://github.com/nix-community/haumea

commit 575559ccea0b5c42474792d702e205d339d75f6b
parent 3c32cd3cedc297bee95560f47d49843e92d21a02
Author: Markus Wamser <wamserma@users.noreply.github.com>
Date: Tue, 9 May 2023 23:30:02 +0200

dics: fix grammar in CONTRIBUTING.md

two small grammar fixes
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
@@ -17,13 +17,13 @@ This doesn't apply to bug fixes.
 
 Haumea only depends on [nixpkgs.lib](https://github.com/nix-community/nixpkgs.lib).
 Features that depend on the rest of [nixpkgs] should not be added.
-However, changes that are specific to, but doesn't depend on [nixpkgs] are allowed.
+However, changes that are specific to, but don't depend on [nixpkgs] are allowed.
 
 ## Style
 
 - Format all Nix files with [nixpkgs-fmt](https://github.com/nix-community/nixpkgs-fmt).
 - `with` should be avoided unless absolutely necessary,
   `let inherit` is preferred at almost all times.
-- `rec` attribute sets should be avoid at most times, use `self` or `let-in` instead.
+- `rec` attribute sets should be avoided at most times, use `self` or `let-in` instead.
 
 [nixpkgs]: https://github.com/nixos/nixpkgs