mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 @@ (define-public libstemmer
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue