Skip to content

Commit ad4614e

Browse files
committed
Change artifact group name
1 parent 7da6397 commit ad4614e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ database connection pool and [Ragtime][] migrations to a configuration.
1212

1313
Add the following dependency to your deps.edn file:
1414

15-
duct/module.sql {:mvn/version "0.6.1"}
15+
org.duct-framework/module.sql {:mvn/version "0.6.1"}
1616

1717
Or to your Leiningen project file:
1818

19-
[duct/module.sql "0.6.1"]
19+
[org.duct-framework/module.sql "0.6.1"]
2020

2121
## Usage
2222

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject duct/module.sql "0.6.1"
1+
(defproject org.duct-framework/module.sql "0.6.1"
22
:description "Duct module for working with a SQL database"
33
:url "https://github.com/duct-framework/module.sql"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)