guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b24412a9c72937b28cae2fab41c3803d95d3aa70
Author: Acid Bong <[email protected]>
AuthorDate: Fri Feb 6 09:09:35 2026 +0000
gnu: keychain: Update source and homepage URLs.
Update source and homepage URLs, following the project's transfer from
Funtoo to Daniel Robbins.
Merges guix/guix!6173
* gnu/packages/crypto.scm (keychain)[source]: Update url.
[home-page]: Likewise.
Change-Id: I69248b6a8d487271a2dffa58511dbf956eb5d8ff
Modified-by: Cayetano Santos <[email protected]>
Signed-off-by: Cayetano Santos <[email protected]>
---
gnu/packages/crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 03f654b229..39dfaa8f30 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1743,7 +1743,7 @@ SunMD5, sha1crypt, NT, bsdicrypt, bigcrypt, and
descrypt.")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/funtoo/keychain")
+ (url "https://github.com/danielrobbins/keychain")
(commit version)))
(file-name (git-file-name name version))
(sha256
@@ -1775,7 +1775,7 @@ with various operating systems (including GNU/Linux and
HURD) and
shells (like bourne-compatible, csh-compatible and fish shells). By
default Keychain will only start ssh-agent, but it can also be
configured to start gpg-agent.")
- (home-page "https://www.funtoo.org/Keychain")
+ (home-page "https://github.com/danielrobbins/keychain")
(license license:gpl2)))
(define-public libdigidocpp