gnu: rust-serde-bytes: Fix typo in synopsis.
* gnu/packages/crates-io.scm (rust-serde-bytes)[synopsis]: Remove ‘of’.
This commit is contained in:
		
							parent
							
								
									449bac5b4d
								
							
						
					
					
						commit
						33678aee91
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -20399,8 +20399,7 @@ proven statistical guarantees.")
 | 
				
			||||||
        ("rust-serde-derive" ,rust-serde-derive-1.0)
 | 
					        ("rust-serde-derive" ,rust-serde-derive-1.0)
 | 
				
			||||||
        ("rust-serde-test" ,rust-serde-test-1.0))))
 | 
					        ("rust-serde-test" ,rust-serde-test-1.0))))
 | 
				
			||||||
    (home-page "https://github.com/serde-rs/bytes")
 | 
					    (home-page "https://github.com/serde-rs/bytes")
 | 
				
			||||||
    (synopsis
 | 
					    (synopsis "Handle integer arrays and vectors for Serde")
 | 
				
			||||||
     "Handle of integer arrays and vectors for Serde")
 | 
					 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "Optimized handling of @code{&[u8]} and @code{Vec<u8>} for Serde.")
 | 
					     "Optimized handling of @code{&[u8]} and @code{Vec<u8>} for Serde.")
 | 
				
			||||||
    (license (list license:expat license:asl2.0))))
 | 
					    (license (list license:expat license:asl2.0))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue