From d69938796d2f794095e4257232a1b14004acb007 Mon Sep 17 00:00:00 2001 From: Remco van 't Veer Date: Sun, 12 Jan 2025 17:36:36 +0100 Subject: [PATCH] gnu: emacs-alsamixer-el: Update URLs. * gnu/packages/emacs-xyz.scm (emacs-alsamixer-el): Update source and homepage URL. Change-Id: I0487711f5ba29678cb8ccbefd8fe2a07bdac4630 Signed-off-by: Nicolas Goaziou --- gnu/packages/emacs-xyz.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8e2e073e680bfbe6ca0a9c0109b770000f2f6626..5b38fb0f22d83d794e5796d206fe82fceaa89b10 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -151,6 +151,7 @@ ;;; Copyright © 2024 aurtzy ;;; Copyright © 2024 Olivier Rojon ;;; Copyright © 2024 Divya Ranjan Pattanaik +;;; Copyright © 2025 Remco van 't Veer ;;; ;;; This file is part of GNU Guix. ;;; @@ -41361,13 +41362,13 @@ with the ed editor.") (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.")