masterpdfeditor: fix platform (amd64 only)
This commit is contained in:
parent
8162e580f5
commit
e4913c2d30
@ -47,7 +47,7 @@
|
|||||||
description = "Master PDF Editor";
|
description = "Master PDF Editor";
|
||||||
homepage = "https://code-industry.net/free-pdf-editor/";
|
homepage = "https://code-industry.net/free-pdf-editor/";
|
||||||
license = licenses.unfreeRedistributable;
|
license = licenses.unfreeRedistributable;
|
||||||
platforms = platforms.linux;
|
platforms = with platforms; [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ cmcdragonkai flokli ];
|
maintainers = with maintainers; [ cmcdragonkai flokli ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user