We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebf189 commit bca3544Copy full SHA for bca3544
upstream-misc.lisp
@@ -13,14 +13,9 @@
13
(defclass predictable-http-source (location-templated-source http-source)
14
())
15
16
-(defclass xach-http-source (predictable-http-source) ()
+(defclass ediware-http-source (git-source location-templated-source) ()
17
(: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"))
+ :location-template "https://github.com/edicl/~A.git"))
24
25
26
(defclass froydware-http-source (predictable-http-source) ()
0 commit comments