mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
treewide: remove gebner from maintainers
gebner has been an amazing maintainer, but appears to have moved on: the last commit on nixpkgs appears to have been in Feb 2023, and they have not been responding to pings (e.g. https://github.com/NixOS/nixpkgs/issues/347764). They also approved https://github.com/NixOS/nixpkgs/pull/337292 before, but that PR had some additional changes and was closed without merging. This PR is in no way intended to diminuish Gabriel's accomplishments, and they're welcome to just say so if they'd prefer this PR not to be merged. Also, even if it's merged, of course they're always welcome to return to activity and be added back. The intent of this PR is to give more realistic expectations around the maintainership of these packages, and to invite others to step up for maintainership if they rely on those packages. This seems in line with https://github.com/NixOS/nixpkgs/tree/master/maintainers#how-to-lose-maintainer-status
This commit is contained in:
parent
e3e32b642a
commit
f887c1da04
87 changed files with 59 additions and 99 deletions
|
@ -8474,12 +8474,6 @@
|
|||
githubId = 34658064;
|
||||
name = "Grace Dinh";
|
||||
};
|
||||
gebner = {
|
||||
email = "gebner@gebner.org";
|
||||
github = "gebner";
|
||||
githubId = 313929;
|
||||
name = "Gabriel Ebner";
|
||||
};
|
||||
geluk = {
|
||||
email = "johan+nix@geluk.io";
|
||||
github = "geluk";
|
||||
|
|
|
@ -48,7 +48,7 @@ in
|
|||
meta = with lib; {
|
||||
homepage = "http://abcde.einval.com/wiki/";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
description = "Command-line audio CD ripper";
|
||||
longDescription = ''
|
||||
abcde is a front-end command-line utility (actually, a shell
|
||||
|
|
|
@ -178,7 +178,6 @@ mkDerivation rec {
|
|||
maintainers = with lib.maintainers; [
|
||||
bjornfor
|
||||
raskin
|
||||
gebner
|
||||
];
|
||||
mainProgram = "openscad";
|
||||
};
|
||||
|
|
|
@ -38,7 +38,7 @@ mkDerivation rec {
|
|||
description = "Cross platform open source e-book reader";
|
||||
mainProgram = "cr3";
|
||||
license = licenses.gpl2Plus; # see https://github.com/buggins/coolreader/issues/80
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -91,7 +91,6 @@ mkDerivation rec {
|
|||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
abbradar
|
||||
gebner
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ let
|
|||
description = "Enables printing directly to OctoPrint and monitoring the process";
|
||||
homepage = "https://github.com/fieldOfView/Cura-OctoPrintPlugin";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -74,7 +74,7 @@ let
|
|||
description = "Cura plugin for HID mice such as 3Dconnexion spacemouse";
|
||||
homepage = "https://github.com/smartavionics/RawMouse";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
|
|||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
abbradar
|
||||
gebner
|
||||
];
|
||||
mainProgram = "CuraEngine";
|
||||
};
|
||||
|
|
|
@ -110,7 +110,6 @@ stdenv.mkDerivation rec {
|
|||
platforms = with platforms; linux ++ darwin;
|
||||
mainProgram = "goldendict";
|
||||
maintainers = with maintainers; [
|
||||
gebner
|
||||
astsmtl
|
||||
sikmir
|
||||
];
|
||||
|
|
|
@ -96,7 +96,6 @@ stdenv.mkDerivation rec {
|
|||
platforms = with platforms; linux ++ darwin;
|
||||
maintainers = with maintainers; [
|
||||
iblech
|
||||
gebner
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -143,7 +143,6 @@ stdenv.mkDerivation rec {
|
|||
"aarch64-linux"
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
gebner
|
||||
linsui
|
||||
];
|
||||
};
|
||||
|
|
|
@ -35,7 +35,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [
|
||||
raskin
|
||||
gebner
|
||||
];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
|
@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://www.labri.fr/perso/lsimon/research/glucose/";
|
||||
license = if enableUnfree then licenses.unfreeRedistributable else licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -64,6 +64,6 @@ stdenv.mkDerivation rec {
|
|||
mainProgram = "vampire";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -38,6 +38,6 @@ stdenv.mkDerivation {
|
|||
homepage = "https://verit.loria.fr/";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.gebner ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -42,7 +42,6 @@ mkDerivation rec {
|
|||
full keyboard-friendly and more than 15 built-in math function.
|
||||
'';
|
||||
maintainers = with maintainers; [
|
||||
gebner
|
||||
j0hax
|
||||
];
|
||||
inherit (qtbase.meta) platforms;
|
||||
|
|
|
@ -53,7 +53,7 @@ stdenv.mkDerivation {
|
|||
|
||||
meta = with lib; {
|
||||
description = "SAT/PseudoBoolean/MaxSat/ASP solver using glucose";
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.asl20;
|
||||
homepage = "https://alviano.net/software/maxino/";
|
||||
|
|
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||
mainProgram = "act";
|
||||
homepage = "https://github.com/Autodesk/AutomaticComponentToolkit";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Three-dimensional structural finite element program";
|
||||
mainProgram = "ccx";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ gebner ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "High-level, retained-mode toolkit for effective 3D graphics development";
|
||||
mainProgram = "coin-config";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
})
|
||||
|
|
|
@ -74,7 +74,6 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [
|
||||
vbgl
|
||||
thoughtpolice
|
||||
gebner
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -89,7 +89,7 @@ rustPlatform.buildRustPackage rec {
|
|||
asl20 # or
|
||||
mit
|
||||
];
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "elan";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -202,7 +202,7 @@ freecad-utils.makeCustomizable (stdenv.mkDerivation (finalAttrs: {
|
|||
right at home with FreeCAD.
|
||||
'';
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
maintainers = with lib.maintainers; [ gebner srounce ];
|
||||
maintainers = with lib.maintainers; [ srounce ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}))
|
||||
|
|
|
@ -32,6 +32,6 @@ stdenvNoCC.mkDerivation {
|
|||
'';
|
||||
homepage = "https://moji.or.jp/ipafont/";
|
||||
license = licenses.ipa;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -60,7 +60,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "http://www.cs.man.ac.uk/~korovink/iprover/";
|
||||
maintainers = with maintainers; [
|
||||
raskin
|
||||
gebner
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl3;
|
||||
|
|
|
@ -120,6 +120,6 @@ python.pkgs.buildPythonApplication rec {
|
|||
homepage = "https://lostpackets.de/khal/";
|
||||
changelog = "https://github.com/pimutils/khal/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ gebner ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -65,7 +65,6 @@ stdenv.mkDerivation rec {
|
|||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [
|
||||
thoughtpolice
|
||||
gebner
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -61,7 +61,6 @@ stdenv.mkDerivation {
|
|||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [
|
||||
thoughtpolice
|
||||
gebner
|
||||
];
|
||||
broken = stdenv.hostPlatform.isAarch64;
|
||||
mainProgram = "lean";
|
||||
|
|
|
@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Reference implementation of the 3D Manufacturing Format file standard";
|
||||
homepage = "https://3mf.io/";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -47,6 +47,6 @@ stdenv.mkDerivation (finalAttrs: rec {
|
|||
mainProgram = "dec265";
|
||||
license = lib.licenses.lgpl3;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ gebner ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||
the EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING formats.
|
||||
'';
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = with platforms; unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
|
|||
description = "ISO/IEC 23008-12:2017 HEIF image file format decoder and encoder";
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ gebner ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -83,7 +83,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "http://qalculate.github.io";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [
|
||||
gebner
|
||||
doronbehar
|
||||
alyaeanyx
|
||||
];
|
||||
|
|
|
@ -34,7 +34,7 @@ stdenv.mkDerivation {
|
|||
homepage = "https://github.com/eyal0/Marlin";
|
||||
description = "Marlin 3D printer timing simulator";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/marlin-calc.x86_64-darwin
|
||||
mainProgram = "marlin-calc";
|
||||
|
|
|
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
|||
mainProgram = "metis";
|
||||
homepage = "https://www.gilith.com/research/metis/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "Compact and readable SAT solver";
|
||||
maintainers = with maintainers; [
|
||||
gebner
|
||||
raskin
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
|
|
|
@ -71,7 +71,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://github.com/zlib-ng/minizip-ng";
|
||||
license = licenses.zlib;
|
||||
maintainers = with maintainers; [
|
||||
gebner
|
||||
ris
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
|
|
|
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
|||
description = "Takes JPGs from Linux-UVC compatible webcams, filesystem or other input plugins and streams them as M-JPEG via HTTP to webbrowsers, VLC and other software";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "mjpg_streamer";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -106,7 +106,6 @@ buildBazelPackage rec {
|
|||
license = licenses.free;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
gebner
|
||||
ericsagnes
|
||||
pineapplehunter
|
||||
];
|
||||
|
|
|
@ -268,7 +268,6 @@ let
|
|||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [
|
||||
abbradar
|
||||
gebner
|
||||
WhittlesJr
|
||||
gador
|
||||
];
|
||||
|
|
|
@ -111,7 +111,7 @@ in
|
|||
description = "Plugin for slicing via Cura Legacy from within OctoPrint";
|
||||
homepage = "https://github.com/OctoPrint/OctoPrint-CuraEngineLegacy";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -384,7 +384,7 @@ in
|
|||
description = "Better print time estimation for OctoPrint";
|
||||
homepage = "https://github.com/eyal0/OctoPrint-PrintTimeGenius";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -433,7 +433,7 @@ in
|
|||
description = "OctoPrint plugin to control ATX/AUX power supply";
|
||||
homepage = "https://github.com/kantlivelong/OctoPrint-PSUControl";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -589,7 +589,7 @@ in
|
|||
description = "Touch friendly interface for a small TFT module or phone for OctoPrint";
|
||||
homepage = "https://github.com/BillyBlaze/OctoPrint-TouchUI";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
|||
broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64);
|
||||
description = "State-of-the-art MaxSAT and Pseudo-Boolean solver";
|
||||
mainProgram = "open-wbo";
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.mit;
|
||||
homepage = "http://sat.inesc-id.pt/open-wbo/";
|
||||
|
|
|
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.lgpl21; # essentially...
|
||||
# The special exception defined in the file OCCT_LGPL_EXCEPTION.txt
|
||||
# are basically about making the license a little less share-alike.
|
||||
maintainers = with maintainers; [ amiloradovsky gebner ];
|
||||
maintainers = with maintainers; [ amiloradovsky ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
|
|
|
@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/BuGlessRB/procmail/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -78,7 +78,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||
changelog = "https://github.com/pubs/pubs/blob/v${version}/changelog.md";
|
||||
license = licenses.lgpl3Only;
|
||||
maintainers = with maintainers; [
|
||||
gebner
|
||||
dotlambda
|
||||
];
|
||||
};
|
||||
|
|
|
@ -42,7 +42,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Ultimate desktop calculator";
|
||||
homepage = "http://qalculate.github.io";
|
||||
maintainers = with maintainers; [
|
||||
gebner
|
||||
doronbehar
|
||||
alyaeanyx
|
||||
aleksana
|
||||
|
|
|
@ -72,7 +72,6 @@ python.pkgs.buildPythonApplication rec {
|
|||
description = "Simple Let's Encrypt client";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [
|
||||
gebner
|
||||
makefu
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Interactive configuration GUI for space navigator input devices";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "spnavcfg";
|
||||
};
|
||||
})
|
||||
|
|
|
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "http://www.netlib.org/linalg/spooles/";
|
||||
description = "Library for solving sparse real and complex linear systems of equations";
|
||||
license = licenses.publicDomain;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
|||
homepage = "http://tegaki.org/";
|
||||
license = licenses.lgpl21;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.gebner ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unzip ];
|
||||
|
|
|
@ -52,7 +52,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Thousands of problems for theorem provers and tools";
|
||||
maintainers = with maintainers; [
|
||||
raskin
|
||||
gebner
|
||||
];
|
||||
# 6.3 GiB of data. Installation is unpacking and editing a few files.
|
||||
# No sense in letting Hydra build it.
|
||||
|
|
|
@ -37,7 +37,7 @@ buildNpmPackage rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://github.com/smolck/uivonim";
|
||||
description = "Cross-platform GUI for neovim based on electron";
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.agpl3Only;
|
||||
mainProgram = "uivonim";
|
||||
|
|
|
@ -71,7 +71,6 @@ buildNpmPackage rec {
|
|||
description = "Vim Inspired Electron Browser";
|
||||
mainProgram = "vieb";
|
||||
maintainers = with maintainers; [
|
||||
gebner
|
||||
tejing
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
|
|
|
@ -24,6 +24,6 @@ stdenv.mkDerivation {
|
|||
homepage = "http://taku910.github.io/zinnia/";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.gebner ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -84,9 +84,7 @@ stdenv.mkDerivation {
|
|||
homepage = "https://www.fstar-lang.org";
|
||||
changelog = "https://github.com/FStarLang/FStar/raw/v${version}/CHANGES.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [
|
||||
gebner
|
||||
];
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "fstar.exe";
|
||||
platforms = with platforms; darwin ++ linux;
|
||||
};
|
||||
|
|
|
@ -279,8 +279,6 @@ package-maintainers:
|
|||
- total
|
||||
- turtle
|
||||
- typed-spreadsheet
|
||||
gebner:
|
||||
- wstunnel
|
||||
gridaphobe:
|
||||
- located-base
|
||||
iblech:
|
||||
|
|
|
@ -340038,7 +340038,7 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "wstunnel";
|
||||
maintainers = [ lib.maintainers.gebner ];
|
||||
maintainers = [ ];
|
||||
}) {};
|
||||
|
||||
"wtk" = callPackage
|
||||
|
|
|
@ -62,7 +62,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://embree.github.io/";
|
||||
maintainers = with maintainers; [
|
||||
hodapp
|
||||
gebner
|
||||
];
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.unix;
|
||||
|
|
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/coin3d/soqt";
|
||||
license = licenses.bsd3;
|
||||
description = "Glue between Coin high-level 3D visualization library and Qt";
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -38,6 +38,6 @@ buildDunePackage rec {
|
|||
description = "Various signed and unsigned integers for OCaml";
|
||||
homepage = "https://github.com/andrenth/ocaml-stdint";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.gebner ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -37,6 +37,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/pallets/cachelib";
|
||||
description = "Collection of cache libraries in the same API interface";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -46,7 +46,6 @@ buildPythonPackage rec {
|
|||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
abbradar
|
||||
gebner
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -38,7 +38,6 @@ buildPythonPackage rec {
|
|||
maintainers = with maintainers; [
|
||||
abbradar
|
||||
orivej
|
||||
gebner
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -49,6 +49,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/leanprover-community/mathlib-tools";
|
||||
changelog = "https://github.com/leanprover-community/mathlib-tools/raw/v${version}/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -33,6 +33,6 @@ buildPythonPackage rec {
|
|||
description = "Simple CoAP (RFC7252) toolkit";
|
||||
homepage = "https://github.com/NordicSemiconductor/piccata";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -69,6 +69,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/coin3d/pivy/";
|
||||
description = "Python binding for Coin";
|
||||
license = licenses.bsd0;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -34,6 +34,6 @@ buildPythonPackage rec {
|
|||
description = "Safely evaluate AST nodes without side effects";
|
||||
homepage = "https://github.com/alexmojaki/pure_eval";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -56,6 +56,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://pyfakefs.org/";
|
||||
changelog = "https://github.com/jmcgeheeiv/pyfakefs/blob/v${version}/CHANGES.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -64,6 +64,6 @@ stdenv.mkDerivation {
|
|||
description = "PySide2 development tools";
|
||||
license = licenses.gpl2;
|
||||
homepage = "https://wiki.qt.io/Qt_for_Python";
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
|
|||
description = "LGPL-licensed Python bindings for Qt";
|
||||
license = licenses.lgpl21;
|
||||
homepage = "https://wiki.qt.io/Qt_for_Python";
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
|
|
|
@ -130,7 +130,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
homepage = "https://wiki.qt.io/Qt_for_Python";
|
||||
changelog = "https://code.qt.io/cgit/pyside/pyside-setup.git/tree/doc/changelogs/changes-${finalAttrs.version}?h=v${finalAttrs.version}";
|
||||
maintainers = with lib.maintainers; [ gebner ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
|
|
@ -31,6 +31,6 @@ buildPythonPackage rec {
|
|||
description = "Interface to the OpenThread Network Co-Processor (NCP)";
|
||||
homepage = "https://github.com/openthread/pyspinel";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -70,6 +70,6 @@ stdenv.mkDerivation rec {
|
|||
changelog = "https://github.com/tpaviot/pythonocc-core/releases/tag/${version}";
|
||||
license = licenses.lgpl3;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -130,7 +130,6 @@ buildPythonPackage rec {
|
|||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [
|
||||
fab
|
||||
gebner
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -63,6 +63,6 @@ stdenv.mkDerivation {
|
|||
lgpl21
|
||||
];
|
||||
homepage = "https://wiki.qt.io/Qt_for_Python";
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -69,7 +69,7 @@ stdenv'.mkDerivation (finalAttrs: {
|
|||
];
|
||||
homepage = "https://wiki.qt.io/Qt_for_Python";
|
||||
changelog = "https://code.qt.io/cgit/pyside/pyside-setup.git/tree/doc/changelogs/changes-${finalAttrs.version}?h=v${finalAttrs.version}";
|
||||
maintainers = with lib.maintainers; [ gebner ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
|
|
@ -19,6 +19,6 @@ buildPythonPackage rec {
|
|||
description = "Use Rust failures as Python exceptions";
|
||||
homepage = "https://github.com/untitaker/shippai";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -51,6 +51,6 @@ buildPythonPackage rec {
|
|||
downloadPage = "https://github.com/spyder-ide/spyder-kernels/releases";
|
||||
changelog = "https://github.com/spyder-ide/spyder-kernels/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ gebner ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -145,7 +145,7 @@ buildPythonPackage rec {
|
|||
downloadPage = "https://github.com/spyder-ide/spyder/releases";
|
||||
changelog = "https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ gebner ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -48,7 +48,6 @@ buildPythonPackage rec {
|
|||
license = lib.licenses.mit;
|
||||
mainProgram = "trimesh";
|
||||
maintainers = with lib.maintainers; [
|
||||
gebner
|
||||
pbsds
|
||||
];
|
||||
};
|
||||
|
|
|
@ -61,7 +61,6 @@ buildPythonPackage rec {
|
|||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
abbradar
|
||||
gebner
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
|
|||
asl20 # or
|
||||
mit
|
||||
];
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "tokei";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -42,7 +42,7 @@ mkDerivation rec {
|
|||
homepage = "https://github.com/KDE/heaptrack";
|
||||
license = licenses.lgpl21Plus;
|
||||
mainProgram = "heaptrack_gui";
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
|||
description = "DIGImend graphics tablet drivers for the Linux kernel";
|
||||
homepage = "https://digimend.github.io/";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -107,7 +107,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.isc;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
gebner
|
||||
ekleog
|
||||
];
|
||||
};
|
||||
|
|
|
@ -50,7 +50,7 @@ stdenv.mkDerivation {
|
|||
description = "Bluetooth HSP/HFP daemon";
|
||||
homepage = "https://github.com/pali/hsphfpd-prototype";
|
||||
license = licenses.artistic1;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||
description = "POSIX standard archive tool from MirBSD";
|
||||
homepage = "https://www.mirbsd.org/pax.htm";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -55,7 +55,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
gebner
|
||||
ericsagnes
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue