oracle-instantclient: drop myself as a maintainer

I'm not personally connecting to Oracle Databases much these days.
This commit is contained in:
Florian Klink 2023-09-07 11:32:07 +03:00
parent 1d1a8f9dd2
commit f7b1f00bfb

View file

@ -143,7 +143,7 @@ stdenv.mkDerivation {
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ flokli dylanmtaylor ];
maintainers = with maintainers; [ dylanmtaylor ];
hydraPlatforms = [ ];
};
}