Skip to content

Commit 134d408

Browse files
committed
fix(lisp): nil string in init
1 parent 4dce584 commit 134d408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/init/source.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
(version (package-version-join version))
4242
(description (package-desc-summary pkg-desc))
4343
(description (prin1-to-string description))
44-
(website (eask-package-desc-url))
44+
(website (or (eask-package-desc-url) ""))
4545
(keywords (eask-package-desc-keywords))
4646
(keywords (string-join keywords "\" \""))
4747
(reqs (package-desc-reqs pkg-desc))

0 commit comments

Comments
 (0)