teams: hare: Fix typo in hare manifest.

* etc/teams/hare/hare-manifest.scm: Fix typo in hare manifest.

Change-Id: Ie9512e7d6d724634c6163acfce7db5a2208f9ace
This commit is contained in:
jgart 2025-12-08 15:02:41 -06:00
parent 1fe9ef4cfc
commit ce66fb23c3
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -27,7 +27,7 @@
(map package->manifest-entry
(fold-packages
(lambda (package lst)
(if (or (eq? 'zig (build-system-name (package-build-system package)))
(if (or (eq? 'hare (build-system-name (package-build-system package)))
(string=? "hare" (package-name package)))
(cons package lst)
lst))