civodul pushed a commit to branch master
in repository guix.
commit ed21dd9f8455ae1cb4598b50fcb1cfab36169d2d
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Oct 3 09:36:54 2024 +0200
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
---
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 <[email protected]>
+;;; Copyright © 2022-2024 Ludovic Courtès <[email protected]>
;;; Copyright © 2023 Antoine R. Dumont <[email protected]>
;;;
;;; 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