Merge branch 'master' of github.com:nathanmarz/specter

This commit is contained in:
nathanmarz 2019-08-27 20:48:58 -04:00
commit 925e2e91d6
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
language: clojure
lein: 2.7.1
lein: 2.9.1
cache:
directories:
- $HOME/.m2

View file

@ -1,4 +1,4 @@
# Specter [![Build Status](https://secure.travis-ci.org/nathanmarz/specter.png?branch=master)](http://travis-ci.org/nathanmarz/specter)
# Specter [![Build Status](https://secure.travis-ci.org/redplanetlabs/specter.png?branch=master)](http://travis-ci.org/redplanetlabs/specter)
Specter rejects Clojure's restrictive approach to immutable data structure manipulation, instead exposing an elegant API to allow any sort of manipulation imaginable. Specter especially excels at querying and transforming nested and recursive data, important use cases that are very complex to handle with vanilla Clojure.
@ -324,4 +324,4 @@ Specter supports ClojureScript! However, some of the differences between Clojure
# License
Copyright 2015-2018 Red Planet Labs, Inc. Specter is licensed under Apache License v2.0.
Copyright 2015-2019 Red Planet Labs, Inc. Specter is licensed under Apache License v2.0.