diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:03 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:03 -0500 |
commit | ae68e9aff8a00fbb02952bf419d527ad10c281fe (patch) | |
tree | 3f24a8ae22ff311dac795bdc30e02926210b37fc /messaging.scm | |
parent | 050266ed4f134682b391ccaf4572297e89333f18 (diff) | |
download | guix-techchud-ae68e9aff8a00fbb02952bf419d527ad10c281fe.tar.gz guix-techchud-ae68e9aff8a00fbb02952bf419d527ad10c281fe.tar.bz2 guix-techchud-ae68e9aff8a00fbb02952bf419d527ad10c281fe.zip |
rename purple-matrix to matrix-purple
Diffstat (limited to 'messaging.scm')
-rw-r--r-- | messaging.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/messaging.scm b/messaging.scm index ea1bc5d..8e23e3c 100644 --- a/messaging.scm +++ b/messaging.scm @@ -259,24 +259,24 @@ "A libpurple/Pidgin plugin for Discord") (license license:gpl3)))) -(define-public purple-matrix +(define-public matrix-purple (let ((commit "442003b9f16c4c4222ed36f871fcd018551fdc3f") (revision "0")) (package - (name "purple-matrix") + (name "matrix-purple") (version (git-version "1.0" revision commit)) - (home-page "https://github.com/EionRobb/purple-matrix/") + (home-page "https://github.com/EionRobb/matrix-purple/") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/EionRobb/purple-matrix") + (url "https://github.com/EionRobb/matrix-purple") (commit commit))) (file-name (git-file-name name version)) (sha256 (base32 "0b0gfvn9d82ynmnzq5vw28yrnp22qsmyp4lfaja6qr25aqdy943m")) (patches - (search-patches "aux-files/purple-matrix/fix-g_memdup.patch")) + (search-patches "aux-files/matrix-purple/fix-g_memdup.patch")) )) (build-system gnu-build-system) (arguments |