thunderbird*-68: mark as insecure

This commit is contained in:
Vladimír Čunát
2020-10-11 11:16:27 +02:00
parent 2d4225bcd3
commit 230728216a
2 changed files with 2 additions and 0 deletions
@@ -179,5 +179,6 @@ stdenv.mkDerivation {
};
maintainers = with stdenv.lib.maintainers; [ ];
platforms = platforms.linux;
knownVulnerabilities = [ "Support ended around Semptember 2020." ];
};
}
@@ -337,5 +337,6 @@ stdenv.mkDerivation rec {
];
platforms = platforms.linux;
license = licenses.mpl20;
knownVulnerabilities = [ "Support ended around Semptember 2020." ];
};
}