thunderbird*-68: mark as insecure

This commit is contained in:
Vladimír Čunát 2020-10-11 11:15:50 +02:00
parent 2d4225bcd3
commit 230728216a
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
2 changed files with 2 additions and 0 deletions

View File

@ -179,5 +179,6 @@ stdenv.mkDerivation {
}; };
maintainers = with stdenv.lib.maintainers; [ ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
knownVulnerabilities = [ "Support ended around Semptember 2020." ];
}; };
} }

View File

@ -337,5 +337,6 @@ stdenv.mkDerivation rec {
]; ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.mpl20; license = licenses.mpl20;
knownVulnerabilities = [ "Support ended around Semptember 2020." ];
}; };
} }