mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
teams: Add Xfce and LXQt teams.
* etc/teams.scm.in (xfce, lxqt): New teams.
This commit is contained in:
parent
5312d798ac
commit
aef9b68ea4
1 changed files with 12 additions and 0 deletions
|
@ -436,6 +436,18 @@ (define-team reproduciblebuilds
|
||||||
"Reproducible Builds tooling and issues that affect any guix packages."
|
"Reproducible Builds tooling and issues that affect any guix packages."
|
||||||
#:scope (list "gnu/packages/diffoscope.scm")))
|
#:scope (list "gnu/packages/diffoscope.scm")))
|
||||||
|
|
||||||
|
(define-team xfce
|
||||||
|
(team 'xfce
|
||||||
|
#:name "Xfce team"
|
||||||
|
#:description "Xfce desktop environment."
|
||||||
|
#:scope (list "gnu/packages/xfce.scm")))
|
||||||
|
|
||||||
|
(define-team lxqt
|
||||||
|
(team 'lxqt
|
||||||
|
#:name "LXQt team"
|
||||||
|
#:description "LXQt desktop environment."
|
||||||
|
#:scope (list "gnu/packages/lxqt.scm")))
|
||||||
|
|
||||||
|
|
||||||
(define-member (person "Eric Bavier"
|
(define-member (person "Eric Bavier"
|
||||||
"bavier@posteo.net")
|
"bavier@posteo.net")
|
||||||
|
|
Loading…
Reference in a new issue