philter: expand platforms to all
This commit is contained in:
parent
4ab35bcda6
commit
452156e173
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Mail sorter for Maildirs";
|
description = "Mail sorter for Maildirs";
|
||||||
homepage = "http://philter.sourceforge.net";
|
homepage = "http://philter.sourceforge.net";
|
||||||
maintainers = with maintainers; [ raskin ];
|
maintainers = with maintainers; [ raskin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue