masterpdfeditor: fix platform (amd64 only)
This commit is contained in:
@@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user