diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-17 19:33:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-17 21:56:57 +0100 |
commit | 3fc0b54eec9e03607a0d4403148ccc8736f04ac8 (patch) | |
tree | 20accf978184c4777532cf9f14cf8651e84bc93c /gnu/packages | |
parent | 72d9a144357912973b4d49f588a87b74e00d465a (diff) |
gnu: yapet: Update home page.
* gnu/packages/password-utils.scm (yapet)[home-page]: Update.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/password-utils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 1e93e5d9ad..06214297f7 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -319,7 +319,7 @@ dependencies, it is suited for installing on desktop and server systems alike. The text based user interface allows you to run YAPET easily in a Secure Shell session. Two companion utilities enable users to convert CSV files to YAPET and vice versa.") - (home-page "http://www.guengel.ch/myapps/yapet/") + (home-page "https://yapet.guengel.ch/") (license license:gpl3+))) (define-public cracklib |