summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libtomlc99/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/libtomlc99/package.py')
-rw-r--r--var/spack/repos/builtin/packages/libtomlc99/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libtomlc99/package.py b/var/spack/repos/builtin/packages/libtomlc99/package.py
index b62e2bb272..dbcea9eaab 100644
--- a/var/spack/repos/builtin/packages/libtomlc99/package.py
+++ b/var/spack/repos/builtin/packages/libtomlc99/package.py
@@ -12,6 +12,8 @@ class Libtomlc99(Package):
homepage = "https://github.com/cktan/tomlc99"
git = "https://github.com/cktan/tomlc99.git"
+ license("MIT")
+
# Since there is no official versioning, yet, just use the date and prefix
# with '0.' to make switching to proper versioning easier later.
version("0.2020.12.23", commit="e97a56633e54297990158ab56a7e50a089cddf7d")