fanficfare: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-04 14:29:36 +07:00
parent d5ac8b4bb0
commit f4391744ed

View file

@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
description = "Tool for making eBooks from fanfiction web sites";
homepage = "https://github.com/JimmXinu/FanFicFare";
license = licenses.gpl3;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ dwarfmaster ];
};
}