hecate: remove platforms

This commit is contained in:
Ben Siraphob 2021-03-22 12:47:40 +07:00
parent dc562d2588
commit c77069b412

View file

@ -21,6 +21,5 @@ buildGoPackage rec {
longDescription = "The Hex Editor From Hell!";
license = with licenses; [ mit ];
maintainers = with maintainers; [ ramkromberg ];
platforms = with platforms; linux;
};
}