openscad-snapshot: fix meta

This commit is contained in:
FliegendeWurst 2023-10-19 12:05:32 +02:00
parent a0afc2a463
commit 8869791cff

View File

@ -35,7 +35,8 @@ appimageTools.wrapType2 {
''; '';
meta = with lib; { meta = with lib; {
inherit (openscad.meta); inherit (openscad.meta) description longDescription homepage license;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ fliegendewurst ]; maintainers = with maintainers; [ fliegendewurst ];
}; };
} }