cargo-gra: order meta attrs

This commit is contained in:
Gutyina Gergő 2024-11-15 19:57:30 +01:00
parent a6dccff350
commit 41dbbf460b
No known key found for this signature in database

View File

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