mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
locate: Move to ‘main’ category.
That way ‘locate’ is listed in the same category as ‘search’, ‘install’, etc., which is more consistent. * guix/scripts/locate.scm (guix-locate): Move to ‘main’ category. Change-Id: I7f86f1124fedc2c7a9166fe191036530c382bfaf
This commit is contained in:
parent
5f71a9872e
commit
ed21dd9f84
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2022, 2023 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2022-2024 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2023 Antoine R. Dumont <antoine.romain.dumont@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
|
@ -600,7 +600,7 @@ (define %default-options
|
|||
;;;
|
||||
|
||||
(define-command (guix-locate . args)
|
||||
(category packaging)
|
||||
(category main)
|
||||
(synopsis "search for packages providing a given file")
|
||||
|
||||
(define age-update-threshold
|
||||
|
|
Loading…
Reference in a new issue