mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers/lucasew: disown some packages
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
parent
e90fb465d2
commit
45dd3c1f7a
43 changed files with 31 additions and 46 deletions
|
|
@ -10,8 +10,8 @@
|
|||
# - Open a browser or something that plays sound. Ex: chromium
|
||||
|
||||
name = "xrdp-with-audio-pulseaudio";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ lucasew ];
|
||||
meta = {
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ let
|
|||
homepage = "https://pidgin.im/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ let
|
|||
homepage = "https://BackgroundRemoverAI.com";
|
||||
downloadPage = "https://github.com/nadermx/backgroundremover/releases";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
|||
|
|
@ -119,7 +119,6 @@ buildNpmPackage {
|
|||
maintainers = with lib.maintainers; [
|
||||
gepbird
|
||||
kashw2
|
||||
lucasew
|
||||
mattpolzin
|
||||
water-sucks
|
||||
];
|
||||
|
|
|
|||
|
|
@ -196,7 +196,6 @@ buildNpmPackage rec {
|
|||
maintainers = with lib.maintainers; [
|
||||
gepbird
|
||||
kashw2
|
||||
lucasew
|
||||
mattpolzin
|
||||
redyf
|
||||
water-sucks
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ buildNpmPackage rec {
|
|||
homepage = "https://github.com/BruceMacD/chatd";
|
||||
changelog = "https://github.com/BruceMacD/chatd/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "chatd";
|
||||
platforms = electron.meta.platforms;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://github.com/NVIDIA/enroot";
|
||||
changelog = "https://github.com/NVIDIA/enroot/releases/tag/v${finalAttrs.version}";
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "enroot";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -92,7 +92,6 @@ flutter338.buildFlutterApplication rec {
|
|||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
heyimnova
|
||||
lucasew
|
||||
];
|
||||
mainProgram = "flet";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
|||
maintainers = with lib.maintainers; [
|
||||
dawidsowa
|
||||
FlameFlag
|
||||
lucasew
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
|||
mainProgram = "npm-lockfile-fix";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
lucasew
|
||||
felschr
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ buildNpmPackage rec {
|
|||
meta = {
|
||||
homepage = "https://github.com/TeamPiped/Piped";
|
||||
description = "Efficient and privacy-friendly YouTube frontend";
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
maintainers = [ ];
|
||||
license = [ lib.licenses.agpl3Plus ];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -81,7 +81,6 @@ python3Packages.buildPythonApplication rec {
|
|||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
onny
|
||||
lucasew
|
||||
ungeskriptet
|
||||
];
|
||||
mainProgram = "pmbootstrap";
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
|||
description = "xrdp sink/source pulseaudio modules";
|
||||
homepage = "https://github.com/neutrinolabs/pulseaudio-module-xrdp";
|
||||
license = lib.licenses.lgpl21;
|
||||
maintainers = with lib.maintainers; [ lucasew ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
sourceProvenance = [ lib.sourceTypes.fromSource ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -93,7 +93,6 @@ python3Packages.buildPythonApplication {
|
|||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
toonn
|
||||
lucasew
|
||||
];
|
||||
mainProgram = "ranger";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "OpenGL/X11 application for GNU/Linux consisting of a single window that shows simple 3D scene of a textured rectangle with applied vertex and fragment shaders (GLSL)";
|
||||
homepage = "https://graphics.globalcode.info/v_0/shader-shark.xhtml";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ stdenv.mkDerivation {
|
|||
description = "Unpacker for ArC (FreeArc) archives ('ArC\\1' header)";
|
||||
homepage = "https://github.com/xredor/unarc";
|
||||
license = lib.licenses.unfree; # unknown
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "unarc";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,8 +37,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
changelog = "https://github.com/Xpra-org/xpra-html5/releases/tag/v${finalAttrs.version}";
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
lucasew
|
||||
];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -304,7 +304,6 @@ effectiveBuildPythonApplication rec {
|
|||
maintainers = with lib.maintainers; [
|
||||
numinit
|
||||
mvnetbiz
|
||||
lucasew
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -214,7 +214,6 @@ let
|
|||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
chvp
|
||||
lucasew
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -56,6 +56,6 @@ buildPythonPackage (finalAttrs: {
|
|||
homepage = "https://github.com/ales-erjavec/anyqt";
|
||||
changelog = "https://github.com/ales-erjavec/anyqt/releases/tag/${finalAttrs.version}";
|
||||
license = [ lib.licenses.gpl3Only ];
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -31,6 +31,6 @@ buildPythonPackage rec {
|
|||
description = "Library for Bayesian comparison of classifiers";
|
||||
homepage = "https://github.com/janezd/baycomp";
|
||||
license = [ lib.licenses.mit ];
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,6 +56,6 @@ buildPythonPackage {
|
|||
description = "Python library for 2D/3D bounding boxes";
|
||||
homepage = "https://github.com/varunagrawal/bbox";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,6 +29,6 @@ buildPythonPackage rec {
|
|||
description = "Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models";
|
||||
homepage = "https://github.com/timesler/facenet-pytorch";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,7 +59,6 @@ buildPythonPackage rec {
|
|||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
heyimnova
|
||||
lucasew
|
||||
];
|
||||
mainProgram = "flet";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ buildPythonPackage rec {
|
|||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
heyimnova
|
||||
lucasew
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ buildPythonPackage rec {
|
|||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
heyimnova
|
||||
lucasew
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -93,7 +93,6 @@ buildPythonPackage rec {
|
|||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
heyimnova
|
||||
lucasew
|
||||
];
|
||||
mainProgram = "flet";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -44,6 +44,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/chrissimpkins/hsh";
|
||||
downloadPage = "https://github.com/chrissimpkins/hsh/releases";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,6 @@ buildPythonPackage rec {
|
|||
description = "Minimal, standalone OpenEXR reader for single-part, uncompressed scan line files";
|
||||
homepage = "https://github.com/cheind/py-minexr";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,6 +37,6 @@ buildPythonPackage {
|
|||
description = "Application to display XY position and RGB color information for the pixel currently under the mouse. Works on Python 2 and 3";
|
||||
homepage = "https://github.com/asweigart/mouseinfo";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -109,6 +109,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/chrissimpkins/naked";
|
||||
downloadPage = "https://github.com/chrissimpkins/naked/tags";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ let
|
|||
homepage = "https://github.com/pavlin-policar/openTSNE";
|
||||
changelog = "https://github.com/pavlin-policar/openTSNE/releases/tag/v${version}";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
|||
|
|
@ -62,6 +62,6 @@ buildPythonPackage (finalAttrs: {
|
|||
homepage = "https://github.com/asweigart/pyautogui";
|
||||
changelog = "https://github.com/asweigart/pyautogui/blob/${finalAttrs.src.rev}/CHANGES.txt";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -25,6 +25,6 @@ buildPythonPackage rec {
|
|||
description = "Simple, cross-platform module for obtaining GUI information on applications' windows";
|
||||
homepage = "https://github.com/asweigart/PyGetWindow";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,6 +46,6 @@ buildPythonPackage rec {
|
|||
description = "Library for representing and using quaternions";
|
||||
homepage = "http://kieranwynn.github.io/pyquaternion/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ buildPythonPackage rec {
|
|||
description = "Simple module with a Rect class for Pygame-like rectangular areas";
|
||||
homepage = "https://github.com/asweigart/pyrect";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,6 +38,6 @@ buildPythonPackage {
|
|||
description = "PyScreeze is a simple, cross-platform screenshot module for Python 2 and 3";
|
||||
homepage = "https://github.com/asweigart/pyscreeze";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,6 +22,6 @@ buildPythonPackage rec {
|
|||
description = "Set of tweening / easing functions implemented in Python";
|
||||
homepage = "https://github.com/asweigart/pytweening";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,6 +44,6 @@ buildPythonPackage rec {
|
|||
description = "Allows coroutines to be used in PyQt/PySide applications by providing an implementation of the PEP 3156 event-loop";
|
||||
homepage = "https://github.com/CabbageDevelopment/qasync";
|
||||
license = [ lib.licenses.bsd2 ];
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ buildPythonPackage (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
description = "Encoder for unicode to RTF 1.5 command sequences";
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.bsd2;
|
||||
homepage = "https://github.com/mjpieters/rtfunicode";
|
||||
changelog = "https://github.com/mjpieters/rtfunicode/releases/tag/${finalAttrs.src.tag}";
|
||||
|
|
|
|||
|
|
@ -25,6 +25,6 @@ buildPythonPackage (finalAttrs: {
|
|||
description = "Utility that accesses files on a HTTP server and stores them locally for reuse";
|
||||
homepage = "https://github.com/biolab/serverfiles";
|
||||
license = [ lib.licenses.gpl3Plus ];
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -39,6 +39,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/janezd/trubar";
|
||||
changelog = "https://github.com/janezd/trubar/releases/tag/${version}";
|
||||
license = [ lib.licenses.mit ];
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,6 +29,6 @@ buildPythonPackage rec {
|
|||
description = "Yet Another Configuration System";
|
||||
homepage = "https://github.com/rbgirshick/yacs";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ lucasew ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue