forked from mirrors/nixpkgs
philter: add license + homepage
This commit is contained in:
parent
4d24db6e0c
commit
3f1849e29c
|
@ -18,8 +18,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Mail sorter for Maildirs";
|
||||
homepage = http://philter.sourceforge.net;
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
|
||||
passthru = {
|
||||
|
|
Loading…
Reference in a new issue