Merge pull request #418 from ebfe/uniq

uniq: crate_id -> crate_name
This commit is contained in:
I'm Blood Elf ... And What !? 2014-10-11 20:14:17 +04:00
commit 5b0fb6a1cc

View file

@ -1,4 +1,4 @@
#![crate_id(name="uniq", vers="1.0.0", author="Chirag B. Jadwani")]
#![crate_name = "uniq"]
/*
* This file is part of the uutils coreutils package.
*