ossp-uuid: Meta fixup

This commit is contained in:
William A. Kennington III 2015-05-23 18:33:09 -07:00
parent 9c6d4533d0
commit 3ede091d56

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation {
sha256= "11a615225baa5f8bb686824423f50e4427acd3f70d394765bdff32801f0fd5b0";
};
meta = {
meta = with stdenv.lib; {
homepage = http://www.ossp.org/pkg/lib/uuid/;
description = "OSSP uuid ISO-C and C++ shared library";
longDescription =
@ -35,6 +35,7 @@ stdenv.mkDerivation {
short lifetime and to reliably identifying very persistent
objects across a network.
'';
license = stdenv.lib.licenses.bsd2;
license = licenses.bsd2;
platforms = platforms.all;
};
}
}