mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
* gnu/packages/gnome-circle.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * etc/teams.scm (gnome): Add it to gnome team. * CODEOWNERS: Add it. * po/packages/POTFILES.in: Add it. Change-Id: I26eb22689d894eccad031db7e494c937dd45bffc Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
26 lines
962 B
Scheme
26 lines
962 B
Scheme
;;; GNU Guix --- Functional package management for GNU
|
|
;;; Copyright © 2025 Noé Lopez <noelopez@free.fr>
|
|
;;;
|
|
;;; 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/>.
|
|
|
|
;;; Comment:
|
|
|
|
;;; This module is for packages that are part of GNOME Circle
|
|
;;; <https://circle.gnome.org/>.
|
|
|
|
;;; Code:
|
|
|
|
(define-module (gnu packages gnome-circle))
|