[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guile-emacs: Update home-page.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guile-emacs: Update home-page. |
Date: |
Sun, 08 Dec 2024 14:31:21 -0500 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4e8710b280 gnu: guile-emacs: Update home-page.
4e8710b280 is described below
commit 4e8710b280cd24ac0c401a668e775e4b1f9d823c
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Dec 8 20:28:56 2024 +0100
gnu: guile-emacs: Update home-page.
* gnu/packages/emacs.scm (guile-emacs)[home-page]: New field.
Change-Id: Icd092c0d1762f2a5853e2e77d21f50d47fcf8a41
---
gnu/packages/emacs.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 8140f61882..f0638a2947 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -649,6 +649,7 @@ editor (with wide ints)" )
(native-inputs
(modify-inputs (package-native-inputs emacs)
(prepend autoconf automake guile-for-guile-emacs)))
+ (home-page "https://guile-emacs.org")
(arguments
(substitute-keyword-arguments `(;; Tests aren't passing for now.
#:tests? #f
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guile-emacs: Update home-page.,
guix-commits <=