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.
This commit is contained in:
Christopher Baines 2020-10-19 18:48:33 +01:00
parent fc316a585e
commit c949530b6f
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 1 deletions

View File

@ -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))