Fixing a typo in the icoutils file.
svn path=/nixpkgs/trunk/; revision=31267
This commit is contained in:
parent
8fadcd285a
commit
855e8f45a4
@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ libpng ];
|
buildInputs = [ libpng ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.nongnu.org/icoutils/
|
homepage = http://www.nongnu.org/icoutils/;
|
||||||
description = "Set of programs to deal with Microsoft Windows(R) icon and cursor files";;
|
description = "Set of programs to deal with Microsoft Windows(R) icon and cursor files";
|
||||||
license = "GPLv3+";
|
license = "GPLv3+";
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user