clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
danielcompton 2016-01-17T19:35:01.000460Z

@tcrawley: I moved the logo used in the SFC application to https://clojars.org/images/clojars-logo@2x.png

2016-01-17T19:36:00.000462Z

ah, right. no worries. I'll make a copy at the url I sent them

2016-01-17T19:36:06.000463Z

how are you this fine day?

1
2016-01-17T19:36:13.000464Z

well, it's fine here at least :)

danielcompton 2016-01-17T19:36:27.000465Z

back to work, which feels like a relief after looking after Jack over the weekend

danielcompton 2016-01-17T19:36:29.000466Z

:simple_smile:

2016-01-17T19:36:32.000467Z

heh

2016-01-17T19:36:46.000468Z

I've forgotten what that's like, thankfully :)

2016-01-17T19:48:52.000469Z

I just added a redirect for the image to the nginx config:

2016-01-17T19:48:57.000470Z

location /images/clojars-logo-big.png {
    return 301 <https://clojars.org/images/clojars-logo@2x.png;>
  }

danielcompton 2016-01-17T19:51:07.000471Z

great