forked from mirrors/nixpkgs
fanficfare: expand platforms to unix
This commit is contained in:
parent
d5ac8b4bb0
commit
f4391744ed
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue