emacs: adjust URL to comment in Emacs’ NEWS file

By using a tag instead of a branch we protect ourselves against
code/docs reorganization upstream.

Co-authored-by: Anderson Torres <anderson.torres.8519@gmail.com>
This commit is contained in:
pancho horrillo
2025-10-09 10:41:16 +02:00
co-authored by Anderson Torres
parent f16815c768
commit 0271b366b7
@@ -79,7 +79,7 @@
withGTK3 ? withPgtk && !noGui,
withGlibNetworking ? withPgtk || withGTK3 || (withX && withXwidgets),
withGpm ? stdenv.hostPlatform.isLinux,
# https://github.com/emacs-mirror/emacs/blob/master/etc/NEWS.27#L140-L142
# https://github.com/emacs-mirror/emacs/blob/emacs-27.2/etc/NEWS#L118-L120
withImageMagick ? false,
# Emacs 30+ has native JSON support
withJansson ? lib.versionOlder version "30",