odpic: fix typo in metadata

This commit is contained in:
Maciej Kazulak 2018-06-04 23:33:06 +02:00
parent b7e25adbde
commit fca22a6078

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "Oracle ODPI-C library";
homepage = "https://oracle.github.io/odpi/";
maintainers = with maintainers; [ mkazulak ];
licence = licenses.asl20;
license = licenses.asl20;
platforms = [ "x86_64-linux" ];
hydraPlatforms = [];
};