Whoops, PROFILE was calling the wrong function for the URL.
diff --git a/gravatar.lisp b/gravatar.lisp
index c43b57c..dbd04e4 100644
--- a/gravatar.lisp
+++ b/gravatar.lisp
@@ -42,8 +42,7 @@
(defun profile (email)
(json:decode-json-from-string
- (babel:octets-to-string (drakma:http-request (generate-profile-url email
- nil)))))
+ (babel:octets-to-string (drakma:http-request (profile-url email nil)))))
(defun qr-code-url (email &key size)
(generate-profile-url email