treewide: remove maintainer goibhniu

Inactive in Nixpkgs since 2018 (and a single PR in 2022).
https://github.com/NixOS/nixpkgs/issues?q=author%3Acillianderoiste
This commit is contained in:
Ivan Trubach 2024-07-24 12:22:12 +03:00
parent 1008468f8d
commit 90fbf71333
125 changed files with 123 additions and 145 deletions

View File

@ -7541,12 +7541,6 @@
githubId = 605072;
name = "Daniel Goertzen";
};
goibhniu = {
email = "cillian.deroiste@gmail.com";
github = "cillianderoiste";
githubId = 643494;
name = "Cillian de Róiste";
};
GoldsteinE = {
email = "root@goldstein.rs";
github = "GoldsteinE";

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system";
homepage = "https://a2jmidid.ladish.org/";
license = licenses.gpl2Only;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
};
}

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "LV2 port of the internal modules found in Alsa Modular Synth";
homepage = "https://github.com/blablack/ams-lv2";
license = licenses.gpl3;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
# Build uses `-msse` and `-mfpmath=sse`
badPlatforms = [ "aarch64-linux" ];

View File

@ -207,6 +207,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
mainProgram = "ardour7";
platforms = platforms.linux;
maintainers = with maintainers; [ goibhniu magnetophon mitchmindtree ];
maintainers = with maintainers; [ magnetophon mitchmindtree ];
};
}

View File

@ -214,6 +214,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
mainProgram = "ardour8";
platforms = platforms.linux;
maintainers = with maintainers; [ goibhniu magnetophon mitchmindtree ];
maintainers = with maintainers; [ magnetophon mitchmindtree ];
};
}

View File

@ -55,6 +55,6 @@ stdenv.mkDerivation rec {
homepage = "https://bristol.sourceforge.net";
license = licenses.gpl3;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
};
}

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
homepage = "https://calf-studio-gear.org";
description = "Set of high quality open source audio plugins for musicians";
license = licenses.lgpl2;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "calfjackhost";
};

View File

@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
wolpertinger
'';
license = with licenses; [ gpl2Only gpl3Only gpl2Plus lgpl2Plus lgpl3Only mit ];
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.drumgizmo.org";
license = licenses.lgpl3Plus;
platforms = platforms.linux;
maintainers = [ maintainers.goibhniu maintainers.nico202 ];
maintainers = [ maintainers.nico202 ];
};
}

View File

@ -19,6 +19,6 @@ mkDerivation rec {
homepage = "http://drumkv1.sourceforge.net/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
};
}

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "Real-time software synthesizer based on the SoundFont 2 specifications";
homepage = "https://www.fluidsynth.org";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ goibhniu lovek323 ];
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
mainProgram = "fluidsynth";
};

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.linuxsampler.org";
description = "Gigasampler file access library";
license = licenses.gpl2;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "gigedit";
};

View File

@ -131,7 +131,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
homepage = "https://github.com/brummer10/guitarix";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ astsmtl goibhniu lord-valen ];
maintainers = with maintainers; [ astsmtl lord-valen ];
platforms = platforms.linux;
};
})

View File

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.hydrogen-music.org";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ goibhniu orivej ];
maintainers = with maintainers; [ orivej ];
};
}

View File

@ -69,10 +69,7 @@ stdenv.mkDerivation {
description = "Modular audio processing system using JACK and LV2 or LADSPA plugins";
homepage = "http://drobilla.net/software/ingen";
license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [
goibhniu
t4ccer
];
maintainers = with lib.maintainers; [ t4ccer ];
platforms = lib.platforms.linux;
};
}

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
mainProgram = "jack_capture";
homepage = "https://github.com/kmatheussen/jack_capture/";
license = licenses.gpl2;
maintainers = with maintainers; [ goibhniu orivej ];
maintainers = with maintainers; [ orivej ];
platforms = lib.platforms.linux;
};
}

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
mainProgram = "jack_oscrolloscope";
homepage = "http://das.nasophon.de/jack_oscrolloscope";
license = licenses.gpl2;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = lib.platforms.linux;
};
}

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "Simple but fully featured LV2 host for Jack";
homepage = "http://drobilla.net/software/jalv";
license = licenses.isc;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.nongnu.org/lash";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
};
}

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
FAQ, please contact us.
'';
license = licenses.unfree;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -52,6 +52,6 @@ mkDerivation rec {
homepage = "https://lmms.io";
license = licenses.gpl2Plus;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
homepage = "http://drobilla.net/software/mda-lv2.html";
description = "LV2 port of the MDA plugins by Paul Kellett";
license = licenses.gpl2Plus;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/magnush/mhwaveedit";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
};
}

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
homepage = "http://code.google.com/p/mid2key/";
description = "Simple tool which maps midi notes to simulated keystrokes";
license = licenses.gpl3;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "mid2key";
};

View File

@ -147,7 +147,7 @@ mkDerivation rec {
description = "Digital DJ mixing software";
mainProgram = "mixxx";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ goibhniu bfortz benley ];
maintainers = with maintainers; [ bfortz benley ];
platforms = platforms.linux;
};
}

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
homepage = "https://petri-foo.sourceforge.net";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
mainProgram = "petri-foo";
};
}

View File

@ -67,6 +67,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/pianobooster/PianoBooster";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ goibhniu orivej ];
maintainers = with maintainers; [ orivej ];
};
}

View File

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
homepage = "http://puredata.info";
license = licenses.bsd3;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ goibhniu carlthome ];
maintainers = with maintainers; [ carlthome ];
mainProgram = "pd";
changelog = "https://msp.puredata.info/Pd_documentation/x5.htm#s1";
};

View File

@ -41,7 +41,7 @@ mkDerivation rec {
mainProgram = "qjackctl";
homepage = "https://github.com/rncbc/qjackctl";
license = licenses.gpl2Plus;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -22,7 +22,7 @@ mkDerivation rec {
description = "Graphical frontend to LinuxSampler";
mainProgram = "qsampler";
license = licenses.gpl2;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
mainProgram = "qsynth";
homepage = "https://sourceforge.net/projects/qsynth";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
homepage = "https://rakarrack.sourceforge.net";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
};
}

View File

@ -22,6 +22,6 @@ mkDerivation rec {
homepage = "http://samplv1.sourceforge.net/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
};
}

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.filter24.org/seq24";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
mainProgram = "seq24";
};
}

View File

@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
homepage = "https://setbfree.org";
license = licenses.gpl2;
platforms = [ "x86_64-linux" "i686-linux" ]; # fails on ARM and Darwin
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
};
}

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
description = "View and analyse contents of music audio files";
homepage = "https://www.sonicvisualiser.org/";
license = licenses.gpl2Plus;
maintainers = [ maintainers.goibhniu maintainers.marcweber ];
maintainers = [ maintainers.marcweber ];
platforms = platforms.linux;
};
}

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
generators, surround encoders and more.
'';
license = licenses.gpl3;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -19,6 +19,6 @@ mkDerivation rec {
homepage = "https://synthv1.sourceforge.io/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
};
}

View File

@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.alsa-project.org/~tiwai/alsa.html";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
};
}

View File

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
homepage = "https://dssi.sourceforge.net/download.html#Xsynth-DSSI";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
};
}

View File

@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
homepage = "https://yoshimi.github.io/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
mainProgram = "yoshimi";
};
}

View File

@ -148,7 +148,7 @@ in stdenv.mkDerivation rec {
else "https://zynaddsubfx.sourceforge.io";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ goibhniu kira-bruneau ];
maintainers = with maintainers; [ kira-bruneau ];
platforms = platforms.all;
# On macOS:

View File

