Skip to content

Commit bca3544

Browse files
committed
Use some different rewriting to get Edi sources from github.
1 parent 2ebf189 commit bca3544

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

upstream-misc.lisp

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@
1313
(defclass predictable-http-source (location-templated-source http-source)
1414
())
1515

16-
(defclass xach-http-source (predictable-http-source) ()
16+
(defclass ediware-http-source (git-source location-templated-source) ()
1717
(:default-initargs
18-
:location-template "http://www.xach.com/lisp/~A.tgz"))
19-
20-
21-
(defclass ediware-http-source (predictable-http-source) ()
22-
(:default-initargs
23-
:location-template "http://weitz.de/files/~A.tar.gz"))
18+
:location-template "https://github.com/edicl/~A.git"))
2419

2520

2621
(defclass froydware-http-source (predictable-http-source) ()

0 commit comments

Comments
 (0)