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 68a1a48243 README: Escape IPA notation.
68a1a48243 is described below

commit 68a1a4824373fec6ca961f5bf7e775e7640791eb
Author: Noé Lopez <noelo...@free.fr>
AuthorDate: Tue Jul 22 18:01:16 2025 +0200

    README: Escape IPA notation.
    
    The slashes being part of the IPA notation, they are here interpreted as
    italic in org format. As suggested in info '(org) Escape Character', a
    zero-width space is added to prevent italic format.
    
    * README: Add zero width space to prevent italic formatting.
    
    Change-Id: Iee5f651076ce15aeea3f3b05da761faae4f2c699
    Signed-off-by: Andreas Enge <andr...@enge.fr>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 5c0e0e20f5..f4cf27060d 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 -*- mode: org -*-
 
-[[https://www.gnu.org/software/guix/][GNU Guix]] (IPA: /ɡiːks/) is a purely 
functional package manager, and
+[[https://www.gnu.org/software/guix/][GNU Guix]] (IPA: /​ɡiːks/) is a purely 
functional package manager, and
 associated free software distribution, for the 
[[https://www.gnu.org/gnu/gnu.html][GNU system]].  In addition
 to standard package management features, Guix supports transactional
 upgrades and roll-backs, unprivileged package management, per-user

Reply via email to