glv pushed a commit to branch master
in repository guix.

commit 2383144417eaf04e3065a81d4dc84a0b454566de
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Sat Jun 25 18:12:31 2022 +0200

    gnu: ppp: Update source url.
    
    * gnu/packages/samba.scm (ppp)[source]: Use new url.
---
 gnu/packages/samba.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 208dca94ca..b1402d20e2 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -462,7 +462,7 @@ key-value pair databases and a real LDAP database.")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/paulusmack/ppp";)
+                    (url "https://github.com/ppp-project/ppp";)
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256

Reply via email to