aboutsummaryrefslogtreecommitdiffstats
path: root/elpa/magit-20220503.1245/magit-pkg.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/magit-20220503.1245/magit-pkg.el')
-rw-r--r--elpa/magit-20220503.1245/magit-pkg.el19
1 files changed, 19 insertions, 0 deletions
diff --git a/elpa/magit-20220503.1245/magit-pkg.el b/elpa/magit-20220503.1245/magit-pkg.el
new file mode 100644
index 0000000..88d7a98
--- /dev/null
+++ b/elpa/magit-20220503.1245/magit-pkg.el
@@ -0,0 +1,19 @@
+(define-package "magit" "20220503.1245" "A Git porcelain inside Emacs."
+ '((emacs "25.1")
+ (compat "28.1.1.0")
+ (dash "20210826")
+ (git-commit "20220222")
+ (magit-section "20220325")
+ (transient "20220325")
+ (with-editor "20220318"))
+ :commit "476383fc8fb0f6ea4c6fc29d7057a1b5b5f95bd8" :authors
+ '(("Marius Vollmer" . "marius.vollmer@gmail.com")
+ ("Jonas Bernoulli" . "jonas@bernoul.li"))
+ :maintainer
+ '("Jonas Bernoulli" . "jonas@bernoul.li")
+ :keywords
+ '("git" "tools" "vc")
+ :url "https://github.com/magit/magit")
+;; Local Variables:
+;; no-byte-compile: t
+;; End: