mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
maintainers: drop tbenst (#493479)
This commit is contained in:
commit
235bc24c3b
22 changed files with 21 additions and 27 deletions
|
|
@ -26311,12 +26311,6 @@
|
|||
name = "Trent Baldwin";
|
||||
keys = [ { fingerprint = "930C 3A61 F911 1296 7DA5 56D1 665A 9E2A FCDD 68AA"; } ];
|
||||
};
|
||||
tbenst = {
|
||||
email = "nix@tylerbenster.com";
|
||||
github = "tbenst";
|
||||
githubId = 863327;
|
||||
name = "Tyler Benster";
|
||||
};
|
||||
tbidne = {
|
||||
email = "tbidne@protonmail.com";
|
||||
github = "tbidne";
|
||||
|
|
|
|||
|
|
@ -100,6 +100,6 @@ buildVscodeMarketplaceExtension {
|
|||
meta = {
|
||||
description = "Use any remote machine with a SSH server as your development environment";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = [ lib.maintainers.tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,6 +44,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.all;
|
||||
homepage = "https://www.openmicroscopy.org/bio-formats/";
|
||||
maintainers = [ lib.maintainers.tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
biomedical images, CMTK comprises a set of command line tools and a
|
||||
back-end general-purpose library for processing and I/O
|
||||
'';
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
homepage = "https://www.nitrc.org/projects/cmtk/";
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://gitlab.dkrz.de/k202009/libaec";
|
||||
description = "Adaptive Entropy Coding library";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -77,6 +77,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
|||
mainProgram = "pympress";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
homepage = "https://cimbali.github.io/pympress/";
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ appimageTools.wrapType2 rec {
|
|||
'';
|
||||
homepage = "https://klaussinani.github.io/tusk/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "tusk";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -32,6 +32,6 @@ buildPythonPackage rec {
|
|||
description = "Multiprocessing queues for numpy arrays using shared memory";
|
||||
changelog = "https://github.com/portugueslab/arrayqueues/releases/tag/${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/njsmith/colorspacious";
|
||||
description = "Powerful, accurate, and easy-to-use Python library for doing colorspace conversions";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -57,6 +57,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/databricks/databricks-cli";
|
||||
changelog = "https://github.com/databricks/databricks-cli/releases/tag/${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,6 +46,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/portugueslab/flammkuchen";
|
||||
description = "Flexible HDF5 saving/loading library forked from deepdish (University of Chicago) and maintained by the Portugues lab";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,6 +30,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/christophercrouzet/gorilla";
|
||||
changelog = "https://github.com/christophercrouzet/gorilla/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||
meta = {
|
||||
description = "Block-oriented, in-memory buffer transformation, compression, and decompression functions";
|
||||
homepage = "https://www.lfd.uci.edu/~gohlke/";
|
||||
maintainers = [ lib.maintainers.tbenst ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,6 +35,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/portugueslab/lightparam";
|
||||
description = "Another attempt at parameters in Python";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -207,6 +207,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/mlflow/mlflow";
|
||||
changelog = "https://github.com/mlflow/mlflow/blob/${src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -94,6 +94,6 @@ buildPythonPackage rec {
|
|||
changelog = "https://github.com/jupyter/nbdime/blob/${version}/CHANGELOG.md";
|
||||
description = "Tools for diffing and merging of Jupyter notebooks";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,6 +36,6 @@ buildPythonPackage rec {
|
|||
description = "Python bindings for VLC, the cross-platform multimedia player and framework";
|
||||
homepage = "https://wiki.videolan.org/PythonBinding";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,6 +67,6 @@ buildPythonPackage (finalAttrs: {
|
|||
homepage = "https://github.com/Lightning-AI/pytorch-lightning";
|
||||
changelog = "https://github.com/Lightning-AI/pytorch-lightning/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -30,6 +30,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/hmeine/qimage2ndarray";
|
||||
description = "Small python extension for quickly converting between QImages and numpy.ndarrays (in both directions)";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/bernii/querystring-parser";
|
||||
changelog = "https://github.com/bernii/querystring-parser/releases/tag/${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -87,6 +87,6 @@ buildPythonPackage rec {
|
|||
description = "Modular package to control stimulation and track behaviour";
|
||||
homepage = "https://github.com/portugueslab/stytra";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,6 +41,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/williamFalcon/test-tube";
|
||||
description = "Framework-agnostic library to track and parallelize hyperparameter search in machine learning experiments";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.tbenst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue