summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcharlie barto <bartoc@umich.edu>2014-03-08 20:42:02 -0500
committercharlie barto <bartoc@umich.edu>2014-03-08 20:42:02 -0500
commite05aaca1e683025d654db62fb5bc77781707e8e9 (patch)
tree246677c22266d9caa8ecb5daad5e9b712901a05f
parentfae97b142f887aecaf62dce198ffac837575c9ef (diff)
downloadnim-FreeImage-e05aaca1e683025d654db62fb5bc77781707e8e9.tar.gz
nim-FreeImage-e05aaca1e683025d654db62fb5bc77781707e8e9.zip
fixed name of license in babel file
-rw-r--r--nim-freeimage.babel2
1 files changed, 1 insertions, 1 deletions
diff --git a/nim-freeimage.babel b/nim-freeimage.babel
index a2a7e05..c9e9a50 100644
--- a/nim-freeimage.babel
+++ b/nim-freeimage.babel
@@ -5,6 +5,6 @@ author = "Charlie Barto"
description = """wrapper for the FreeImage library for reading and writing image files"""
license = "MIT"
InstallFiles = """
-FreeImage-License.txt
+FreeImage_License.txt
FreeImage.nim
"""