gnu: guile-redis: Remove duplicate 'home-page' field.
* gnu/packages/guile.scm (guile-redis): Remove duplicate 'home-page' field.
This commit is contained in:
parent
efe2e7506e
commit
4e51d3e9ae
|
@ -1243,7 +1243,6 @@ above command-line parameters.")
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("guile" ,guile-2.2)))
|
("guile" ,guile-2.2)))
|
||||||
(home-page "https://savannah.nongnu.org/projects/guile-redis/")
|
|
||||||
(synopsis "Redis client library for Guile")
|
(synopsis "Redis client library for Guile")
|
||||||
(description "Guile-redis provides a Scheme interface to the Redis
|
(description "Guile-redis provides a Scheme interface to the Redis
|
||||||
key-value cache and store.")
|
key-value cache and store.")
|
||||||
|
|
Loading…
Reference in New Issue