Skip to content

Commit ac4724f

Browse files
committed
Change README.txt to README.md in system definition
Fixes rudolfochrist#5
1 parent 36415a8 commit ac4724f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql-https.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:description "Enable HTTPS in Quicklisp"
1515
:long-description
1616
#.(uiop:read-file-string
17-
(uiop:subpathname *load-pathname* "README.txt"))
17+
(uiop:subpathname *load-pathname* "README.md"))
1818
:perform (load-op :after (o c)
1919
(uiop:symbol-call :ql-https :register-fetch-scheme-functions)
2020
(pushnew :ql-https *features*)))

0 commit comments

Comments
 (0)