treewide: add matthiasbeyer to a bunch of packages (#248566)

This commit is contained in:
Matthias Beyer 2023-08-12 00:41:21 +02:00 committed by GitHub
parent 2f8b9bd4b7
commit 3d1703e576
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
63 changed files with 63 additions and 63 deletions

View file

@ -43,6 +43,6 @@ rustPlatform.buildRustPackage rec {
'';
changelog = "https://github.com/tweag/nickel/blob/${version}/RELEASES.md";
license = licenses.mit;
maintainers = with maintainers; [ AndersonTorres felschr ];
maintainers = with maintainers; [ AndersonTorres felschr matthiasbeyer ];
};
}

View file

@ -35,6 +35,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/EmbarkStudios/cargo-about";
changelog = "https://github.com/EmbarkStudios/cargo-about/blob/${version}/CHANGELOG.md";
license = with licenses; [ mit /* or */ asl20 ];
maintainers = with maintainers; [ evanjs figsoda ];
maintainers = with maintainers; [ evanjs figsoda matthiasbeyer ];
};
}

View file

@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
description = "A Cargo subcommand to build and test all feature flag combinations";
homepage = "https://github.com/frewsxcv/cargo-all-features";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/rust-embedded/cargo-binutils";
changelog = "https://github.com/rust-embedded/cargo-binutils/blob/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 mit ];
maintainers = with maintainers; [ stupremee ];
maintainers = with maintainers; [ stupremee matthiasbeyer ];
};
}

View file

@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/RazrFalcon/cargo-bloat";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ xrelkd ];
maintainers = with maintainers; [ xrelkd matthiasbeyer ];
};
}

View file

@ -21,6 +21,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sstadick/cargo-bundle-licenses";
changelog = "https://github.com/sstadick/cargo-bundle-licenses/blob/${src.rev}/CHANGELOG.md";
license = with licenses; [ mit asl20 ];
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -21,6 +21,6 @@ rustPlatform.buildRustPackage rec {
description = "Manage cargo cache (\${CARGO_HOME}, ~/.cargo/), print sizes of dirs and remove dirs selectively";
homepage = "https://github.com/matthiaskrgr/cargo-cache";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ Br1ght0ne ];
maintainers = with maintainers; [ Br1ght0ne matthiasbeyer ];
};
}

View file

@ -20,6 +20,6 @@ rustPlatform.buildRustPackage rec {
description = "A tool to execute Rust code carefully, with extra checking along the way";
homepage = "https://github.com/RalfJung/cargo-careful";
license = with licenses; [ asl20 mit ];
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -36,6 +36,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/janlikar/cargo-clone";
changelog = "https://github.com/janlikar/cargo-clone/blob/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 mit ];
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -41,6 +41,6 @@ rustPlatform.buildRustPackage rec {
description = "A cryptographically verifiable code review system for the cargo (Rust) package manager";
homepage = "https://github.com/crev-dev/cargo-crev";
license = with licenses; [ asl20 mit mpl20 ];
maintainers = with maintainers; [ b4dm4n ];
maintainers = with maintainers; [ b4dm4n matthiasbeyer ];
};
}

View file

@ -17,6 +17,6 @@ rustPlatform.buildRustPackage rec {
description = "Cargo extension for running Criterion.rs benchmarks";
homepage = "https://github.com/bheisler/cargo-criterion";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ humancalico ];
maintainers = with maintainers; [ humancalico matthiasbeyer ];
};
}

View file

@ -27,6 +27,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/deadlinks/cargo-deadlinks";
changelog = "https://github.com/deadlinks/cargo-deadlinks/blob/${version}/CHANGELOG.md";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ newam ];
maintainers = with maintainers; [ newam matthiasbeyer ];
};
}

View file

@ -36,6 +36,6 @@ rustPlatform.buildRustPackage rec {
description = "A cargo subcommand that generates Debian packages from information in Cargo.toml";
homepage = "https://github.com/kornelski/cargo-deb";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne ];
maintainers = with maintainers; [ Br1ght0ne matthiasbeyer ];
};
}

View file

@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://sr.ht/~jplatte/cargo-depgraph";
changelog = "https://git.sr.ht/~jplatte/cargo-depgraph/tree/${src.rev}/item/CHANGELOG.md";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -47,6 +47,6 @@ rustPlatform.buildRustPackage rec {
description = "A tool to analyze the third-party dependencies imported by a rust crate or rust workspace";
homepage = "https://github.com/mimoo/cargo-dephell";
license = with licenses; [ mit /* or */ asl20 ];
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -15,6 +15,6 @@ rustPlatform.buildRustPackage rec {
description = "Cargo subcommand for building dependency graphs of Rust projects";
homepage = "https://github.com/m-cat/cargo-deps";
license = licenses.mit;
maintainers = with maintainers; [ arcnmx ];
maintainers = with maintainers; [ arcnmx matthiasbeyer ];
};
}

View file

@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/the-lean-crate/cargo-diet";
changelog = "https://github.com/the-lean-crate/cargo-diet/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -45,6 +45,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/axodotdev/cargo-dist";
changelog = "https://github.com/axodotdev/cargo-dist/blob/${src.rev}/CHANGELOG.md";
license = with licenses; [ asl20 mit ];
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Robzz/cargo-docset";
changelog = "https://github.com/Robzz/cargo-docset/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ colinsane ];
maintainers = with maintainers; [ colinsane matthiasbeyer ];
};
}

View file

@ -41,6 +41,6 @@ rustPlatform.buildRustPackage rec {
description = "A cargo subcommand for displaying when different versions of a same dependency are pulled in";
homepage = "https://github.com/Keruspe/cargo-duplicates";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Riey/cargo-feature";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ riey ];
maintainers = with maintainers; [ riey matthiasbeyer ];
};
}

View file

@ -33,6 +33,6 @@ rustPlatform.buildRustPackage rec {
description = "Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3";
homepage = "https://github.com/flamegraph-rs/flamegraph";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ killercup ];
maintainers = with maintainers; [ killercup matthiasbeyer ];
};
}

View file

@ -21,6 +21,6 @@ rustPlatform.buildRustPackage rec {
description = "Command line helpers for fuzzing";
homepage = "https://github.com/rust-fuzz/cargo-fuzz";
license = with licenses; [ mit asl20 ];
maintainers = [ maintainers.ekleog ];
maintainers = with maintainers; [ ekleog matthiasbeyer ];
};
}

View file

@ -54,6 +54,6 @@ rustPlatform.buildRustPackage rec {
code is appropriate.
'';
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ evanjs jk ];
maintainers = with maintainers; [ evanjs jk matthiasbeyer ];
};
}

View file

@ -53,6 +53,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/cargo-generate/cargo-generate";
changelog = "https://github.com/cargo-generate/cargo-generate/blob/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ figsoda turbomack ];
maintainers = with maintainers; [ figsoda turbomack matthiasbeyer ];
};
}

View file

@ -17,6 +17,6 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A cargo subcommand for creating GraphViz DOT files and dependency graphs";
license = with licenses; [ mit ];
maintainers = with maintainers; [ basvandijk ];
maintainers = with maintainers; [ basvandijk matthiasbeyer ];
};
}

View file

@ -35,6 +35,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://gitlab.com/imp/cargo-info";
changelog = "https://gitlab.com/imp/cargo-info/-/blob/${src.rev}/CHANGELOG.md";
license = with licenses; [ mit asl20 ];
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
description = "See what Rust is doing behind the curtains";
homepage = "https://github.com/mre/cargo-inspect";
license = with licenses; [ mit asl20 ];
maintainers = with maintainers; [ minijackson ];
maintainers = with maintainers; [ minijackson matthiasbeyer ];
};
}

View file

@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/mitsuhiko/insta";
changelog = "https://github.com/mitsuhiko/insta/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with lib.maintainers; [ figsoda oxalica ];
maintainers = with lib.maintainers; [ figsoda oxalica matthiasbeyer ];
};
}

View file

@ -30,6 +30,6 @@ rustPlatform.buildRustPackage rec {
description = "Cargo subcommand to run kcov to get coverage report on Linux";
homepage = "https://github.com/kennytm/cargo-kcov";
license = with licenses; [ mit ];
maintainers = with maintainers; [ saschagrunert ];
maintainers = with maintainers; [ saschagrunert matthiasbeyer ];
};
}

View file

@ -15,6 +15,6 @@ rustPlatform.buildRustPackage rec {
description = "Cargo subcommand to see license of dependencies";
homepage = "https://github.com/onur/cargo-license";
license = with licenses; [ mit ];
maintainers = with maintainers; [ basvandijk figsoda ];
maintainers = with maintainers; [ basvandijk figsoda matthiasbeyer ];
};
}

View file

@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
description = "Cargo subcommand \"limit\": reduces the noise of compiler messages";
homepage = "https://github.com/alopatindev/cargo-limit";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ otavio ];
maintainers = with maintainers; [ otavio matthiasbeyer ];
};
}

View file

@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec {
library (e.g. fenix or rust-overlay)
'';
license = with lib.licenses; [ asl20 /* or */ mit ];
maintainers = with lib.maintainers; [ wucke13 ];
maintainers = with lib.maintainers; [ wucke13 matthiasbeyer ];
};
}

View file

@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/dtolnay/cargo-llvm-lines";
changelog = "https://github.com/dtolnay/cargo-llvm-lines/releases/tag/${src.rev}";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/rustsec/rustsec/tree/main/cargo-lock";
changelog = "https://github.com/rustsec/rustsec/blob/cargo-lock/v${version}/cargo-lock/CHANGELOG.md";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -24,6 +24,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/bnjbvr/cargo-machete";
changelog = "https://github.com/bnjbvr/cargo-machete/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/regexident/cargo-modules";
changelog = "https://github.com/regexident/cargo-modules/blob/${version}/CHANGELOG.md";
license = with licenses; [ mpl20 ];
maintainers = with maintainers; [ figsoda rvarago ];
maintainers = with maintainers; [ figsoda rvarago matthiasbeyer ];
};
}

View file

@ -49,6 +49,6 @@ rustPlatform.buildRustPackage rec {
description = "Cargo subcommand \"msrv\": assists with finding your minimum supported Rust version (MSRV)";
homepage = "https://github.com/foresterre/cargo-msrv";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ otavio ];
maintainers = with maintainers; [ otavio matthiasbeyer ];
};
}

View file

@ -30,6 +30,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/nextest-rs/nextest";
changelog = "https://nexte.st/CHANGELOG.html";
license = with licenses; [ mit asl20 ];
maintainers = with maintainers; [ ekleog figsoda ];
maintainers = with maintainers; [ ekleog figsoda matthiasbeyer ];
};
}

View file

@ -35,6 +35,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/kbknapp/cargo-outdated";
changelog = "https://github.com/kbknapp/cargo-outdated/blob/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ ivan ];
maintainers = with maintainers; [ ivan matthiasbeyer ];
};
}

View file

@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
description = "Generate README.md from docstrings";
homepage = "https://github.com/livioribeiro/cargo-readme";
license = with licenses; [ mit asl20 ];
maintainers = with maintainers; [ baloo ];
maintainers = with maintainers; [ baloo matthiasbeyer ];
};
}

View file

@ -36,6 +36,6 @@ rustPlatform.buildRustPackage rec {
description = "Cargo subcommand \"rr\": a light wrapper around rr, the time-travelling debugger";
homepage = "https://github.com/danielzfranklin/cargo-rr";
license = with licenses; [ mit ];
maintainers = with maintainers; [ otavio ];
maintainers = with maintainers; [ otavio matthiasbeyer ];
};
}

View file

@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pacak/cargo-show-asm";
changelog = "https://github.com/pacak/cargo-show-asm/blob/${version}/Changelog.md";
license = with licenses; [ asl20 mit ];
maintainers = with maintainers; [ figsoda oxalica ];
maintainers = with maintainers; [ figsoda oxalica matthiasbeyer ];
mainProgram = "cargo-asm";
};
}

View file

@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/devinr528/cargo-sort";
changelog = "https://github.com/devinr528/cargo-sort/blob/v${version}/changelog.md";
license = with licenses; [ mit /* or */ asl20 ];
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -33,6 +33,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/drahnr/cargo-spellcheck";
changelog = "https://github.com/drahnr/cargo-spellcheck/blob/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ newam ];
maintainers = with maintainers; [ newam matthiasbeyer ];
};
}

View file

@ -27,6 +27,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/rust-secure-code/cargo-supply-chain";
changelog = "https://github.com/rust-secure-code/cargo-supply-chain/blob/${src.rev}/CHANGELOG.md";
license = with licenses; [ asl20 mit zlib ]; # any of three
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -17,6 +17,6 @@ rustPlatform.buildRustPackage rec {
description = "A Cargo subcommand for cleaning up unused build files generated by Cargo";
homepage = "https://github.com/holmgr/cargo-sweep";
license = licenses.mit;
maintainers = with maintainers; [ xrelkd ];
maintainers = with maintainers; [ xrelkd matthiasbeyer ];
};
}

View file

