Skip to content

Commit 58ebfe2

Browse files
committed
fix for use in openshift
1 parent 69994b5 commit 58ebfe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.lisp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: WEBAPP; Base: 10 -*-
22

3-
;;; Copyright (C) 2012, 2017 Anthony Green <[email protected]>
3+
;;; Copyright (C) 2012, 2017, 2018 Anthony Green <[email protected]>
44

55
;;; Webapp is free software; you can redistribute it and/or modify it
66
;;; under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
1919
;;;; package.lisp
2020

2121
(defpackage #:webapp
22-
(:use #:hunchentoot #:cl #:cl-pccre)
22+
(:use #:hunchentoot #:cl)
2323
(:shadow #:package)
2424
(:export #:start-webapp #:stop-webapp))
2525

0 commit comments

Comments
 (0)