Skip to content

Commit

Permalink
epkg-elpa-core-package: Correct url formats
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Mar 15, 2019
1 parent f7b624a commit 408d46a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions epkg.el
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ database."
;; TODO Import actual history.
;; See https://github.com/emacscollective/borg/issues/85.
(defclass epkg-elpa-core-package (epkg-minority-package)
((url-format :initform "https://git.savannah.gnu.org/cgit/emacs.git/plain/%s")
(repopage-format :initform "https://git.savannah.gnu.org/cgit/emacs/elpa.git/tree/packages/%n")
((url-format :initform "https://git.savannah.gnu.org/cgit/emacs.git/plain/%l")
(repopage-format :initform "https://git.savannah.gnu.org/cgit/emacs.git/tree/%l")
(homepage-format :initform "https://elpa.gnu.org/packages/%n.html")))

(defclass epkg-gitish-package (epkg-mirrored-package) () :abstract t)
Expand Down

0 comments on commit 408d46a

Please sign in to comment.