cargo-gra: order meta attrs

(cherry picked from commit 41dbbf460b)
This commit is contained in:
Gutyina Gergő 2024-11-15 19:57:30 +01:00 committed by github-actions[bot]
parent 5e7f76361c
commit 929f3d6d86

View File

@ -16,10 +16,10 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-wfMiqWcEsL6/d6XFnEFm/lCbelU7BHC7JKdHREnynAU=";
meta = {
license = lib.licenses.gpl3Plus;
description = "gtk-rust-app cli for building flatpak apps with ease";
homepage = "https://gitlab.com/floers/gtk-stuff/cargo-gra/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ bot-wxt1221 ];
platforms = lib.platforms.unix;
description = "gtk-rust-app cli for building flatpak apps with ease";
};
}