aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-10-03 07:36:54 +0000
committerLudovic Courtès <ludo@gnu.org>2024-10-04 15:23:12 +0000
commited21dd9f8455ae1cb4598b50fcb1cfab36169d2d (patch)
treed4fb766d55d681e5f08f52bc4a1b980bbb4e0b6c
parent5f71a9872e81f8c549657f97cba04d5c3928afbc (diff)
downloadguix-ed21dd9f8455ae1cb4598b50fcb1cfab36169d2d.tar
guix-ed21dd9f8455ae1cb4598b50fcb1cfab36169d2d.tar.gz
guix-ed21dd9f8455ae1cb4598b50fcb1cfab36169d2d.tar.bz2
guix-ed21dd9f8455ae1cb4598b50fcb1cfab36169d2d.tar.lz
guix-ed21dd9f8455ae1cb4598b50fcb1cfab36169d2d.tar.xz
guix-ed21dd9f8455ae1cb4598b50fcb1cfab36169d2d.tar.zst
guix-ed21dd9f8455ae1cb4598b50fcb1cfab36169d2d.zip
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
-rw-r--r--guix/scripts/locate.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/scripts/locate.scm b/guix/scripts/locate.scm
index 963ff2bf57..f8ee875c7c 100644
--- a/guix/scripts/locate.scm
+++ b/guix/scripts/locate.scm
@@ -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 @@ Locate FILE and return the list of packages that contain it.\n"))
;;;
(define-command (guix-locate . args)
- (category packaging)
+ (category main)
(synopsis "search for packages providing a given file")
(define age-update-threshold