3
0
Fork 0
forked from mirrors/nixpkgs

cargo: Add myself to maintainers

This commit is contained in:
Ricardo M. Correia 2015-05-19 18:38:51 +02:00
parent 9b752fd0e1
commit 2817e74d37

View file

@ -26,6 +26,7 @@
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://crates.io; homepage = http://crates.io;
description = "Downloads your Rust project's dependencies and builds your project"; description = "Downloads your Rust project's dependencies and builds your project";
maintainers = with maintainers; [ wizeman ];
license = [ licenses.mit licenses.asl20 ]; license = [ licenses.mit licenses.asl20 ];
platforms = platforms.linux; platforms = platforms.linux;
}; };