diff options
Diffstat (limited to '')
-rw-r--r-- | lux-lein/src/leiningen/lux/packager.clj (renamed from lux-lein/src/leiningen/luxc/packager.clj) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-lein/src/leiningen/luxc/packager.clj b/lux-lein/src/leiningen/lux/packager.clj index e7b1d71d8..dd037fe51 100644 --- a/lux-lein/src/leiningen/luxc/packager.clj +++ b/lux-lein/src/leiningen/lux/packager.clj @@ -3,11 +3,11 @@ ;; If a copy of the MPL was not distributed with this file, ;; You can obtain one at http://mozilla.org/MPL/2.0/. -(ns leiningen.luxc.packager +(ns leiningen.lux.packager (:require [clojure.string :as string] [leiningen.core.classpath :as classpath] [leiningen.uberjar] - [leiningen.luxc.utils :as &utils]) + [leiningen.lux.utils :as &utils]) (:import (java.io InputStream File FileInputStream |