forked from mirrors/nixpkgs
thunderbird*-68: mark as insecure
This commit is contained in:
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." ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue