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
This commit is contained in:
Sharlatan Hellseher 2025-05-08 08:27:10 +01:00
parent af72a3cd55
commit a3ceca8508
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -33041,10 +33041,10 @@ content models.")
python-pyjwt python-pyjwt
python-cryptography python-cryptography
python-nose)) python-nose))
(home-page "https://developers.docusign.com/")
(synopsis "DocuSign Python Client") (synopsis "DocuSign Python Client")
(description "The Official DocuSign Python Client Library used to interact (description "The Official DocuSign Python Client Library used to interact
with the eSign REST API. Send, sign, and approve documents using this client.") with the eSign REST API. Send, sign, and approve documents using this client.")
(home-page "https://www.docusign.com/devcenter")
(license license:expat))) (license license:expat)))
(define-public python-xattr (define-public python-xattr