diff options
author | Frederick Muriuki Muriithi | 2022-05-09 05:20:53 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-05-09 05:37:06 +0300 |
commit | 7c3335f7c81a5f30dc1b6f55c5cc858c35f17981 (patch) | |
tree | 16f2135c4f4980a778b3b030ec64b80430f21c3b /guix.scm | |
parent | 90ae44b4b336aa3fbca965da8c1948317714a11a (diff) | |
download | gn-uploader-7c3335f7c81a5f30dc1b6f55c5cc858c35f17981.tar.gz |
Update documentation and license
Add documentation on how to run the development version of the
GeneNetwork Quality Control application.
Update the license to the agpl3+ license used by genenetwork3
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,4 +42,4 @@ "GeneNetwork qc is a quality control application for the data files that eventually are used to add to the data in the GeneNetwork project.") (home-page "https://git.genenetwork.org/fredmanglis/gnqc_py") - (license license:gpl3)) + (license license:agpl3+)) |