diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2022-06-25 18:12:31 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-06-25 18:12:31 +0200 |
commit | 2383144417eaf04e3065a81d4dc84a0b454566de (patch) | |
tree | edb9de950c3bbfb8a7542d2d257b29e6a41e5396 /gnu | |
parent | aae46e30d953dd24a5e04ffa5a397c70ef42b945 (diff) | |
download | guix-2383144417eaf04e3065a81d4dc84a0b454566de.tar guix-2383144417eaf04e3065a81d4dc84a0b454566de.tar.gz |
gnu: ppp: Update source url.
* gnu/packages/samba.scm (ppp)[source]: Use new url.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/samba.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |