mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
maintainers: drop marcweber
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -16330,12 +16330,6 @@
|
||||
githubId = 5526;
|
||||
name = "Marcus Ramberg";
|
||||
};
|
||||
marcweber = {
|
||||
email = "marco-oweber@gmx.de";
|
||||
github = "MarcWeber";
|
||||
githubId = 34086;
|
||||
name = "Marc Weber";
|
||||
};
|
||||
marenz = {
|
||||
email = "marenz@arkom.men";
|
||||
github = "marenz2569";
|
||||
|
||||
@@ -2,6 +2,5 @@ viric viriketo@gmail.com
|
||||
Pjotr Prins pjotr.public01@thebird.nl
|
||||
Pjotr Prins pjotr.public05@thebird.nl
|
||||
Wouter den Breejen wbreejen
|
||||
MarcWeber marcweber
|
||||
Ricardo Correia Ricardo M. Correia
|
||||
ertesx@gmx.de ertes
|
||||
|
||||
@@ -4362,7 +4362,6 @@ assertNoAdditions {
|
||||
homepage = "https://github.com/Valloric/YouCompleteMe";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [
|
||||
marcweber
|
||||
mel
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Automounter in userspace";
|
||||
homepage = "https://github.com/pcarrier/afuse";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "http://al.chemy.org/";
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "alchemy";
|
||||
};
|
||||
|
||||
@@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gpl2Plus # attributes.m4 & usb_stream.h
|
||||
];
|
||||
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -49,7 +49,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://aubio.org/";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = with lib.maintainers; [
|
||||
marcweber
|
||||
fpletz
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Library for operations on boolean expression binary trees";
|
||||
homepage = "http://perso.b2b2c.ca/~sarrazip/dev/boolstuff.html";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "booldnf";
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Implementation of the IETF real-time transport protocol (RTP)";
|
||||
homepage = "https://www.gnu.org/software/ccrtp/";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = with lib.maintainers; [ marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -116,7 +116,7 @@ stdenv.mkDerivation {
|
||||
description = "Professional video editing and compositing environment (community version)";
|
||||
homepage = "http://cinelerra-cv.wikidot.com/";
|
||||
mainProgram = "cinelerracv";
|
||||
maintainers = with lib.maintainers; [ marcweber ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.gpl2Only;
|
||||
# https://github.com/cinelerra-cv-team/cinelerra-cv/issues/3
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
||||
@@ -141,7 +141,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "System service to manage, install and generate color profiles to accurately color manage input and output devices";
|
||||
homepage = "https://www.freedesktop.org/software/colord/";
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
teams = [ lib.teams.freedesktop ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -84,7 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Sound design, audio synthesis, and signal processing system, providing facilities for music composition and performance on all major operating systems and platforms";
|
||||
homepage = "https://csound.com/";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = with lib.maintainers; [ marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
|
||||
@@ -101,7 +101,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Tool to create a Debian system in a chroot";
|
||||
homepage = "https://wiki.debian.org/Debootstrap";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "debootstrap";
|
||||
};
|
||||
|
||||
@@ -318,7 +318,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.gdal.org/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
marcweber
|
||||
dotlambda
|
||||
];
|
||||
teams = [ lib.teams.geospatial ];
|
||||
|
||||
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Multi-platform library for creating OpenGL contexts and managing input, including keyboard, mouse, joystick and time";
|
||||
homepage = "https://glfw.sourceforge.net/";
|
||||
license = lib.licenses.zlib;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -103,7 +103,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://www.glfw.org/";
|
||||
license = lib.licenses.zlib;
|
||||
maintainers = with lib.maintainers; [
|
||||
marcweber
|
||||
Scrumplex
|
||||
twey
|
||||
];
|
||||
|
||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://sourceforge.net/projects/grip/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
|
||||
maintainers = with lib.maintainers; [ marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "grip";
|
||||
};
|
||||
|
||||
@@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "gusbcmd";
|
||||
homepage = "https://github.com/hughsie/libgusb";
|
||||
license = lib.licenses.lgpl21;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,7 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/inotify-tools/inotify-tools/wiki";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
marcweber
|
||||
pSub
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Console jack loudness meter";
|
||||
homepage = "https://www.aelius.com/njh/jackmeter/";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "jack_meter";
|
||||
};
|
||||
|
||||
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Provides a simplified, portable interface to several low-level networking routines";
|
||||
homepage = "https://github.com/dugsong/libdnet";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/OSGeo/libgeotiff";
|
||||
changelog = "https://github.com/OSGeo/libgeotiff/blob/${finalAttrs.src.rev}/libgeotiff/NEWS";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ marcweber ];
|
||||
maintainers = [ ];
|
||||
teams = [ lib.teams.geospatial ];
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
};
|
||||
|
||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Cross platform, open source library for generating PDF files";
|
||||
homepage = "http://libharu.org/";
|
||||
license = lib.licenses.zlib;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Lightweight library to handle the sending and receiving of messages according to the Open Sound Control (OSC) protocol";
|
||||
homepage = "https://sourceforge.net/projects/liblo";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Reference library for reading, displaying, writing and examining Multiple-Image Network Graphics";
|
||||
homepage = "http://www.libmng.com";
|
||||
license = lib.licenses.zlib;
|
||||
maintainers = with lib.maintainers; [ marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix ++ lib.platforms.windows;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -141,7 +141,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
ofl # mf/
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
marcweber
|
||||
yurrriq
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Lightweight RDF library with special support for LADSPA plugins";
|
||||
homepage = "https://sourceforge.net/projects/lrdf/";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -82,7 +82,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
lib.licenses.boehmGC # boehm gc
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
marcweber
|
||||
locallycompact
|
||||
];
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
|
||||
@@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "http://www.openjump.org/";
|
||||
license = lib.licenses.gpl2;
|
||||
mainProgram = "OpenJump";
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
teams = [ lib.teams.geospatial ];
|
||||
platforms = jre.meta.platforms;
|
||||
sourceProvenance = [ lib.sourceTypes.binaryBytecode ];
|
||||
|
||||
@@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://partclone.org";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Opensource disk backup software";
|
||||
homepage = "https://www.partimage.org";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.gnu.org/software/plotutils/";
|
||||
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Translates PostScript and PDF graphics into other vector formats";
|
||||
homepage = "https://sourceforge.net/projects/pstoedit/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "pstoedit";
|
||||
};
|
||||
|
||||
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://breakfastquay.com/rubberband/";
|
||||
# commercial license available as well, see homepage. You'll get some more optimized routines
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -84,7 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "View and analyse contents of music audio files";
|
||||
homepage = "https://www.sonicvisualiser.org/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -90,7 +90,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Sample Rate Converter for audio";
|
||||
homepage = "https://sox.sourceforge.net/";
|
||||
maintainers = with lib.maintainers; [ marcweber ];
|
||||
maintainers = [ ];
|
||||
license = if enableAMR then lib.licenses.unfree else lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -127,7 +127,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Backup suite that stores files on other disks";
|
||||
homepage = "https://savannah.nongnu.org/projects/storebackup";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -43,7 +43,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://sourceforge.net/projects/stun/";
|
||||
license = lib.licenses.vsl10;
|
||||
maintainers = with lib.maintainers; [
|
||||
marcweber
|
||||
obadz
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "FUSE filesystem for accessing Subversion repositories";
|
||||
homepage = "https://www.jmadden.eu/index.php/svnfs/";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "svnfs";
|
||||
};
|
||||
|
||||
@@ -76,7 +76,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://taskwarrior.org";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
marcweber
|
||||
oxalica
|
||||
Necior
|
||||
];
|
||||
|
||||
@@ -123,7 +123,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://taskwarrior.org";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
marcweber
|
||||
oxalica
|
||||
mlaradji
|
||||
doronbehar
|
||||
|
||||
@@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "texi2html";
|
||||
homepage = "https://www.nongnu.org/texi2html/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -119,7 +119,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://sourceforge.net/projects/timidity/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
description = "Software MIDI renderer";
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "timidity";
|
||||
};
|
||||
|
||||
@@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/mackyle/topgit";
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ marcweber ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -64,7 +64,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Mode switching tool for controlling 'multi-mode' USB devices";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = with lib.maintainers; [
|
||||
marcweber
|
||||
peterhoeg
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Audio processing plugin system for plugins that extract descriptive information from audio data";
|
||||
homepage = "https://vamp-plugins.org/";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# Yate's license is GPL with an exception for linking with
|
||||
# OpenH323 and PWlib (licensed under MPL).
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = [
|
||||
"i686-linux"
|
||||
"x86_64-linux"
|
||||
|
||||
@@ -142,7 +142,6 @@ let
|
||||
mit
|
||||
]; # based on upstream opam file
|
||||
maintainers = [
|
||||
lib.maintainers.marcweber
|
||||
lib.maintainers.locallycompact
|
||||
lib.maintainers.logo
|
||||
lib.maintainers.bwkam
|
||||
|
||||
@@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
|
||||
lgpl21
|
||||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [ marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
lgpl21
|
||||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [ marcweber ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
pkgConfigModules = [ "rasqal" ];
|
||||
};
|
||||
|
||||
@@ -175,8 +175,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://w1.fi/wpa_supplicant/";
|
||||
description = "Tool for connecting to WPA and WPA2-protected wireless networks";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
marcweber
|
||||
maintainers = [
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
identifiers.cpeParts = lib.meta.cpeFullVersionWithVendor "w1.fi" version;
|
||||
|
||||
@@ -29,7 +29,6 @@ let
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
bbenno
|
||||
marcweber
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -170,7 +170,7 @@ postgresqlBuildExtension (finalAttrs: {
|
||||
homepage = "https://postgis.net/";
|
||||
changelog = "https://git.osgeo.org/postgis/postgis/raw/tag/${finalAttrs.version}/NEWS";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ marcweber ];
|
||||
maintainers = [ ];
|
||||
teams = [ lib.teams.geospatial ];
|
||||
inherit (postgresql.meta) platforms;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user