[PATCH] gnu: emacs-alsamixer-el: Update URLs.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Remco van 't Veer
Owner
unassigned
Submitted by
Remco van 't Veer
Severity
normal

Debbugs page

Remco van 't Veer wrote 2 months ago
(address . guix-patches@gnu.org)(name . Remco van 't Veer)(address . remco@remworks.net)
d8f21fca7d51bc1345c20bb2c42a94329a4387c6.1736699796.git.remco@remworks.net
* gnu/packages/emacs-xyz.scm (emacs-alsamixer-el): Update source and
homepage URL.

Change-Id: I0487711f5ba29678cb8ccbefd8fe2a07bdac4630
---
gnu/packages/emacs-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a73de8a9a5..707e7072c5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -151,6 +151,7 @@
;;; Copyright © 2024 aurtzy <aurtzy@gmail.com>
;;; Copyright © 2024 Olivier Rojon <o.rojon@posteo.net>
;;; Copyright © 2024 Divya Ranjan Pattanaik <divya@subvertising.org>
+;;; Copyright © 2025 Remco van 't Veer <remco@remworks.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -41093,13 +41094,13 @@ (define-public emacs-alsamixer-el
(method git-fetch)
(uri
(git-reference
- (url "https://github.com/remvee/alsamixer-el")
+ (url "https://codeberg.org/rwv/alsamixer-el.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0c40vycphv5nf374rp8pnzvi50vlmgab3wrdq92hyprjw76gwxhk"))))
(build-system emacs-build-system)
- (home-page "https://github.com/remvee/alsamixer-el")
+ (home-page "https://codeberg.org/rwv/alsamixer-el")
(synopsis "Emacs interface to amixer")
(description "@code{emacs-alsamixer-el} provides basic commands to control
audio volume via amixer.")

base-commit: 5d6c8767f67885bc9b2c8f18ab1f667d0065346b
--
2.47.1
Nicolas Goaziou wrote 2 months ago
(address . 75519-done@debbugs.gnu.org)(name . Remco van 't Veer)(address . remco@remworks.net)
875xm2bx4k.fsf@nicolasgoaziou.fr
Hello,

Toggle quote (3 lines)
> * gnu/packages/emacs-xyz.scm (emacs-alsamixer-el): Update source and
> homepage URL.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 75519@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75519
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help