civodul pushed a commit to branch master
in repository guix.

commit 5a6acda4fb79dc439cc6dba69f11e6846e2450cc
Author: Antero Mejr <[email protected]>
AuthorDate: Thu Apr 27 15:07:49 2023 +0000

    teams: Correct chemistry.scm typo.
    
    * etc/teams.scm.in (science): Change chemestry.scm to chemistry.scm.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 etc/teams.scm.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index c68b995859..38d82eac1a 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -208,7 +208,7 @@ packages (e.g. Astronomy, Chemistry, Math, Physics etc.)"
         #:scope (list "gnu/packages/algebra.scm"
                       "gnu/packages/astronomy.scm"
                       "gnu/packages/geo.scm"
-                      "gnu/packages/chemestry.scm"
+                      "gnu/packages/chemistry.scm"
                       "gnu/packages/maths.scm")))
 
 (define-team emacs

Reply via email to