lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cargo: Add myself to maintainers

+1
+1
pkgs/development/tools/build-managers/cargo/common.nix
··· 26 26 meta = with stdenv.lib; { 27 27 homepage = http://crates.io; 28 28 description = "Downloads your Rust project's dependencies and builds your project"; 29 + maintainers = with maintainers; [ wizeman ]; 29 30 license = [ licenses.mit licenses.asl20 ]; 30 31 platforms = platforms.linux; 31 32 };