import: crate: make-crate-sexp: Fix missing home-page handling.
* guix/import/crate.scm (make-crate-sexp): Replace 'null rather than '() with the empty string for the home-page.master
parent
fc316a585e
commit
c949530b6f
|
@ -167,7 +167,7 @@ and LICENSE."
|
|||
(maybe-cargo-development-inputs
|
||||
cargo-development-inputs)))
|
||||
(home-page ,(match home-page
|
||||
(() "")
|
||||
('null "")
|
||||
(_ home-page)))
|
||||
(synopsis ,synopsis)
|
||||
(description ,(beautify-description description))
|
||||
|
|
Reference in New Issue