mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: acct: Update home page URI.
* gnu/packages/acct.scm (acct)[home-page]: Update URI.
This commit is contained in:
parent
7593e5d0f8
commit
c8b10f9b3c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue