mailpile: mark as insecure, pending removal

This commit is contained in:
Graham Christensen 2017-03-06 18:02:55 -05:00
parent 9614ebf137
commit 85b47bbd5e
No known key found for this signature in database
GPG Key ID: 06121D366FE9435C

View File

@ -33,5 +33,8 @@ python2Packages.buildPythonApplication rec {
license = [ licenses.asl20 licenses.agpl3 ];
platforms = platforms.linux;
maintainers = [ maintainers.domenkozar ];
knownVulnerabilities = [
"Numerous and uncounted, upstream has requested we not package it. See more: https://github.com/NixOS/nixpkgs/pull/23058#issuecomment-283515104"
];
};
}