sratoolkit: Assign correct license

(cherry picked from commit 438273dac7)
This commit is contained in:
Gavin John
2024-05-14 11:38:53 -05:00
committed by github-actions[bot]
parent 47e87374c1
commit b40bd4299e

View File

@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/ncbi/sra-tools";
description = "The SRA Toolkit and SDK from NCBI is a collection of tools and libraries for using data in the INSDC Sequence Read Archives.";
license = licenses.publicDomain;
license = licenses.ncbiPd;
maintainers = with maintainers; [ thyol ];
platforms = [ "x86_64-linux" ];
};