gnu: libstemmer: Add release-monitoring-url and upstream-name properties.
* gnu/packages/language.scm (libstemmer)[properties]: New field.
This commit is contained in:
		
							parent
							
								
									1d2b1ea6eb
								
							
						
					
					
						commit
						d4640281f3
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -457,6 +457,9 @@ specifications in the document.")
 | 
			
		|||
    (description "LibStemmer provides stemming library, supporting several
 | 
			
		||||
languages.")
 | 
			
		||||
    (home-page "https://snowballstem.org/")
 | 
			
		||||
    (properties
 | 
			
		||||
     '((release-monitoring-url . "https://snowballstem.org/download.html")
 | 
			
		||||
       (upstream-name . "libstemmer_c")))
 | 
			
		||||
    (license license:bsd-3)))
 | 
			
		||||
 | 
			
		||||
(define-public perl-lingua-en-findnumber
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue