diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:38:51 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:38:51 +0100 |
commit | e0c6592c680edd47c7c03aeceafc29f0be9cb122 (patch) | |
tree | 3f7485412cfc12223c80ba30690bd9eca402a21a | |
parent | 155d26ac2fdfccf785f5aa1fd2eee6681600f3bd (diff) | |
download | guix-e0c6592c680edd47c7c03aeceafc29f0be9cb122.tar guix-e0c6592c680edd47c7c03aeceafc29f0be9cb122.tar.gz |
gnu: python-rstr: Update home page.
* gnu/packages/python-xyz.scm (python-rstr)[home-page]: Update URI.
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a312558376..38dd0654d9 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, |