Commit b40bd429 authored by Gavin John's avatar Gavin John Committed by github-actions[bot]
Browse files

sratoolkit: Assign correct license

(cherry picked from commit 438273da)
parent 47e87374
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" ];
  };