1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-10 01:53:09 +09:00

sratoolkit: Assign correct license

This commit is contained in:
Gavin John 2024-05-14 11:38:53 -05:00
parent 361874c944
commit 438273dac7
No known key found for this signature in database
GPG key ID: 792E158CDD33C3EE

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://github.com/ncbi/sra-tools"; 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."; 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 ]; maintainers = with maintainers; [ thyol ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };