1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

urkud asked to fix a broken meta..

svn path=/nixpkgs/trunk/; revision=9643
This commit is contained in:
Michael Raskin 2007-11-11 17:20:06 +00:00
parent 0cd729c415
commit 86959dbe05

View file

@ -7,9 +7,9 @@ stdenv.mkDerivation {
sha256 = "0cip97xskrsfp6v1v966jb921srl1s65a5d8s0l73s85yww55n73";
};
meta = [
meta = {
homepage = http://www.gnu.org/software/libidn;
description = "GNU Libidn library for internationalized domain names";
license = "LGPL";
];
};
}