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