Merge pull request #230011 from spwhitt/remove-spwhitt

Remove myself as maintainer
This commit is contained in:
Rick van Schijndel 2023-05-06 16:38:40 +02:00 committed by GitHub
commit 67486d98ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 17 additions and 23 deletions

View file

@ -14679,12 +14679,6 @@
githubId = 6391601; githubId = 6391601;
name = "Roger Mason"; name = "Roger Mason";
}; };
spwhitt = {
email = "sw@swhitt.me";
github = "spwhitt";
githubId = 1414088;
name = "Spencer Whitt";
};
squalus = { squalus = {
email = "squalus@squalus.net"; email = "squalus@squalus.net";
github = "squalus"; github = "squalus";

View file

@ -26,6 +26,6 @@ pythonPackages.buildPythonApplication rec {
homepage = "https://github.com/pimusicbox/mopidy-musicbox-webclient"; homepage = "https://github.com/pimusicbox/mopidy-musicbox-webclient";
changelog = "https://github.com/pimusicbox/mopidy-musicbox-webclient/blob/v${version}/CHANGELOG.rst"; changelog = "https://github.com/pimusicbox/mopidy-musicbox-webclient/blob/v${version}/CHANGELOG.rst";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ spwhitt ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -18,6 +18,6 @@ pythonPackages.buildPythonApplication rec {
meta = with lib; { meta = with lib; {
description = "Mopidy extension for playing music from SoundCloud"; description = "Mopidy extension for playing music from SoundCloud";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.spwhitt ]; maintainers = [ ];
}; };
} }

View file

@ -52,6 +52,6 @@ python3.pkgs.buildPythonApplication rec {
description = "Mopidy extension for playing music from YouTube"; description = "Mopidy extension for playing music from YouTube";
homepage = "https://github.com/natumbri/mopidy-youtube"; homepage = "https://github.com/natumbri/mopidy-youtube";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ spwhitt ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
description = "GIT utilities -- repo summary, repl, changelog population, author commit percentages and more"; description = "GIT utilities -- repo summary, repl, changelog population, author commit percentages and more";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ spwhitt cko SuperSandro2000 ]; maintainers = with maintainers; [ cko SuperSandro2000 ];
}; };
} }

View file

@ -19,6 +19,6 @@ buildPythonApplication rec {
homepage = "https://github.com/mhagger/git-imerge"; homepage = "https://github.com/mhagger/git-imerge";
description = "Perform a merge between two branches incrementally"; description = "Perform a merge between two branches incrementally";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.spwhitt ]; maintainers = [ ];
}; };
} }

View file

@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Fastest Fourier Transform in the West library"; description = "Fastest Fourier Transform in the West library";
homepage = "http://www.fftw.org/"; homepage = "http://www.fftw.org/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.spwhitt ]; maintainers = [ ];
pkgConfigModules = [ pkgConfigModules = [
{ {
"single" = "fftw3f"; "single" = "fftw3f";

View file

@ -88,6 +88,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.imlib2; license = licenses.imlib2;
pkgConfigModules = [ "imlib2" ]; pkgConfigModules = [ "imlib2" ];
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ spwhitt ]; maintainers = with maintainers; [ ];
}; };
}) })

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "Extensible Binary Meta Language library"; description = "Extensible Binary Meta Language library";
homepage = "https://dl.matroska.org/downloads/libebml/"; homepage = "https://dl.matroska.org/downloads/libebml/";
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ spwhitt ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "A library to parse Matroska files"; description = "A library to parse Matroska files";
homepage = "https://matroska.org/"; homepage = "https://matroska.org/";
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ spwhitt ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
description = "A library for support vector machines"; description = "A library for support vector machines";
homepage = "https://www.csie.ntu.edu.tw/~cjlin/libsvm/"; homepage = "https://www.csie.ntu.edu.tw/~cjlin/libsvm/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.spwhitt ]; maintainers = [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.theora.org/"; homepage = "https://www.theora.org/";
description = "Library for Theora, a free and open video compression format"; description = "Library for Theora, a free and open video compression format";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ spwhitt ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "An implementation of the Dirac video codec in ANSI C"; description = "An implementation of the Dirac video codec in ANSI C";
homepage = "https://sourceforge.net/projects/schrodinger/"; homepage = "https://sourceforge.net/projects/schrodinger/";
maintainers = [ maintainers.spwhitt ]; maintainers = [ ];
license = [ licenses.mpl11 licenses.lgpl2 licenses.mit ]; license = [ licenses.mpl11 licenses.lgpl2 licenses.mit ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.videolan.org/developers/x264.html"; homepage = "http://www.videolan.org/developers/x264.html";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ spwhitt tadeokondrak ]; maintainers = with maintainers; [ tadeokondrak ];
}; };
} }

View file

@ -85,7 +85,7 @@ python3Packages.buildPythonApplication rec {
homepage = "https://xon.sh/"; homepage = "https://xon.sh/";
changelog = "https://github.com/xonsh/xonsh/raw/${version}/CHANGELOG.rst"; changelog = "https://github.com/xonsh/xonsh/raw/${version}/CHANGELOG.rst";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ spwhitt vrthra ]; maintainers = with maintainers; [ vrthra ];
}; };
passthru = { passthru = {

View file

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
description = "ZSH completions for Nix, NixOS, and NixOps"; description = "ZSH completions for Nix, NixOS, and NixOps";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ spwhitt olejorgenb hedning ma27 ]; maintainers = with maintainers; [ olejorgenb hedning ma27 ];
}; };
} }

View file

@ -47,6 +47,6 @@ python3Packages.buildPythonApplication rec {
description = "Do The Right Extraction: A tool for taking the hassle out of extracting archives"; description = "Do The Right Extraction: A tool for taking the hassle out of extracting archives";
homepage = "https://github.com/dtrx-py/dtrx"; homepage = "https://github.com/dtrx-py/dtrx";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.spwhitt ]; maintainers = [ ];
}; };
} }

View file

@ -19,6 +19,6 @@ buildPythonApplication rec {
homepage = "https://s3tools.org/s3cmd"; homepage = "https://s3tools.org/s3cmd";
description = "Command line tool for managing Amazon S3 and CloudFront services"; description = "Command line tool for managing Amazon S3 and CloudFront services";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.spwhitt ]; maintainers = [ ];
}; };
} }