@ -145,6 +145,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.darktable.org";
license = licenses.gpl3Plus;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ goibhniu flosse mrVanDalo paperdigits freyacodes ];
maintainers = with maintainers; [ flosse mrVanDalo paperdigits freyacodes ];
};
}

View File

@ -136,6 +136,6 @@ in buildPythonApplication rec {
homepage = "http://mypaint.org/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ goibhniu jtojnar ];
maintainers = with maintainers; [ jtojnar ];
};
}

View File

@ -160,7 +160,7 @@ stdenv.mkDerivation {
description = "2D animation program";
homepage = "http://www.synfig.org";
license = licenses.gpl2Plus;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.linux ++ platforms.darwin;
};
}

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
description = "Offline thesaurus based on WordNet";
homepage = "https://artha.sourceforge.net";
license = licenses.gpl2;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "artha";
};

View File

@ -427,10 +427,7 @@ stdenv.mkDerivation (finalAttrs: {
];
# the current apple sdk is too old (currently 11_0) and fails to build "metal" on x86_64-darwin
broken = stdenv.hostPlatform.system == "x86_64-darwin";
maintainers = with lib.maintainers; [
goibhniu
veprbl
];
maintainers = with lib.maintainers; [ veprbl ];
mainProgram = "blender";
};
})

View File

@ -39,6 +39,6 @@ buildPythonApplication rec {
mainProgram = "hovercraft";
homepage = "https://github.com/regebro/hovercraft";
license = licenses.mit;
maintainers = with maintainers; [ goibhniu makefu ];
maintainers = with maintainers; [ makefu ];
};
}

View File

@ -84,7 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
homepage = "https://shotcut.org";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ goibhniu woffs peti ];
maintainers = with maintainers; [ woffs peti ];
platforms = platforms.unix;
mainProgram = "shotcut";
};

View File

@ -40,6 +40,6 @@ mkDerivation rec {
homepage = "https://www.maartenbaert.be/simplescreenrecorder";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
};
}

View File

@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
in "https://github.com/rncbc/qtractor/blob/qtractor_${version'}/ChangeLog";
license = licenses.gpl2Plus;
mainProgram = "qtractor";
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
homepage = "https://www.aquamaniac.de/rdm/";
hydraPlatforms = [];
license = licenses.gpl2Plus;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -63,7 +63,7 @@ in stdenv.mkDerivation rec {
description = "OS abstraction functions used by aqbanking and related tools";
homepage = "https://www.aquamaniac.de/rdm/projects/gwenhywfar";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
description = "Library for audio labelling";
homepage = "https://aubio.org/";
license = licenses.gpl2;
maintainers = with maintainers; [ goibhniu marcweber fpletz ];
maintainers = with maintainers; [ marcweber fpletz ];
platforms = platforms.linux;
};
}

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
description = "C library for reading and writing Standard MIDI Files";
homepage = "https://github.com/stump/libsmf";
license = licenses.bsd2;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
mainProgram = "smfsh";
platforms = platforms.unix;
};

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
homepage = "http://drobilla.net/software/lilv";
description = "C library to make the use of LV2 plugins";
license = licenses.mit;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
description = "Plugin standard for audio systems";
mainProgram = "lv2_validate";
license = licenses.mit;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
mainProgram = "ttl2c";
homepage = "https://lvtk.org/";
license = licenses.gpl3;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
description = "C++ library of functions for DSP and Music Informatics purposes";
homepage = "https://code.soundsoftware.ac.uk/projects/qm-dsp";
license = licenses.gpl2Plus;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -28,10 +28,7 @@ stdenv.mkDerivation {
description = "C++ utility library primarily aimed at audio/musical applications";
homepage = "http://drobilla.net/software/raul";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [
goibhniu
t4ccer
];
maintainers = with lib.maintainers; [ t4ccer ];
platforms = lib.platforms.unix;
};
}

View File

@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
homepage = "https://drobilla.net/software/sratom";
description = "Library for serialising LV2 atoms to/from RDF";
license = licenses.mit;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
homepage = "http://drobilla.net/software/suil";
description = "Lightweight C library for loading and wrapping LV2 plugin UIs";
license = licenses.mit;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
description = "Audio processing plugin system for plugins that extract descriptive information from audio data";
homepage = "https://vamp-plugins.org/";
license = licenses.bsd3;
maintainers = [ maintainers.goibhniu maintainers.marcweber ];
maintainers = [ maintainers.marcweber ];
platforms = platforms.unix;
};
}

View File

@ -64,6 +64,6 @@ stdenv.mkDerivation rec {
description = "C++ API for D-BUS";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
};
}

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
homepage = "https://frei0r.dyne.org";
description = "Minimalist, cross-platform, shared video plugins";
license = licenses.gpl2Plus;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.linux ++ platforms.darwin;
};
}

View File

@ -45,10 +45,7 @@ stdenv.mkDerivation {
mainProgram = "ganv_bench";
homepage = "http://drobilla.net";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [
goibhniu
t4ccer
];
maintainers = with lib.maintainers; [ t4ccer ];
platforms = lib.platforms.linux;
};
}

View File

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
description = "Mixed-radix Fast Fourier Transform based up on the KISS principle";
homepage = "https://github.com/mborgerding/kissfft";
license = licenses.bsd3;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.hyperrealm.com/libconfig";
description = "Simple library for processing structured configuration files";
license = licenses.lgpl3;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Library for handling OpenGL function pointer management";
homepage = "https://github.com/anholt/libepoxy";
license = licenses.mit;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
platforms = platforms.unix;
pkgConfigModules = [ "epoxy" ];
};

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "X virtual keyboard library";
homepage = "https://www.yoctoproject.org/tools-resources/projects/matchbox";
license = licenses.gpl2;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.linuxsampler.org";
description = "Gigasampler file access library";
license = licenses.gpl2;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.linuxsampler.org";
description = "LinuxSampler Control Protocol (LSCP) wrapper library";
license = licenses.gpl2;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
homepage = "http://mypaint.org/";
description = "Library for making brushstrokes which is used by MyPaint and other projects";
license = licenses.isc;
maintainers = with maintainers; [ goibhniu jtojnar ];
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.unix;
};
}

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.msweet.org/mxml/";
license = licenses.asl20;
platforms = platforms.all;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
};
}

View File

@ -140,7 +140,7 @@ stdenv.mkDerivation rec {
description = "Open source multimedia framework, designed for television broadcasting";
homepage = "https://www.mltframework.org/";
license = with licenses; [ lgpl21Plus gpl2Plus ];
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
description = "High-performance, high-quality video filters for the GPU";
homepage = "https://movit.sesse.net";
license = licenses.gpl2Plus;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
homepage = "https://opencolorio.org";
description = "Color management framework for visual effects and animation";
license = licenses.bsd3;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
homepage = "https://openimageio.org";
description = "Library and tools for reading and writing images";
license = licenses.bsd3;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Tessil/robin-map";
changelog = "https://github.com/Tessil/robin-map/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = "https://breakfastquay.com/rubberband/";
# commercial license available as well, see homepage. You'll get some more optimized routines
license = licenses.gpl2Plus;
maintainers = [ maintainers.goibhniu maintainers.marcweber ];
maintainers = [ maintainers.marcweber ];
platforms = platforms.all;
};
}

View File

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
description = "Lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples";
homepage = "https://drobilla.net/software/serd";
license = licenses.mit;
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
mainProgram = "serdi";
platforms = platforms.unix;
};

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
homepage = "http://drobilla.net/software/sord";
description = "Lightweight C library for storing RDF data in memory";
license = with licenses; [ bsd0 isc ];
maintainers = [ maintainers.goibhniu ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -37,7 +37,7 @@ buildPythonPackage rec {
homepage = "https://python-evdev.readthedocs.io/";
changelog = "https://github.com/gvalkov/python-evdev/blob/v${version}/docs/changelog.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -59,6 +59,6 @@ buildPythonPackage rec {
description = "Modified version of Supybot, an IRC bot";
homepage = "https://github.com/ProgVal/Limnoria";
license = licenses.bsd3;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

View File

@ -22,6 +22,6 @@ buildPythonPackage rec {
description = "Pattern matching and various utilities for file systems paths";
homepage = "https://github.com/gorakhargosh/pathtools";
license = licenses.mit;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

View File

@ -67,10 +67,7 @@ import ./generic.nix (
processing and graphics capabilities.
'';
license = licenses.hpnd;
maintainers = with maintainers; [
goibhniu
prikhi
];
maintainers = with maintainers; [ prikhi ];
};
}
// args

View File

@ -45,6 +45,6 @@ buildPythonPackage rec {
homepage = "https://github.com/python-rope/rope";
changelog = "https://github.com/python-rope/rope/blob/${version}/CHANGELOG.md";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

View File

@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "SVG path objects and parser";
homepage = "https://github.com/regebro/svg.path";
license = licenses.mit;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

View File

@ -88,6 +88,6 @@ buildPythonPackage rec {
homepage = "http://www.virtualenv.org";
changelog = "https://github.com/pypa/virtualenv/blob/${version}/docs/changelog.rst";
license = licenses.mit;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

View File

@ -104,6 +104,6 @@ buildPythonPackage rec {
homepage = "https://github.com/gorakhargosh/watchdog";
changelog = "https://github.com/gorakhargosh/watchdog/blob/v${version}/changelog.rst";
license = licenses.asl20;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

View File

@ -23,6 +23,6 @@ buildPythonPackage rec {
description = "Daemon process control library and tools for Unix-based systems";
homepage = "https://pypi.python.org/pypi/zdaemon";
license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

View File

@ -23,6 +23,6 @@ buildPythonPackage rec {
description = "Inter-process locks";
homepage = "https://www.python.org/pypi/zc.lockfile";
license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

View File

@ -49,6 +49,6 @@ buildPythonPackage rec {
homepage = "https://github.com/zopefoundation/ZConfig";
changelog = "https://github.com/zopefoundation/ZConfig/blob/${version}/CHANGES.rst";
license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

View File

@ -31,6 +31,6 @@ buildPythonPackage rec {
homepage = "https://pypi.python.org/pypi/zdaemon";
changelog = "https://github.com/zopefoundation/zdaemon/blob/${version}/CHANGES.rst";
license = licenses.zpl21;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

View File

@ -55,6 +55,6 @@ buildPythonPackage rec {
homepage = "https://zodb-docs.readthedocs.io/";
changelog = "https://github.com/zopefoundation/ZODB/blob/${version}/CHANGES.rst";
license = licenses.zpl21;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

View File

@ -42,6 +42,6 @@ buildPythonPackage rec {
description = "Zope Component Architecture";
changelog = "https://github.com/zopefoundation/zope.component/blob/${version}/CHANGES.rst";
license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

View File

@ -53,6 +53,6 @@ buildPythonPackage rec {
homepage = "https://github.com/zopefoundation/zope.configuration";
changelog = "https://github.com/zopefoundation/zope.configuration/blob/${version}/CHANGES.rst";
license = licenses.zpl21;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

View File

@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "Utility module for content-type (MIME type) handling";
changelog = "https://github.com/zopefoundation/zope.contenttype/blob/${version}/CHANGES.rst";
license = licenses.zpl21;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

View File

@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "Resolver for Python dotted names";
changelog = "https://github.com/zopefoundation/zope.dottedname/blob/${version}/CHANGES.rst";
license = licenses.zpl21;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

View File

@ -17,6 +17,6 @@ buildPythonPackage rec {
description = "Event publishing system";
homepage = "https://pypi.org/project/zope.event/";
license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ];
maintainers = [ ];
};
}

Some files were not shown because too many files have changed in this diff Show More