Skip to content

Commit

Permalink
thunderbird*-68: mark as insecure
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Oct 11, 2020
1 parent 2d4225b commit 2307282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -179,5 +179,6 @@ stdenv.mkDerivation {
};
maintainers = with stdenv.lib.maintainers; [ ];
platforms = platforms.linux;
knownVulnerabilities = [ "Support ended around Semptember 2020." ];
};
}
Expand Up @@ -337,5 +337,6 @@ stdenv.mkDerivation rec {
];
platforms = platforms.linux;
license = licenses.mpl20;
knownVulnerabilities = [ "Support ended around Semptember 2020." ];
};
}

0 comments on commit 2307282

Please sign in to comment.