summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaura Weber <LRWeber@users.noreply.github.com>2023-04-11 22:18:41 -0700
committerGitHub <noreply@github.com>2023-04-12 07:18:41 +0200
commit169704f72ab63d4d5d1480e283c620c6c46f12b0 (patch)
treefec745ccc624946a014d247b732b05499a91d985
parentd4b8589b35f0af5e7ee87295e9f94db26eb742d4 (diff)
downloadspack-169704f72ab63d4d5d1480e283c620c6c46f12b0.tar.gz
spack-169704f72ab63d4d5d1480e283c620c6c46f12b0.tar.bz2
spack-169704f72ab63d4d5d1480e283c620c6c46f12b0.tar.xz
spack-169704f72ab63d4d5d1480e283c620c6c46f12b0.zip
sublime-text: Add licensing information (#36690)
-rw-r--r--var/spack/repos/builtin/packages/sublime-text/package.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/sublime-text/package.py b/var/spack/repos/builtin/packages/sublime-text/package.py
index 230c5d94e7..30636a7a8e 100644
--- a/var/spack/repos/builtin/packages/sublime-text/package.py
+++ b/var/spack/repos/builtin/packages/sublime-text/package.py
@@ -28,6 +28,10 @@ class SublimeText(Package):
version("3.0.3126", sha256="18db132e9a305fa3129014b608628e06f9442f48d09cfe933b3b1a84dd18727a")
version("2.0.2", sha256="01baed30d66432e30002a309ff0393967be1daba5cce653e43bba6bd6c38ab84")
+ # Licensing
+ license_required = True
+ license_url = "https://www.sublimehq.com/store/text"
+
# Sublime text comes as a pre-compiled binary.
# Since we can't link to Spack packages, we'll just have to
# add them as runtime dependencies.