ngz pushed a commit to branch master
in repository guix.
commit e0c6592c680edd47c7c03aeceafc29f0be9cb122
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:38:51 2021 +0100
gnu: python-rstr: Update home page.
* gnu/packages/python-xyz.scm (python-rstr)[home-page]: Update URI.
---
gnu/packages/python-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a312558..38dd065 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3985,8 +3985,7 @@ for SSH and SFTP. It has the following main usages:
(base32
"197dw8mbq0pjjz1l6h1ksi62vgn7x55d373ch74y06744qiq5sjx"))))
(build-system python-build-system)
- (home-page
- "http://bitbucket.org/leapfrogdevelopment/rstr/overview")
+ (home-page "https://github.com/leapfrogonline/rstr")
(synopsis "Generate random strings in Python")
(description "This package provides a python module for generating
random strings of various types. It could be useful for fuzz testing,