upsun: sort meta attributes

This commit is contained in:
Pol Dellaiera 2024-05-15 10:35:17 +02:00
parent 6ef43c9256
commit 51f5b20cdb
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -52,11 +52,11 @@ stdenvNoCC.mkDerivation (finalAttrs: {
};
meta = {
homepage = "https://github.com/platformsh/cli";
description = "The unified tool for managing your Upsun services from the command line";
homepage = "https://github.com/platformsh/cli";
license = lib.licenses.mit;
mainProgram = "upsun";
maintainers = with lib.maintainers; [ spk ];
license = lib.licenses.mit;
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
};