This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ce66fb23c3 teams: hare: Fix typo in hare manifest.
ce66fb23c3 is described below
commit ce66fb23c3d6f69b822295cf4a1ef521eb24b3eb
Author: jgart <[email protected]>
AuthorDate: Mon Dec 8 15:02:41 2025 -0600
teams: hare: Fix typo in hare manifest.
* etc/teams/hare/hare-manifest.scm: Fix typo in hare manifest.
Change-Id: Ie9512e7d6d724634c6163acfce7db5a2208f9ace
---
etc/teams/hare/hare-manifest.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/teams/hare/hare-manifest.scm b/etc/teams/hare/hare-manifest.scm
index b961262151..c92dd2f89c 100644
--- a/etc/teams/hare/hare-manifest.scm
+++ b/etc/teams/hare/hare-manifest.scm
@@ -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))