@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/phaazon/cargo-sync-readme";
changelog = "https://github.com/phaazon/cargo-sync-readme/blob/${version}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ b4dm4n ];
maintainers = with maintainers; [ b4dm4n matthiasbeyer ];
};
}

View file

@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/dtolnay/cargo-tally";
changelog = "https://github.com/dtolnay/cargo-tally/releases/tag/${version}";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/yozhgoor/cargo-temp";
changelog = "https://github.com/yozhgoor/cargo-temp/releases/tag/${src.rev}";
license = with licenses; [ mit /* or */ asl20 ];
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/fuellabs/cargo-toml-lint";
changelog = "https://github.com/fuellabs/cargo-toml-lint/releases/tag/v${version}";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ mitchmindtree ];
maintainers = with maintainers; [ mitchmindtree matthiasbeyer ];
};
}

View file

@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec {
description = "Find unused dependencies in Cargo.toml";
homepage = "https://github.com/est31/cargo-udeps";
license = licenses.mit;
maintainers = with maintainers; [ b4dm4n ];
maintainers = with maintainers; [ b4dm4n matthiasbeyer ];
};
}

View file

@ -53,6 +53,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/slint-ui/cargo-ui";
changelog = "https://github.com/slint-ui/cargo-ui/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit asl20 gpl3Only ];
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

View file

@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
description = "A tool to find potential unused enabled feature flags and prune them";
homepage = "https://github.com/timonpost/cargo-unused-features";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
mainProgram = "unused-features";
};
}

View file

@ -60,6 +60,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/nabijaczleweli/cargo-update";
changelog = "https://github.com/nabijaczleweli/cargo-update/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ gerschtli Br1ght0ne johntitor ];
maintainers = with maintainers; [ gerschtli Br1ght0ne johntitor matthiasbeyer ];
};
}

View file

@ -38,6 +38,6 @@ rustPlatform.buildRustPackage rec {
description = ''Cargo subcommand "valgrind": runs valgrind and collects its output in a helpful manner'';
homepage = "https://github.com/jfrimmel/cargo-valgrind";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ otavio ];
maintainers = with maintainers; [ otavio matthiasbeyer ];
};
}

View file

@ -34,6 +34,6 @@ rustPlatform.buildRustPackage rec {
description = "A Cargo subcommand for watching over Cargo project's source";
homepage = "https://github.com/watchexec/cargo-watch";
license = licenses.cc0;
maintainers = with maintainers; [ xrelkd ivan ];
maintainers = with maintainers; [ xrelkd ivan matthiasbeyer ];
};
}

View file

@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec {
description = "A simple cargo plugin to get a list of features for a specific crate";
homepage = "https://github.com/museun/cargo-whatfeatures";
license = with licenses; [ mit asl20 ];
maintainers = with maintainers; [ ivan-babrou ];
maintainers = with maintainers; [ ivan-babrou matthiasbeyer ];
};
}

View file

@ -44,6 +44,6 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/pksunkara/cargo-workspaces";
license = licenses.mit;
maintainers = with maintainers; [ macalinao ];
maintainers = with maintainers; [ macalinao matthiasbeyer ];
};
}

View file

@ -32,6 +32,6 @@ rustPlatform.buildRustPackage rec {
description = "Blazingly fast terminal recorder that generates animated gif images for the web written in rust";
homepage = "https://github.com/sassman/t-rec-rs";
license = with licenses; [ gpl3Only ];
maintainers = [ maintainers.hoverbear ];
maintainers = with maintainers; [ hoverbear matthiasbeyer ];
};
}

View file

@ -20,6 +20,6 @@ rustPlatform.buildRustPackage rec {
description = "A simple, user-friendly alternative to sort | uniq";
homepage = "https://github.com/lostutils/uq";
license = licenses.mit;
maintainers = with maintainers; [ doronbehar ];
maintainers = with maintainers; [ doronbehar matthiasbeyer ];
};
}

View file

@ -37,6 +37,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/builditluc/wiki-tui";
changelog = "https://github.com/Builditluc/wiki-tui/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ lom builditluc ];
maintainers = with maintainers; [ lom builditluc matthiasbeyer ];
};
}

View file

@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/rust-lang/mdBook";
changelog = "https://github.com/rust-lang/mdBook/blob/v${version}/CHANGELOG.md";
license = [ licenses.mpl20 ];
maintainers = with maintainers; [ havvy Frostman ];
maintainers = with maintainers; [ havvy Frostman matthiasbeyer ];
};
}