From ed21dd9f8455ae1cb4598b50fcb1cfab36169d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 3 Oct 2024 09:36:54 +0200 Subject: =?UTF-8?q?locate:=20Move=20to=20=E2=80=98main=E2=80=99=20category?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- guix/scripts/locate.scm | 4 ++-- 1 file 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 +;;; Copyright © 2022-2024 Ludovic Courtès ;;; Copyright © 2023 Antoine R. Dumont ;;; ;;; 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 -- cgit v1.2.3