openjump: sort meta attributes

This commit is contained in:
Pol Dellaiera 2024-05-19 10:14:59 +02:00
parent 1c82c619e6
commit 120a1ee126
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -57,10 +57,10 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Open source Geographic Information System (GIS) written in the Java programming language";
homepage = "http://www.openjump.org/";
sourceProvenance = [ lib.sourceTypes.binaryBytecode ];
license = lib.licenses.gpl2;
mainProgram = "OpenJump";
maintainers = lib.teams.geospatial.members ++ [ lib.maintainers.marcweber ];
platforms = jre.meta.platforms;
mainProgram = "OpenJump";
sourceProvenance = [ lib.sourceTypes.binaryBytecode ];
};
})