python38Packages.ihatemoney: enable on python platforms

This commit is contained in:
Mario Rodas 2020-07-28 04:20:00 -05:00
parent 6a829263f5
commit 5b6f669f46
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -122,7 +122,6 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://ihatemoney.org";
description = "A simple shared budget manager web application";
platforms = platforms.linux;
license = licenses.beerware;
maintainers = [ maintainers.symphorien ];
};