diff options
Diffstat (limited to 'src/pronouns/web.clj')
-rw-r--r-- | src/pronouns/web.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pronouns/web.clj b/src/pronouns/web.clj index 2e8184a..83a184d 100644 --- a/src/pronouns/web.clj +++ b/src/pronouns/web.clj @@ -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.web (:require [compojure.core :refer [defroutes GET PUT POST DELETE ANY]] |