Fixing the descsription of some packages. Previously I misunderstood what

they were for, in particular.


svn path=/nixpkgs/trunk/; revision=19321
This commit is contained in:
Lluís Batlle i Rossell
2010-01-09 21:33:28 +00:00
parent 517fdec44b
commit abffb0bdcb
3 changed files with 10 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ stdenv.mkDerivation {
buildInputs = [ pkgconfig pcsclite ];
meta = {
description = "Smart card framework";
homepage = http://muscleplugins.alioth.debian.org/;
description = "Library for MUSCLE smartcard applications";
homepage = http://pcsclite.alioth.debian.org/;
license = "BSD";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;