gnu: parcimonie: Update source and home-page.
* gnu/packages/gnupg.scm (parcimonie)[source]: Update to new url. [home-page]: Same.
This commit is contained in:
parent
f388f4a568
commit
9062fde4c6
|
@ -940,8 +940,8 @@ files, to verify signatures, and to manage the private and public keys.")
|
||||||
(version "0.10.3")
|
(version "0.10.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://gaffer.ptitcanardnoir.org/"
|
(uri (string-append "https://gaffer.boum.org/intrigeri/files/"
|
||||||
"intrigeri/files/parcimonie/App-Parcimonie-"
|
"parcimonie/App-Parcimonie-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -1011,7 +1011,7 @@ files, to verify signatures, and to manage the private and public keys.")
|
||||||
`("PERL5LIB" ":"
|
`("PERL5LIB" ":"
|
||||||
prefix (,(string-append perllib ":" (getenv "PERL5LIB")))))
|
prefix (,(string-append perllib ":" (getenv "PERL5LIB")))))
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "https://gaffer.ptitcanardnoir.org/intrigeri/code/parcimonie/")
|
(home-page "https://gaffer.boum.org/intrigeri/code/parcimonie/")
|
||||||
(synopsis "Incrementally refreshes a GnuPG keyring")
|
(synopsis "Incrementally refreshes a GnuPG keyring")
|
||||||
(description "Parcimonie incrementaly refreshes a GnuPG keyring in a way
|
(description "Parcimonie incrementaly refreshes a GnuPG keyring in a way
|
||||||
that makes it hard to correlate the keyring content to an individual, and
|
that makes it hard to correlate the keyring content to an individual, and
|
||||||
|
|
Loading…
Reference in New Issue