Skip to content

Commit

Permalink
package-build--write-archive-entry: Fix format of :maintainer element
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Sep 30, 2024
1 parent de9613f commit af2dc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-build.el
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ Use a sandbox if `package-build--use-sandbox' is non-nil."
(list (cons key val))))
package-build--extras)
(and-let* ((v (oref rcp maintainers)))
`((:maintainer ,(car v)))))))
(list (cons :maintainer (car v)))))))
(current-buffer)))))

(defun package-build--write-pkg-file (rcp dir)
Expand Down

0 comments on commit af2dc77

Please sign in to comment.