diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-19 17:16:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-19 17:50:43 +0200 |
commit | 1f6dd7e9c2b1feb6339ed4eb8070e905a3afe9a6 (patch) | |
tree | f4cefb7299c91ad601e256551857db81399ab21e /gnu/packages | |
parent | bb3dc8025a7c98e95aa8a13537fb89ad3944685b (diff) |
gnu: shadow: Update home page.
* gnu/packages/admin.scm (shadow)[home-page]: Update to new project home.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 6b4d657657..c6ed4c6d4a 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -482,7 +482,7 @@ hostname.") "-linux") `(("linux-pam" ,linux-pam)) '())) - (home-page "http://pkg-shadow.alioth.debian.org/") + (home-page "https://github.com/shadow-maint/shadow") (synopsis "Authentication-related tools such as passwd, su, and login") (description "Shadow provides a number of authentication-related tools, including: |