summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcondy <condy0919@gmail.com>2024-03-12 23:12:14 +0800
committercondy <condy0919@gmail.com>2024-03-12 23:12:14 +0800
commita3933b1d223b86f0eab21a16470c4447c115b82d (patch)
tree20989e606e001ff860e28f3ebc050c3721cc160d
parent9239745140b1cef2bcf9b18842dece08052e749d (diff)
downloadrust-mode-a3933b1d223b86f0eab21a16470c4447c115b82d.tar.gz
Add email in package description
Fix #531
-rw-r--r--rust-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el
index 292bc64..a0f6542 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -1,7 +1,7 @@
;;; rust-mode.el --- A major-mode for editing Rust source code -*-lexical-binding: t-*-
;; Version: 1.0.5
-;; Author: Mozilla
+;; Author: Mozilla <rust-mode@noreply.github.com>
;; Url: https://github.com/rust-lang/rust-mode
;; Keywords: languages
;; Package-Requires: ((emacs "25.1"))