gnu: magic-wormhole-mailbox-server: Fix indentation.
* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server): Fix indentation. [description]: Start with a new line and adjust indentation. Change-Id: I0a246de5dfdf5823b1b794728113207b6ca46ccc
This commit is contained in:
		
							parent
							
								
									8444c7b0dc
								
							
						
					
					
						commit
						b877fead3b
					
				
					 1 changed files with 10 additions and 9 deletions
				
			
		| 
						 | 
					@ -54,8 +54,9 @@
 | 
				
			||||||
           python-twisted))
 | 
					           python-twisted))
 | 
				
			||||||
    (home-page "https://github.com/warner/magic-wormhole-mailbox-server")
 | 
					    (home-page "https://github.com/warner/magic-wormhole-mailbox-server")
 | 
				
			||||||
    (synopsis "Magic-Wormhole central mailbox server")
 | 
					    (synopsis "Magic-Wormhole central mailbox server")
 | 
				
			||||||
    (description "This package provides the main server that Magic-Wormhole
 | 
					    (description
 | 
				
			||||||
clients connect to.  The server performs store-and-forward delivery for small
 | 
					     "This package provides the main server that Magic-Wormhole clients
 | 
				
			||||||
 | 
					connect to.  The server performs store-and-forward delivery for small
 | 
				
			||||||
key-exchange and control messages.  Bulk data is sent over a direct TCP
 | 
					key-exchange and control messages.  Bulk data is sent over a direct TCP
 | 
				
			||||||
connection, or through a transit-relay.")
 | 
					connection, or through a transit-relay.")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue