branch: externals/vc-jj commit e18e288bcf81747057d15fd985ff032b3bfa47eb Author: Rudi Schlatte <r...@constantly.at> Commit: Rudi Schlatte <r...@constantly.at>
Add package.el metadata Checked with `package-lint-current-buffer'. --- vc-jj.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vc-jj.el b/vc-jj.el index c1599de20f..05ecf9a824 100644 --- a/vc-jj.el +++ b/vc-jj.el @@ -1,8 +1,13 @@ -;;; vc-jj.el --- A vc.el backend for Jujutsu VCS -*- lexical-binding: t; -*- +;;; vc-jj.el --- VC backend for the Jujutsu version control system -*- lexical-binding: t; -*- ;; Copyright (C) 2024 Wojciech Siewierski ;; Author: Wojciech Siewierski +;; Rudolf Schlatte <r...@constantly.at> +;; URL: https://codeberg.org/emacs-jj-vc/vc-jj.el +;; Version: 0.1 +;; Package-Requires: ((emacs "25.1") (compat "29.4")) +;; Keywords: vc tools ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by