odpic: fix typo in metadata
This commit is contained in:
parent
b7e25adbde
commit
fca22a6078
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Oracle ODPI-C library";
|
description = "Oracle ODPI-C library";
|
||||||
homepage = "https://oracle.github.io/odpi/";
|
homepage = "https://oracle.github.io/odpi/";
|
||||||
maintainers = with maintainers; [ mkazulak ];
|
maintainers = with maintainers; [ mkazulak ];
|
||||||
licence = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
hydraPlatforms = [];
|
hydraPlatforms = [];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue