forked from mirrors/nixpkgs
thunderbird*-68: mark as insecure
This commit is contained in:
parent
2d4225bcd3
commit
230728216a
|
@ -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…
Reference in a new issue