maintainers: drop dezgeg (#493007)
This commit is contained in:
@@ -6601,12 +6601,6 @@
|
||||
githubId = 4951663;
|
||||
name = "Morgan Helton";
|
||||
};
|
||||
dezgeg = {
|
||||
email = "tuomas.tynkkynen@iki.fi";
|
||||
github = "dezgeg";
|
||||
githubId = 579369;
|
||||
name = "Tuomas Tynkkynen";
|
||||
};
|
||||
dezren39 = {
|
||||
email = "drewrypope@gmail.com";
|
||||
github = "dezren39";
|
||||
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Fast-paced, polished OpenGL demonstration by Excess (data files)";
|
||||
homepage = "https://packages.qa.debian.org/a/amoeba-data.html";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [ dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Fast-paced, polished OpenGL demonstration by Excess";
|
||||
homepage = "https://packages.qa.debian.org/a/amoeba.html";
|
||||
license = lib.licenses.gpl2Only; # Engine is GPLv2, data files in amoeba-data nonfree
|
||||
maintainers = with lib.maintainers; [ dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "bastet";
|
||||
homepage = "http://fph.altervista.org/prog/bastet.html";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = [ lib.maintainers.dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -29,7 +29,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
description = "BMAP Tools";
|
||||
homepage = "https://github.com/yoctoproject/bmaptool";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "bmaptool";
|
||||
};
|
||||
|
||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Compiles a XKB keyboard description to a keymap suitable for loadkeys";
|
||||
homepage = "https://salsa.debian.org/installer-team/console-setup";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "ckbcomp";
|
||||
};
|
||||
|
||||
@@ -343,7 +343,6 @@ python.pkgs.buildPythonApplication rec {
|
||||
changelog = "https://diffoscope.org/news/diffoscope-${version}-released/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
dezgeg
|
||||
danielfullmer
|
||||
raitobezarius
|
||||
];
|
||||
|
||||
@@ -103,7 +103,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Device Tree Compiler";
|
||||
homepage = "https://git.kernel.org/pub/scm/utils/dtc/dtc.git";
|
||||
license = lib.licenses.gpl2Plus; # dtc itself is GPLv2, libfdt is dual GPL/BSD
|
||||
maintainers = [ lib.maintainers.dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "dtc";
|
||||
};
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "ESP8266/ESP32 build helper tool";
|
||||
homepage = "https://github.com/igrr/esptool-ck";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = [ lib.maintainers.dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "esptool";
|
||||
};
|
||||
|
||||
@@ -116,7 +116,6 @@ python3Packages.buildPythonApplication rec {
|
||||
homepage = "https://github.com/espressif/esptool";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
dezgeg
|
||||
dotlambda
|
||||
];
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
|
||||
@@ -57,7 +57,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/MisterTea/EternalTerminal/releases/tag/et-v${finalAttrs.version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
dezgeg
|
||||
jshort
|
||||
];
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "File system and storage benchmark that can generate both micro and macro workloads";
|
||||
homepage = "https://sourceforge.net/projects/filebench/";
|
||||
license = lib.licenses.cddl;
|
||||
maintainers = [ lib.maintainers.dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "filebench";
|
||||
};
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Synchronous write workload file system benchmark";
|
||||
homepage = "https://sourceforge.net/projects/fsmark/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = [ lib.maintainers.dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "fs_mark";
|
||||
};
|
||||
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/nowsecure/fsmon";
|
||||
changelog = "https://github.com/nowsecure/fsmon/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "fsmon";
|
||||
};
|
||||
|
||||
@@ -78,7 +78,6 @@ stdenv.mkDerivation {
|
||||
# the same distribution terms that you use for the rest of that
|
||||
# program.
|
||||
maintainers = with lib.maintainers; [
|
||||
dezgeg
|
||||
emilytrau
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
lgpl21Plus
|
||||
gpl2Plus
|
||||
];
|
||||
maintainers = [ lib.maintainers.dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -44,7 +44,7 @@ stdenv.mkDerivation {
|
||||
description = "Example OpenGL app using KMS/GBM";
|
||||
homepage = "https://gitlab.freedesktop.org/mesa/kmscube";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -80,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/linux-test-project/lcov/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
|
||||
maintainers = with lib.maintainers; [ dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Client interface library for NIS(YP) and NIS+";
|
||||
homepage = "https://github.com/thkukuk/libnsl";
|
||||
license = lib.licenses.lgpl21;
|
||||
maintainers = [ lib.maintainers.dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -43,7 +43,6 @@ stdenv.mkDerivation {
|
||||
"x86_64-linux"
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
dezgeg
|
||||
tkerber
|
||||
];
|
||||
};
|
||||
|
||||
@@ -40,6 +40,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://sourceforge.net/projects/linuxquota/";
|
||||
license = lib.licenses.gpl2Plus; # With some files being BSD as an exception
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.dezgeg ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
|
||||
from it).
|
||||
'';
|
||||
license = lib.licenses.lsof;
|
||||
maintainers = with lib.maintainers; [ dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Userspace utility for testing the memory subsystem for faults";
|
||||
homepage = "http://pyropus.ca/software/memtester/";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = [ lib.maintainers.dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "memtester";
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Simple tool for statistical comparison of data sets";
|
||||
homepage = "https://git.decadent.org.uk/gitweb/?p=ministat.git";
|
||||
license = lib.licenses.beerware;
|
||||
maintainers = [ lib.maintainers.dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "ministat";
|
||||
};
|
||||
|
||||
@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "mmc";
|
||||
homepage = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = [ lib.maintainers.dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
homepage = "https://github.com/tuxera/ntfs-3g";
|
||||
description = "FUSE-based NTFS driver with full write support";
|
||||
maintainers = with lib.maintainers; [ dezgeg ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "ntfs-3g";
|
||||
platforms = with lib.platforms; darwin ++ linux;
|
||||
license = with lib.licenses; [
|
||||
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Tool for reading and parsing EDID data from monitors";
|
||||
homepage = "http://www.polypux.org/projects/read-edid/";
|
||||
license = lib.licenses.bsd2; # Quoted: "This is an unofficial license. Let's call it BSD-like."
|
||||
maintainers = [ lib.maintainers.dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -71,7 +71,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = with lib.licenses; [ gpl2Plus ];
|
||||
mainProgram = "sidplayfp";
|
||||
maintainers = with lib.maintainers; [
|
||||
dezgeg
|
||||
OPNA2608
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
@@ -40,7 +40,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
dezgeg
|
||||
arkivm
|
||||
];
|
||||
};
|
||||
|
||||
@@ -38,8 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Minilanguage designed to represent the entire contents of a PNG file in an editable form";
|
||||
license = lib.licenses.zlib;
|
||||
mainProgram = "sng";
|
||||
maintainers = with lib.maintainers; [
|
||||
dezgeg
|
||||
maintainers = [
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -78,7 +78,6 @@ python3Packages.buildPythonApplication rec {
|
||||
license = lib.licenses.bsd2;
|
||||
mainProgram = "streamlink";
|
||||
maintainers = with lib.maintainers; [
|
||||
dezgeg
|
||||
zraexy
|
||||
DeeUnderscore
|
||||
];
|
||||
|
||||
@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "trinity";
|
||||
homepage = "https://github.com/kernelslacker/trinity";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = [ lib.maintainers.dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -104,7 +104,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
]; # see https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/debian/copyright
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
dezgeg
|
||||
ajs124
|
||||
];
|
||||
};
|
||||
|
||||
@@ -159,7 +159,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Torture test suite for filesystems";
|
||||
homepage = "https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = [ lib.maintainers.dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "xfstests-check";
|
||||
};
|
||||
|
||||
@@ -46,7 +46,7 @@ python3Packages.buildPythonApplication {
|
||||
homepage = "https://aajanki.github.io/yle-dl/";
|
||||
changelog = "https://github.com/aajanki/yle-dl/blob/${src.tag}/ChangeLog";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ dezgeg ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "yle-dl";
|
||||
};
|
||||
|
||||
@@ -152,7 +152,6 @@ let
|
||||
description = "Boot loader for embedded systems";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
dezgeg
|
||||
lopsided98
|
||||
];
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
description = "Firmware for the Raspberry Pi board";
|
||||
homepage = "https://github.com/raspberrypi/firmware";
|
||||
license = lib.licenses.unfreeRedistributableFirmware; # See https://github.com/raspberrypi/firmware/blob/master/boot/LICENCE.broadcom
|
||||
maintainers = with lib.maintainers; [ dezgeg ];
|
||||
maintainers = [ ];
|
||||
# Hash mismatch on source, mystery.
|
||||
# Maybe due to https://github.com/NixOS/nix/issues/847
|
||||
broken = stdenvNoCC.hostPlatform.isDarwin;
|
||||
|
||||
@@ -37,6 +37,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/rocket/rocket";
|
||||
license = lib.licenses.zlib;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.dezgeg ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -302,7 +302,7 @@ in
|
||||
freebsdTools = import ../stdenv/freebsd/make-bootstrap-tools-cross.nix { system = "x86_64-linux"; };
|
||||
cygwinTools = import ../stdenv/cygwin/make-bootstrap-tools-cross.nix { system = "x86_64-linux"; };
|
||||
linuxMeta = {
|
||||
maintainers = [ maintainers.dezgeg ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
freebsdMeta = {
|
||||
maintainers = [ maintainers.rhelmot ];
|
||||
|
||||
Reference in New Issue
Block a user