about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRob Williams2022-09-03 11:21:47 -0500
committerGitHub2022-09-03 11:21:47 -0500
commited8dd992e69dac50d20d7207c73b5737c6b100fa (patch)
treee2c65a778a0f181bc8c2a287865c44fecd486ba3
parent7d02526616e836778dea4d3249fe01edb01be8f5 (diff)
downloadgn-docs-ed8dd992e69dac50d20d7207c73b5737c6b100fa.tar.gz
Partial update—changed MySQL to MariaDB but need
-rw-r--r--general/environments/environments.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/general/environments/environments.md b/general/environments/environments.md
index 1cd536f..e516789 100644
--- a/general/environments/environments.md
+++ b/general/environments/environments.md
@@ -4,7 +4,7 @@
 |---|---|---|---|
 | Ubuntu  |  ubuntu-latest  |  [ubuntu](http://www.ubuntu.com) | Free software licenses (mainly GPL)  |
 |  **Database** |   |   |   |
-|  MySQL | 5.5.40  | [http://www.mysql.com/](http://www.mysql.com/)  | GPL (version 2) or proprietary  |
+|  MariaDB | 10.X.XX  | [http://www.mariadb.org/](http://www.mariadb.org/)  | GPL (version 2)  |
 | **Python**  |   |   |   |
 |  Python | 3.8  | [http://www.python.org/](http://www.python.org/)  | Python Software Foundation License  |
 | Flask  | 1.1.2 | [http://flask.pocoo.org/](http://flask.pocoo.org/) | BSD   |