[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: emacs-php-mode: Update URL.
From: |
guix-commits |
Subject: |
04/07: gnu: emacs-php-mode: Update URL. |
Date: |
Mon, 11 Sep 2023 17:56:41 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 1cca04d7cff75fc1fe8913b23096109a17d43a97
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Sep 11 23:35:28 2023 +0200
gnu: emacs-php-mode: Update URL.
* gnu/packages/emacs-xyz.scm (emacs-php-mode)[source, home-page]: Update
URL and factorize it.
Co-authored-by: Piotr Kwiecinski <piokwiecinski@gmail.com>
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4a4aa85dbc..a380abc4ed 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18304,11 +18304,12 @@ in Emacs.")
(package
(name "emacs-php-mode")
(version "1.25.0")
+ (home-page "https://github.com/emacs-php/php-mode")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/ejmr/php-mode")
+ (url home-page)
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
@@ -18331,7 +18332,6 @@ in Emacs.")
(lambda _
(chdir "lisp"))))))
(propagated-inputs (list emacs-projectile))
- (home-page "https://github.com/ejmr/php-mode")
(synopsis "Major mode for editing PHP code")
(description
"PHP mode is a major mode for editing PHP source code. It's an extension
- branch master updated (ab971e9c19 -> 5ff9afb5fd), guix-commits, 2023/09/11
- 01/07: gnu: yelp: Provide dependencies to display "man:" URIs., guix-commits, 2023/09/11
- 05/07: gnu: Add mini., guix-commits, 2023/09/11
- 03/07: gnu: Add emacs-notmuch-indicator., guix-commits, 2023/09/11
- 04/07: gnu: emacs-php-mode: Update URL.,
guix-commits <=
- 02/07: gnu: Add emacs-yeetube., guix-commits, 2023/09/11
- 06/07: gnu: Add picket., guix-commits, 2023/09/11
- 07/07: gnu: emacs-mastodon: Update to 1.0.0-1.20dec88., guix-commits, 2023/09/11