1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Update crate attributes for tee

This commit is contained in:
pabzdzdzwiagief 2013-12-27 20:56:15 +01:00
parent f1e8a30872
commit 2d5180be07

View file

@ -1,4 +1,5 @@
#[link(name="tee", vers="1.0.0", author="Aleksander Bielawski")];
#[crate_id(name="tee", vers="1.0.0", author="Aleksander Bielawski")];
#[license="MIT"];
/*
* This file is part of the uutils coreutils package.