Skip to content

Commit

Permalink
update project groupId as per clojars guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigsy committed Feb 2, 2022
1 parent 58f7486 commit 956c775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Embedded postgres for clojure - based on https://github.com/zonkyio/embedded-pos

## Usage

[![Clojars Project](https://img.shields.io/clojars/v/bigsy/pg-embedded-clj.svg)](https://clojars.org/bigsy/pg-embedded-clj)

[![Clojars Project](https://img.shields.io/clojars/v/org.clojars.bigsy/pg-embedded-clj.svg)](https://clojars.org/org.clojars.bigsy/pg-embedded-clj)
### Development:

```clojure
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject bigsy/pg-embedded-clj "0.2.0"
(defproject org.clojars.bigsy/pg-embedded-clj "0.2.0"
:description "Embedded postgres for clojure"
:url "https://github.com/Bigsy/pg-embedded-clj"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 956c775

Please sign in to comment.