diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-25 10:23:15 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-25 10:23:15 -0600 |
| commit | d1f720c6e9b26816340d3cebd8c67bfbdbd53ffc (patch) | |
| tree | 0daaec3a851d6378923903b07f23112216ad377a /config/software | |
| parent | 0702258f6908587f096e8435a79489c3a13bb191 (diff) | |
hyphen to underscore
Diffstat (limited to 'config/software')
| -rw-r--r-- | config/software/asdf_mono.rb | 2 | ||||
| -rw-r--r-- | config/software/asdf_python.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/software/asdf_mono.rb b/config/software/asdf_mono.rb index e9e6f6f..c8f0de0 100644 --- a/config/software/asdf_mono.rb +++ b/config/software/asdf_mono.rb @@ -1,4 +1,4 @@ -name "asdf-mono" +name "asdf_mono" license_file "LICENSE" license_file "COPYING" diff --git a/config/software/asdf_python.rb b/config/software/asdf_python.rb index 0a7b27e..f7ab771 100644 --- a/config/software/asdf_python.rb +++ b/config/software/asdf_python.rb @@ -1,4 +1,4 @@ -name "asdf-python" +name "asdf_python" license "Python-2.0" license_file "LICENSE" |
