diff mbox series

[bug#66784,3/4] doc: contributing: Replace reference to dunst.scm.

Message ID 3f5d2f23d21944712b4c688ce6581e63a8904bce.1699127223.git.jaeme@runbox.com
State New
Headers show
Series Update dunst | expand

Commit Message

Jaeme Sifat Nov. 4, 2023, 7:55 p.m. UTC
The contributing documentation makes a reference to dunst.scm as an example of
the build process failing after an update. This patch replaces that reference
with a much more permanent linux.scm.

* doc/contributing.texi: Replace reference to dunst.scm.

Change-Id: I89a4157eb253e25979bc35d6d3b12201a0d19951
---
 doc/contributing.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/doc/contributing.texi b/doc/contributing.texi
index 30876447d4..f18dc0a513 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -190,7 +190,7 @@  Building from Git
 similar to the following example:
 
 @example
-error: failed to load 'gnu/packages/dunst.scm':
+error: failed to load 'gnu/packages/linux.scm':
 ice-9/eval.scm:293:34: In procedure abi-check: #<record-type <origin>>: record ABI mismatch; recompilation needed
 @end example