diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-08 08:27:10 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-08 11:06:38 +0100 |
commit | a3ceca85081e39a76f49bf8045e627af5a72952d (patch) | |
tree | 74aa7a981ac8aa9385dd1204002e323685218d71 | |
parent | af72a3cd5505dd02292a68cd13cbe15fbab1b22c (diff) | |
download | guix-a3ceca85081e39a76f49bf8045e627af5a72952d.tar.gz guix-a3ceca85081e39a76f49bf8045e627af5a72952d.zip |
gnu: python-docusign-esign: Fix home-page.
Upstream recently fixed their URL redirects.
* gnu/packages/python-xyz.scm (python-docusign-esign)[home-page]:
Update redirected URL.
Change-Id: I2f0646ce7e20904d30dcb2b3b38503a8a63c7c04
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 80c966e200..4e79965c65 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -33041,10 +33041,10 @@ content models.") python-pyjwt python-cryptography python-nose)) + (home-page "https://developers.docusign.com/") (synopsis "DocuSign Python Client") (description "The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.") - (home-page "https://www.docusign.com/devcenter") (license license:expat))) (define-public python-xattr |