3
0
Fork 0
forked from mirrors/nixpkgs

philter: add license + homepage

This commit is contained in:
Markus Kowalewski 2018-09-10 21:40:21 +02:00
parent 4d24db6e0c
commit 3f1849e29c
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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 = {