gnu: guile-redis: Remove duplicate 'home-page' field.

* gnu/packages/guile.scm (guile-redis): Remove duplicate 'home-page' field.
This commit is contained in:
Mark H Weaver 2018-08-23 02:30:30 -04:00
parent efe2e7506e
commit 4e51d3e9ae
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -1243,7 +1243,6 @@ (define-public guile-redis
("automake" ,automake)
("pkg-config" ,pkg-config)
("guile" ,guile-2.2)))
(home-page "https://savannah.nongnu.org/projects/guile-redis/")
(synopsis "Redis client library for Guile")
(description "Guile-redis provides a Scheme interface to the Redis
key-value cache and store.")