aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-01-22 01:34:56 -0800
committerGravatar Tom Willemse2019-01-22 01:34:56 -0800
commitf0efcfd8ec52ebfb591ca7e7a5fe17dba3a2388a (patch)
tree4089d73cdd4c0bf496563b08622b550cc4ccbd25
parent73646b08a684060547e54d1e0c626b861370da9f (diff)
downloademacs-config-f0efcfd8ec52ebfb591ca7e7a5fe17dba3a2388a.tar.gz
emacs-config-f0efcfd8ec52ebfb591ca7e7a5fe17dba3a2388a.zip
Remove username from ‘package-archive-upload-base’
-rw-r--r--oni-package.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/oni-package.el b/oni-package.el
index fbf6e5e..53b9b9c 100644
--- a/oni-package.el
+++ b/oni-package.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190122012737
+;; Version: 20190122013425
;; 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
@@ -48,8 +48,10 @@
(add-to-list 'package-archives
`("oni" . "https://ryuslash.org/elpa/"))
+;;; Specify where to upload packages to. Used by
+;;; ‘package-upload-buffer’ and ‘package-upload-file’.
(setq package-archive-upload-base
- "/ssh:slash@ryuslash.org:usr/share/emacs/elpa/")
+ "/ssh:ryuslash.org:usr/share/emacs/elpa/")
;;; Temporary fix for `package-maint-add-news-item', until I get my
;;; Copyright assignment back in order.