From 131a46f4cb9a65579e9a66bd4a9e7bb630bf17cd Mon Sep 17 00:00:00 2001 From: Simon Hudon Date: Wed, 23 Nov 2016 15:36:37 -0500 Subject: [PATCH] Update org name from literate-unitb to unitb --- .travis.yml | 4 ++-- README.md | 2 +- tex2png-hs.cabal | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 201ad54..e3b1b62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,8 @@ cache: - $HOME/.ghc - $HOME/.cabal - $HOME/.stack - - $HOME/literate-unitb/tex2png-hs/.stack-work/install - - $HOME/literate-unitb/tex2png-hs/.stack-work/downloaded + - $HOME/unitb/tex2png-hs/.stack-work/install + - $HOME/unitb/tex2png-hs/.stack-work/downloaded # The different configurations we want to test. We have BUILD=cabal which uses # cabal-install, and BUILD=stack which uses Stack. More documentation on each diff --git a/README.md b/README.md index 20becaf..7823c18 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tex2png-hs -OS X / Linux: [![Build Status](https://travis-ci.org/literate-unitb/tex2png-hs.svg?branch=master)](https://travis-ci.org/literate-unitb/tex2png-hs) +OS X / Linux: [![Build Status](https://travis-ci.org/unitb/tex2png-hs.svg?branch=master)](https://travis-ci.org/unitb/tex2png-hs) Windows: [![Build status](https://ci.appveyor.com/api/projects/status/vgilfbwbbhq67c4q?svg=true)](https://ci.appveyor.com/project/cipher1024/tex2png-hs) diff --git a/tex2png-hs.cabal b/tex2png-hs.cabal index ce444a7..ab05126 100644 --- a/tex2png-hs.cabal +++ b/tex2png-hs.cabal @@ -63,4 +63,4 @@ test-suite tex2png-hs-test source-repository head type: git - location: https://github.com/literate-unitb/tex2png-hs + location: https://github.com/unitb/tex2png-hs