Loading pkgs/development/interpreters/nickel/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; } pkgs/development/tools/rust/cargo-about/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; } pkgs/development/tools/rust/cargo-all-features/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; } pkgs/development/tools/rust/cargo-binutils/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; } pkgs/development/tools/rust/cargo-bloat/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; } Loading
pkgs/development/interpreters/nickel/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; }
pkgs/development/tools/rust/cargo-about/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; }
pkgs/development/tools/rust/cargo-all-features/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; }
pkgs/development/tools/rust/cargo-binutils/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; }
pkgs/development/tools/rust/cargo-bloat/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; }