Unverified Commit 1392f503 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

python3Packages.vl-convert-python: remove maintainer (#491556)

parents 7c6784fc 542c43be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,6 +55,6 @@ buildPythonPackage rec {
    license = lib.licenses.bsd3;
    homepage = "https://github.com/vega/vl-convert";
    changelog = "https://github.com/vega/vl-convert/releases/tag/v${version}";
    maintainers = with lib.maintainers; [ antonmosich ];
    maintainers = [ ];
  };
}