diff --git a/oni-package.el b/oni-package.el index 0de6c25..3327e9d 100644 --- a/oni-package.el +++ b/oni-package.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0412.224157 +;; Version: 2020.0513.224421 ;; 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 @@ -59,7 +59,11 @@ ;;;###autoload (add-to-list 'package-archives - `("oni" . "https://ryuslash.org/elpa/")) + '("oni" . "https://ryuslash.org/elpa/")) + +;;;###autoload +(add-to-list 'package-archives + '("vc-p4" . "https://ryuslash.gitlab.io/vc-p4/")) (setq package-update-news-on-upload t)