commit a358af7ffaba174f526eb95deab92f1a7a9c6701 from: Omar Polo date: Sat Dec 12 10:00:18 2020 UTC switch def licence to mit commit - 2153543f2a677f5d7330a2d73faf7ed339a4ef56 commit + a358af7ffaba174f526eb95deab92f1a7a9c6701 blob - 565f9f5c5edd9032cb818be4c0d324d75f4dc32c blob + e386edf489bdecca4916cff9dbd5d06710617eca --- src/blog/gemini.clj +++ src/blog/gemini.clj @@ -33,7 +33,7 @@ [:paragraph ""] [:paragraph ""] [:paragraph ""] - [:paragraph "-- text: CC-BY-SA-4.0; code: ISC (unless specified otherwise)"] + [:paragraph "-- text: CC-BY-SA-4.0; code: MIT (unless specified otherwise)"] [:paragraph "Capsule proudly assembled with Clojure"] [:link "https://git.omarpolo.com/blog/" "sources"]))) blob - 8497aaef430a88c0653bb04aebb740590056bde7 blob + 09093ccf5dc73b15679c846eb24913618aece22c --- src/blog/http.clj +++ src/blog/http.clj @@ -43,7 +43,7 @@ (header d) [:main body] [:footer - [:p "text: CC-BY-SA-4.0; code: ISC (unless specified otherwise)"] + [:p "text: CC-BY-SA-4.0; code: MIT (unless specified otherwise)"] [:p "Blog proudly generated with " [:a {:href "https://git.omarpolo.com/blog/"} [:code "(clojure)"]]]]