Remove username from ‘package-archive-upload-base’
This commit is contained in:
parent
73646b08a6
commit
f0efcfd8ec
1 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue