guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]