diff options
author | Morgan Astra <givengravity@gmail.com> | 2018-11-15 00:04:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-15 00:04:50 -0800 |
commit | f81ef6b889807dd0edbd3249e1069224ab87782a (patch) | |
tree | 99c63b25061e7c6b134fda7ba577a993d183a1a1 /src/pronouns/config.clj | |
parent | a1f10d3b04b65030f660d41f92be2bf34c230222 (diff) | |
parent | 4e6941768364d3337bff6ac2e2be5c8db5df197b (diff) |
Merge pull request #91 from witch-house/develop
Merge develop into master... for the last time!
Diffstat (limited to 'src/pronouns/config.clj')
-rw-r--r-- | src/pronouns/config.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pronouns/config.clj b/src/pronouns/config.clj index 19e20f1..3a07c36 100644 --- a/src/pronouns/config.clj +++ b/src/pronouns/config.clj @@ -1,5 +1,5 @@ ;; pronoun.is - a website for pronoun usage examples -;; Copyright (C) 2014 - 2017 Morgan Astra +;; Copyright (C) 2014 - 2018 Morgan Astra ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU Affero General Public License as @@ -12,7 +12,7 @@ ;; GNU Affero General Public License for more details. ;; You should have received a copy of the GNU Affero General Public License -;; along with this program. If not, see <http://www.gnu.org/licenses/> +;; along with this program. If not, see <https://www.gnu.org/licenses/> (ns pronouns.config (:require [pronouns.util :as u])) |