gnu: acct: Update home page URI.
* gnu/packages/acct.scm (acct)[home-page]: Update URI.master
parent
7593e5d0f8
commit
c8b10f9b3c
|
@ -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 @@
|
||||||
(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
|
||||||
|
|
Reference in New Issue