etc: Add a telephony team.
* etc/teams.scm.in (telephony): New variable.
('Maxim Cournoyer'): Add to telephony team.
			
			
This commit is contained in:
		
							parent
							
								
									9dfda9e1a0
								
							
						
					
					
						commit
						996e006644
					
				
					 1 changed files with 15 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -142,6 +142,20 @@ and the r-build-system."
 | 
			
		|||
                      "guix/scripts/import/cran.scm"
 | 
			
		||||
                      "tests/cran.scm")))
 | 
			
		||||
 | 
			
		||||
(define-team telephony
 | 
			
		||||
  (team 'telephony
 | 
			
		||||
        #:name "Telephony team"
 | 
			
		||||
        #:description
 | 
			
		||||
        "Telephony packages and services such as Jami, Linphone, etc."
 | 
			
		||||
        #:scope (list "gnu/build/jami-service.scm"
 | 
			
		||||
                      "gnu/packages/jami.scm"
 | 
			
		||||
                      "gnu/packages/linphone.scm"
 | 
			
		||||
                      "gnu/packages/telephony.scm"
 | 
			
		||||
                      "gnu/services/telephony.scm"
 | 
			
		||||
                      "gnu/tests/data/jami-dummy-account.dat"
 | 
			
		||||
                      "gnu/tests/telephony.scm"
 | 
			
		||||
                      "tests/services/telephony.scm")))
 | 
			
		||||
 | 
			
		||||
(define-team tex
 | 
			
		||||
  (team 'tex
 | 
			
		||||
        #:name "TeX team"
 | 
			
		||||
| 
						 | 
				
			
			@ -587,7 +601,7 @@ GLib/GIO, GTK, GStreamer and Webkit."
 | 
			
		|||
 | 
			
		||||
(define-member (person "Maxim Cournoyer"
 | 
			
		||||
                       "maxim.cournoyer@gmail.com")
 | 
			
		||||
  gnome)
 | 
			
		||||
  gnome telephony)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
(define (find-team name)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue