From 270c123b3cb6d0914e72960d21b1106ccb494840 Mon Sep 17 00:00:00 2001 From: Boyd Stephen Smith Jr Date: Sat, 11 Apr 2015 02:04:55 -0500 Subject: [PATCH] Use more correct "license:" in cabal file. Older versions on cabal may not recognize this license, but it should not prevent a build. --- cryptsy-api.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptsy-api.cabal b/cryptsy-api.cabal index 95c58a2..559f930 100644 --- a/cryptsy-api.cabal +++ b/cryptsy-api.cabal @@ -2,7 +2,7 @@ name: cryptsy-api version: 0.2.1 synopsis: Bindings for Cryptsy cryptocurrency exchange API. description: Bindings for Cryptsy cryptocurrency exchange API. -license: OtherLicense +license: AGPL-3 license-file: LICENSE author: Boyd Stephen Smith Jr. maintainer: bss@iguanasuicide.net -- 2.11.4.GIT