Files
Anderson Torres 8e97cdd989 gnu: rcm: Move to (gnu packages configuration-management).
* gnu/packages/configuration-management.scm (rcm): Move to here...
* gnu/packages/rcm.scm (rcm): ...from here.  New deprecated variable.

Change-Id: I3c6c7b641e8e5335ba86e70c37ea484983c151ba
Merges: https://codeberg.org/guix/guix/pulls/9144
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
2026-06-11 13:52:06 +09:00

25 lines
1002 B
Scheme

;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2026 Anderson Torres <anderson.torres.8519@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages rcm)
#:use-module (guix deprecation))
;; Deprecated on 2026-06-07.
(define-deprecated/public-alias rcm
(@ (gnu packages configuration-management) rcm))