gnu: acct: Update home page URI.

* gnu/packages/acct.scm (acct)[home-page]: Update URI.
This commit is contained in:
Björn Höfling 2020-02-28 21:20:38 +01:00
parent 7593e5d0f8
commit c8b10f9b3c
No known key found for this signature in database
GPG key ID: BF286CB6593E5FFD

View file

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org> ;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
;;; Copyright © 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -35,7 +36,7 @@ (define-public acct
(base32 (base32
"0gv6m8giazshvgpvwbng98chpas09myyfw1zr2y7hqxib0mvy5ac")))) "0gv6m8giazshvgpvwbng98chpas09myyfw1zr2y7hqxib0mvy5ac"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://gnu.org/software/acct/") (home-page "https://www.gnu.org/software/acct/")
(synopsis "Standard login and process accounting utilities") (synopsis "Standard login and process accounting utilities")
(description (description
"GNU acct provides a means for system administrators to determine "GNU acct provides a means for system administrators to determine