forked from mirrors/nixpkgs
oracle-instantclient: add flokli as maintainer
This commit is contained in:
parent
c9ce4b2f20
commit
82eaa5ba37
|
@ -86,6 +86,6 @@ in stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ pesterhazy ];
|
maintainers = with maintainers; [ pesterhazy flokli ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue