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";
homepage = "https://github.com/macvim-dev/macvim";
license = licenses.vim;
maintainers = with maintainers; [ cstrahan lilyball ];
maintainers = with maintainers; [ lilyball ];
platforms = platforms.darwin;
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)";
homepage = "https://perkeep.org";
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/";
changelog = "https://github.com/tats/w3m/blob/v${version}/ChangeLog";
description = "A text-mode web browser";
maintainers = with maintainers; [ cstrahan anthonyroussel ];
maintainers = with maintainers; [ anthonyroussel ];
platforms = platforms.unix;
license = licenses.mit;
mainProgram = "w3m";

View file

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

View file

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

View file

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

View file

@ -263,7 +263,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.rust-lang.org/";
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 ];
platforms = [
# Platforms with host tools from

View file

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

View file

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

View file

@ -201,7 +201,7 @@ buildPythonPackage rec {
homepage = "https://jupyter.org/";
changelog = "https://github.com/jupyterhub/jupyterhub/blob/${version}/docs/source/reference/changelog.md";
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
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
};

View file

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

View file

@ -91,7 +91,7 @@ stdenv.mkDerivation {
description = "A code-completion and comprehension server";
homepage = "https://github.com/ycm-core/ycmd";
license = licenses.gpl3;
maintainers = with maintainers; [ rasendubi cstrahan lnl7 siriobalmelli ];
maintainers = with maintainers; [ rasendubi lnl7 siriobalmelli ];
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";
homepage = "https://www.packer.io";
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";
};
}

View file

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

View file

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

View file

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

View file

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

View file

@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Duncaen/OpenDoas";
license = licenses.isc;
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";
description = "Overfeatured front-end to crypt, from the Debian whois package";
license = licenses.gpl2;
maintainers = with maintainers; [ cstrahan fpletz ];
maintainers = with maintainers; [ fpletz ];
platforms = platforms.unix;
};
}