aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-package.el8
1 files changed, 6 insertions, 2 deletions
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 <tom@ryuslash.org>
;; 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)