We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ff05f commit d56da6dCopy full SHA for d56da6d
project.clj
@@ -1,6 +1,6 @@
1
-(defproject neovim-client "0.1.0-SNAPSHOT"
2
- :description "FIXME: write description"
3
- :url "http://example.com/FIXME"
+(defproject neovim-client "0.1.0"
+ :description "Client library for the Neovim RPC API"
+ :url "https://github.com/clojure-vim/neovim-client"
4
:license {:name "Eclipse Public License"
5
:url "http://www.eclipse.org/legal/epl-v10.html"}
6
:dependencies [[org.clojure/clojure "1.9.0-alpha12"]
0 commit comments