File tree Expand file tree Collapse file tree 2 files changed +4
-18
lines changed
Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bot"
3+ description = " Telegram bot manager for Uzbek Rust community"
34version = " 0.1.0"
45edition = " 2021"
56license = " Apache-2.0"
Original file line number Diff line number Diff line change 66 manifest = ( pkgs . lib . importTOML ./Cargo.toml ) . package ;
77in
88 pkgs . rustPlatform . buildRustPackage {
9- pname = "bot" ;
9+ pname = manifest . name ;
1010 version = manifest . version ;
1111 cargoLock . lockFile = ./Cargo.lock ;
1212 src = pkgs . lib . cleanSource ./. ;
4343
4444 meta = with lib ; {
4545 homepage = manifest . homepage ;
46- description = "Telegram bot manager for Uzbek Rust community" ;
46+ description = manifest . description ;
4747 license = with lib . licenses ; [ asl20 ] ;
48-
4948 platforms = with platforms ; linux ++ darwin ;
50-
51- maintainers = [
52- {
53- name = "Sokhibjon Orzikulov" ;
54- email = "sakhib@orzklv.uz" ;
55- handle = "orzklv" ;
56- github = "orzklv" ;
57- githubId = 54666588 ;
58- keys = [
59- {
60- fingerprint = "00D2 7BC6 8707 0683 FBB9 137C 3C35 D3AF 0DA1 D6A8" ;
61- }
62- ] ;
63- }
64- ] ;
49+ maintainers = [ lib . maintainers . orzklv ] ;
6550 } ;
6651 }
You can’t perform that action at this time.
0 commit comments