diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 2961046d7e48..d6de42de2bb4 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -23260,12 +23260,6 @@ githubId = 15986681; name = "Simon Bruder"; }; - scalavision = { - email = "scalavision@gmail.com"; - github = "scalavision"; - githubId = 3958212; - name = "Tom Sorlie"; - }; scd31 = { name = "scd31"; github = "scd31"; diff --git a/pkgs/by-name/de/deeptools/package.nix b/pkgs/by-name/de/deeptools/package.nix index 509242f7b521..5aedaaaca27d 100644 --- a/pkgs/by-name/de/deeptools/package.nix +++ b/pkgs/by-name/de/deeptools/package.nix @@ -61,6 +61,5 @@ python3Packages.buildPythonApplication rec { mit bsd3 ]; - maintainers = with lib.maintainers; [ scalavision ]; }; } diff --git a/pkgs/by-name/de/delly/package.nix b/pkgs/by-name/de/delly/package.nix index 5f07377b9171..a41b0249397b 100644 --- a/pkgs/by-name/de/delly/package.nix +++ b/pkgs/by-name/de/delly/package.nix @@ -63,7 +63,6 @@ stdenv.mkDerivation (finalAttrs: { description = "Structural variant caller for mapped DNA sequenced data"; mainProgram = "delly"; license = licenses.bsd3; - maintainers = with maintainers; [ scalavision ]; platforms = platforms.unix; longDescription = '' Delly is an integrated structural variant (SV) prediction method diff --git a/pkgs/by-name/ke/kent/package.nix b/pkgs/by-name/ke/kent/package.nix index ed04394e21a1..2eab7e6b7d52 100644 --- a/pkgs/by-name/ke/kent/package.nix +++ b/pkgs/by-name/ke/kent/package.nix @@ -100,7 +100,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "http://genome.ucsc.edu"; changelog = "https://github.com/ucscGenomeBrowser/kent/releases/tag/v${finalAttrs.version}_base"; license = lib.licenses.unfree; - maintainers = with lib.maintainers; [ scalavision ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/mi/mill/package.nix b/pkgs/by-name/mi/mill/package.nix index 1dc0dc2e4ef3..f64f6d063255 100644 --- a/pkgs/by-name/mi/mill/package.nix +++ b/pkgs/by-name/mi/mill/package.nix @@ -60,7 +60,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { modules (written in Java or Scala) or through an external subprocesses. ''; maintainers = with lib.maintainers; [ - scalavision zenithal ]; platforms = [ diff --git a/pkgs/by-name/sv/svaba/package.nix b/pkgs/by-name/sv/svaba/package.nix index 075f5cc7f394..97ed8268121b 100644 --- a/pkgs/by-name/sv/svaba/package.nix +++ b/pkgs/by-name/sv/svaba/package.nix @@ -50,7 +50,6 @@ stdenv.mkDerivation rec { mainProgram = "svaba"; license = licenses.gpl3; homepage = "https://github.com/walaj/svaba"; - maintainers = with maintainers; [ scalavision ]; platforms = platforms.linux; longDescription = '' SvABA is a method for detecting structural variants in sequencing data diff --git a/pkgs/by-name/tr/truvari/package.nix b/pkgs/by-name/tr/truvari/package.nix index 826def39c1e5..054aa851baa7 100644 --- a/pkgs/by-name/tr/truvari/package.nix +++ b/pkgs/by-name/tr/truvari/package.nix @@ -87,7 +87,6 @@ python3Packages.buildPythonApplication rec { license = licenses.mit; maintainers = with maintainers; [ natsukium - scalavision ]; longDescription = '' Truvari is a benchmarking tool for comparison sets of SVs. diff --git a/pkgs/development/python-modules/deeptoolsintervals/default.nix b/pkgs/development/python-modules/deeptoolsintervals/default.nix index d3003ee0dc2b..d458f671f6ea 100644 --- a/pkgs/development/python-modules/deeptoolsintervals/default.nix +++ b/pkgs/development/python-modules/deeptoolsintervals/default.nix @@ -28,6 +28,5 @@ buildPythonPackage rec { homepage = "https://deeptools.readthedocs.io/en/develop"; description = "Helper library for deeptools"; license = licenses.mit; - maintainers = with maintainers; [ scalavision ]; }; } diff --git a/pkgs/development/python-modules/py2bit/default.nix b/pkgs/development/python-modules/py2bit/default.nix index c529e47f1fc9..c6c1006cd531 100644 --- a/pkgs/development/python-modules/py2bit/default.nix +++ b/pkgs/development/python-modules/py2bit/default.nix @@ -35,6 +35,5 @@ buildPythonPackage rec { A python extension, written in C, for quick access to 2bit files. The extension uses lib2bit for file access. ''; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ scalavision ]; }; } diff --git a/pkgs/development/python-modules/pybigwig/default.nix b/pkgs/development/python-modules/pybigwig/default.nix index 02db5e236319..86c1a852e4f4 100644 --- a/pkgs/development/python-modules/pybigwig/default.nix +++ b/pkgs/development/python-modules/pybigwig/default.nix @@ -51,6 +51,5 @@ buildPythonPackage rec { homepage = "https://github.com/deeptools/pyBigWig"; changelog = "https://github.com/deeptools/pyBigWig/releases/tag/${src.tag}"; license = licenses.mit; - maintainers = with maintainers; [ scalavision ]; }; }