treewide: remove cstrahan from meta.maintainers - part 2

19 files modified with this removal
This commit is contained in:
Anderson Torres 2023-09-29 19:29:36 -03:00
parent 492414af5f
commit a9d73dea16
19 changed files with 17 additions and 19 deletions

View File

@ -180,7 +180,7 @@ stdenv.mkDerivation {
description = "Vim - the text editor - for macOS"; description = "Vim - the text editor - for macOS";
homepage = "https://github.com/macvim-dev/macvim"; homepage = "https://github.com/macvim-dev/macvim";
license = licenses.vim; license = licenses.vim;
maintainers = with maintainers; [ cstrahan lilyball ]; maintainers = with maintainers; [ lilyball ];
platforms = platforms.darwin; platforms = platforms.darwin;
hydraPlatforms = []; # hydra can't build this as long as we rely on Xcode and sandboxProfile hydraPlatforms = []; # hydra can't build this as long as we rely on Xcode and sandboxProfile
}; };

View File

@ -55,6 +55,6 @@ buildGoModule rec {
description = "A way of storing, syncing, sharing, modelling and backing up content (née Camlistore)"; description = "A way of storing, syncing, sharing, modelling and backing up content (née Camlistore)";
homepage = "https://perkeep.org"; homepage = "https://perkeep.org";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ cstrahan danderson kalbasit ]; maintainers = with maintainers; [ danderson kalbasit ];
}; };
} }

View File

@ -95,7 +95,7 @@ in stdenv.mkDerivation rec {
homepage = "https://w3m.sourceforge.net/"; homepage = "https://w3m.sourceforge.net/";
changelog = "https://github.com/tats/w3m/blob/v${version}/ChangeLog"; changelog = "https://github.com/tats/w3m/blob/v${version}/ChangeLog";
description = "A text-mode web browser"; description = "A text-mode web browser";
maintainers = with maintainers; [ cstrahan anthonyroussel ]; maintainers = with maintainers; [ anthonyroussel ];
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.mit; license = licenses.mit;
mainProgram = "w3m"; mainProgram = "w3m";

View File

@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
description = "A small but very powerful text-based mail client"; description = "A small but very powerful text-based mail client";
homepage = "http://www.neomutt.org"; homepage = "http://www.neomutt.org";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ cstrahan erikryb jfrankenau vrthra ma27 raitobezarius ]; maintainers = with maintainers; [ erikryb jfrankenau vrthra ma27 raitobezarius ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -33,7 +33,6 @@ in stdenv.mkDerivation rec {
meta = { meta = {
inherit (iosevka.meta) homepage downloadPage description license platforms; inherit (iosevka.meta) homepage downloadPage description license platforms;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
cstrahan
montchr montchr
]; ];
}; };

View File

@ -136,7 +136,6 @@ buildNpmPackage rec {
license = licenses.ofl; license = licenses.ofl;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ maintainers = with maintainers; [
cstrahan
jfrankenau jfrankenau
ttuegel ttuegel
babariviere babariviere

View File

@ -263,7 +263,7 @@ in stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://www.rust-lang.org/"; homepage = "https://www.rust-lang.org/";
description = "A safe, concurrent, practical language"; description = "A safe, concurrent, practical language";
maintainers = with maintainers; [ cstrahan globin havvy ] ++ teams.rust.members; maintainers = with maintainers; [ globin havvy ] ++ teams.rust.members;
license = [ licenses.mit licenses.asl20 ]; license = [ licenses.mit licenses.asl20 ];
platforms = [ platforms = [
# Platforms with host tools from # Platforms with host tools from

View File

@ -51,6 +51,6 @@ stdenv.mkDerivation rec {
homepage = "http://rapidjson.org/"; homepage = "http://rapidjson.org/";
license = licenses.mit; license = licenses.mit;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ cstrahan dotlambda ]; maintainers = with maintainers; [ dotlambda ];
}; };
} }

View File

@ -174,7 +174,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://v8.dev/"; homepage = "https://v8.dev/";
description = "Google's open source JavaScript engine"; description = "Google's open source JavaScript engine";
maintainers = with maintainers; [ cstrahan proglodyte matthewbauer ]; maintainers = with maintainers; [ proglodyte matthewbauer ];
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.bsd3; license = licenses.bsd3;
}; };

View File

@ -201,7 +201,7 @@ buildPythonPackage rec {
homepage = "https://jupyter.org/"; homepage = "https://jupyter.org/";
changelog = "https://github.com/jupyterhub/jupyterhub/blob/${version}/docs/source/reference/changelog.md"; changelog = "https://github.com/jupyterhub/jupyterhub/blob/${version}/docs/source/reference/changelog.md";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ ixxie cstrahan ]; maintainers = with maintainers; [ ixxie ];
# darwin: E OSError: dlopen(/nix/store/43zml0mlr17r5jsagxr00xxx91hz9lky-openpam-20170430/lib/libpam.so, 6): image not found # darwin: E OSError: dlopen(/nix/store/43zml0mlr17r5jsagxr00xxx91hz9lky-openpam-20170430/lib/libpam.so, 6): image not found
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin; broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
}; };

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
homepage = "https://capnproto.github.io/pycapnp/"; homepage = "https://capnproto.github.io/pycapnp/";
maintainers = with maintainers; [ cstrahan lukeadams ]; maintainers = with maintainers; [ lukeadams ];
license = licenses.bsd2; license = licenses.bsd2;
# No support for capnproto 1.0 yet # No support for capnproto 1.0 yet
# https://github.com/capnproto/pycapnp/issues/323 # https://github.com/capnproto/pycapnp/issues/323

View File

@ -91,7 +91,7 @@ stdenv.mkDerivation {
description = "A code-completion and comprehension server"; description = "A code-completion and comprehension server";
homepage = "https://github.com/ycm-core/ycmd"; homepage = "https://github.com/ycm-core/ycmd";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ rasendubi cstrahan lnl7 siriobalmelli ]; maintainers = with maintainers; [ rasendubi lnl7 siriobalmelli ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -31,7 +31,7 @@ buildGoModule rec {
description = "A tool for creating identical machine images for multiple platforms from a single source configuration"; description = "A tool for creating identical machine images for multiple platforms from a single source configuration";
homepage = "https://www.packer.io"; homepage = "https://www.packer.io";
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ cstrahan zimbatm ma27 techknowlogick qjoly ]; maintainers = with maintainers; [ zimbatm ma27 techknowlogick qjoly ];
changelog = "https://github.com/hashicorp/packer/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/hashicorp/packer/blob/v${version}/CHANGELOG.md";
}; };
} }

View File

@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Watches files and takes action when they change"; description = "Watches files and takes action when they change";
homepage = "https://facebook.github.io/watchman"; homepage = "https://facebook.github.io/watchman";
maintainers = with maintainers; [ cstrahan kylesferrazza ]; maintainers = with maintainers; [ kylesferrazza ];
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.mit; license = licenses.mit;
}; };

View File

@ -190,7 +190,7 @@ in stdenv.mkDerivation rec {
homepage = "http://www.mongodb.org"; homepage = "http://www.mongodb.org";
inherit license; inherit license;
maintainers = with maintainers; [ bluescreen303 offline cstrahan ]; maintainers = with maintainers; [ bluescreen303 offline ];
platforms = subtractLists systems.doubles.i686 systems.doubles.unix; platforms = subtractLists systems.doubles.i686 systems.doubles.unix;
broken = (versionOlder version "6.0" && stdenv.system == "aarch64-darwin"); broken = (versionOlder version "6.0" && stdenv.system == "aarch64-darwin");
}; };

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
homepage = "https://zookeeper.apache.org"; homepage = "https://zookeeper.apache.org";
description = "Apache Zookeeper"; description = "Apache Zookeeper";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ nathan-gs cstrahan pradeepchhetri ztzg ]; maintainers = with maintainers; [ nathan-gs pradeepchhetri ztzg ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ztzg ]; maintainers = with maintainers; [ ztzg ];
license = licenses.asl20; license = licenses.asl20;
}; };
} }

View File

@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Duncaen/OpenDoas"; homepage = "https://github.com/Duncaen/OpenDoas";
license = licenses.isc; license = licenses.isc;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ cole-h cstrahan ]; maintainers = with maintainers; [ cole-h ];
}; };
} }

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation {
homepage = "https://packages.qa.debian.org/w/whois.html"; homepage = "https://packages.qa.debian.org/w/whois.html";
description = "Overfeatured front-end to crypt, from the Debian whois package"; description = "Overfeatured front-end to crypt, from the Debian whois package";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ cstrahan fpletz ]; maintainers = with maintainers; [ fpletz ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }