mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
cargo-gra: order meta
attrs
This commit is contained in:
parent
a6dccff350
commit
41dbbf460b
@ -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";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user