misc: Remove myself from list of maintainers

Unfortunately I don't have the time anymore to maintain those
packages.
This commit is contained in:
Jascha Geerds 2019-03-12 23:45:33 +01:00
parent c484d9b501
commit ffedc3e4a9
69 changed files with 64 additions and 73 deletions

View file

@ -3,7 +3,7 @@
import ./make-test.nix ({pkgs, ... }: { import ./make-test.nix ({pkgs, ... }: {
name = "printing"; name = "printing";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ domenkozar eelco jgeerds ]; maintainers = [ domenkozar eelco ];
}; };
nodes = { nodes = {

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with maintainers; [ abbradar jgeerds ]; maintainers = with maintainers; [ abbradar ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -35,6 +35,6 @@ pythonPackages.buildPythonApplication rec {
description = "Pandora Internet Radio player for GNOME"; description = "Pandora Internet Radio player for GNOME";
homepage = https://pithos.github.io/; homepage = https://pithos.github.io/;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ obadz jgeerds ]; maintainers = with maintainers; [ obadz ];
}; };
} }

View file

@ -44,7 +44,7 @@ python2.pkgs.buildPythonApplication rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/whipper-team/whipper; homepage = https://github.com/whipper-team/whipper;
description = "A CD ripper aiming for accuracy over speed"; description = "A CD ripper aiming for accuracy over speed";
maintainers = with maintainers; [ rycee jgeerds ]; maintainers = with maintainers; [ rycee ];
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/cask/cask; homepage = https://github.com/cask/cask;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.jgeerds ]; maintainers = [ ];
}; };
} }

View file

@ -175,7 +175,7 @@ let
providing you almost everything you need for your comfortable providing you almost everything you need for your comfortable
and productive development! and productive development!
''; '';
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
}).override { }).override {

View file

@ -49,7 +49,6 @@ in stdenv.mkDerivation rec {
description = "A small, user-friendly console text editor"; description = "A small, user-friendly console text editor";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ maintainers = with maintainers; [
jgeerds
joachifm joachifm
]; ];
platforms = platforms.all; platforms = platforms.all;

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
description = "Qt password manager compatible with its Win32 and Pocket PC versions"; description = "Qt password manager compatible with its Win32 and Pocket PC versions";
homepage = https://www.keepassx.org/; homepage = https://www.keepassx.org/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ qknight jgeerds ]; maintainers = with stdenv.lib.maintainers; [ qknight ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "Qt password manager compatible with its Win32 and Pocket PC versions"; description = "Qt password manager compatible with its Win32 and Pocket PC versions";
homepage = https://www.keepassx.org/; homepage = https://www.keepassx.org/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ qknight jgeerds ]; maintainers = with stdenv.lib.maintainers; [ qknight ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -45,6 +45,6 @@ with python3.pkgs; buildPythonApplication rec {
homepage = http://lostpackets.de/khal/; homepage = http://lostpackets.de/khal/;
description = "CLI calendar application"; description = "CLI calendar application";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jgeerds gebner ]; maintainers = with maintainers; [ gebner ];
}; };
} }

View file

@ -41,6 +41,6 @@ buildPythonApplication rec {
homepage = https://github.com/michael-lazar/rtv; homepage = https://github.com/michael-lazar/rtv;
description = "Browse Reddit from your Terminal"; description = "Browse Reddit from your Terminal";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer jgeerds wedens ]; maintainers = with maintainers; [ matthiasbeyer wedens ];
}; };
} }

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Highly flexible command-line tool to manage TODO lists"; description = "Highly flexible command-line tool to manage TODO lists";
homepage = https://taskwarrior.org; homepage = https://taskwarrior.org;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ marcweber jgeerds ]; maintainers = with maintainers; [ marcweber ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View file

@ -43,7 +43,7 @@ let
description = "Tool for building, changing, and versioning infrastructure"; description = "Tool for building, changing, and versioning infrastructure";
homepage = https://www.terraform.io/; homepage = https://www.terraform.io/;
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ jgeerds zimbatm peterhoeg kalbasit ]; maintainers = with maintainers; [ zimbatm peterhoeg kalbasit ];
}; };
} // attrs'); } // attrs');

View file

@ -82,6 +82,6 @@ in stdenv.mkDerivation {
homepage = http://www.hipchat.com; homepage = http://www.hipchat.com;
license = licenses.unfree; license = licenses.unfree;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ jgeerds puffnfresh ]; maintainers = with maintainers; [ puffnfresh ];
}; };
} }

View file

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
description = "SkypeWeb plugin for Pidgin"; description = "SkypeWeb plugin for Pidgin";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
description = "Pidgin plugin that merges the Buddy List window with a conversation window"; description = "Pidgin plugin that merges the Buddy List window with a conversation window";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -44,7 +44,7 @@ in mkDerivation rec {
description = "Qt Tox client"; description = "Qt Tox client";
homepage = https://tox.chat; homepage = https://tox.chat;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ jgeerds akaWolf peterhoeg ]; maintainers = with maintainers; [ akaWolf peterhoeg ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Reference CLI for Tox"; description = "Reference CLI for Tox";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
description = "Lightweight Tox client"; description = "Lightweight Tox client";
homepage = https://github.com/uTox/uTox; homepage = https://github.com/uTox/uTox;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ domenkozar jgeerds ]; maintainers = with maintainers; [ domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
homepage = https://hexchat.github.io/; homepage = https://hexchat.github.io/;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ romildo jgeerds ]; maintainers = with maintainers; [ romildo ];
}; };
} }

View file

@ -44,6 +44,6 @@ in pythonPackages.buildPythonApplication rec {
homepage = https://github.com/pulb/mailnag; homepage = https://github.com/pulb/mailnag;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -63,7 +63,7 @@ let
description = "Low-latency, high quality voice chat software"; description = "Low-latency, high quality voice chat software";
homepage = https://mumble.info; homepage = https://mumble.info;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
}); });

View file

@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
''; '';
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ offline jgeerds ]; maintainers = with maintainers; [ offline ];
}; };
} }

View file

@ -41,7 +41,6 @@ buildPythonApplication rec {
description = "Multi-container orchestration for Docker"; description = "Multi-container orchestration for Docker";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ maintainers = with maintainers; [
jgeerds
]; ];
}; };
} }

View file

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3; license = licenses.gpl3;
# darwin cannot deal with file names differing only in case # darwin cannot deal with file names differing only in case
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3; license = licenses.gpl3;
# darwin cannot deal with file names differing only in case # darwin cannot deal with file names differing only in case
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ romildo jgeerds ]; maintainers = with maintainers; [ romildo ];
}; };
} }

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
This GNOME utility helps to manage time according to Pomodoro Technique. This GNOME utility helps to manage time according to Pomodoro Technique.
It intends to improve productivity and focus by taking short breaks. It intends to improve productivity and focus by taking short breaks.
''; '';
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -18,9 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Lightweight audio filtering library made from webrtc code"; description = "Lightweight audio filtering library made from webrtc code";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3; license = licenses.bsd3;
homepage = http://www.nlnetlabs.nl/projects/ldns/; homepage = http://www.nlnetlabs.nl/projects/ldns/;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "P2P FOSS instant messaging application aimed to replace Skype with crypto"; description = "P2P FOSS instant messaging application aimed to replace Skype with crypto";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -47,7 +47,7 @@ buildPythonPackage rec {
homepage = http://www.ansible.com; homepage = http://www.ansible.com;
description = "Radically simple IT automation"; description = "Radically simple IT automation";
license = [ licenses.gpl3 ] ; license = [ licenses.gpl3 ] ;
maintainers = with maintainers; [ jgeerds joamaki costrouc ]; maintainers = with maintainers; [ joamaki costrouc ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View file

@ -28,7 +28,6 @@ buildPythonPackage rec {
homepage = https://github.com/docker/docker-py; homepage = https://github.com/docker/docker-py;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ maintainers = with maintainers; [
jgeerds
]; ];
}; };
} }

View file

@ -58,6 +58,6 @@ buildPythonPackage rec {
description = "IPython: Productive Interactive Computing"; description = "IPython: Productive Interactive Computing";
homepage = http://ipython.org/; homepage = http://ipython.org/;
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ bjornfor jgeerds orivej lnl7 ]; maintainers = with lib.maintainers; [ bjornfor orivej lnl7 ];
}; };
} }

View file

@ -60,6 +60,6 @@ buildPythonPackage rec {
description = "IPython: Productive Interactive Computing"; description = "IPython: Productive Interactive Computing";
homepage = http://ipython.org/; homepage = http://ipython.org/;
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ bjornfor jgeerds fridh ]; maintainers = with lib.maintainers; [ bjornfor fridh ];
}; };
} }

View file

@ -22,7 +22,7 @@ buildPythonPackage rec {
description = "Configuration manager for python applications"; description = "Configuration manager for python applications";
homepage = https://kaptan.readthedocs.io/; homepage = https://kaptan.readthedocs.io/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "Scripting library for tmux"; description = "Scripting library for tmux";
homepage = https://libtmux.readthedocs.io/; homepage = https://libtmux.readthedocs.io/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -26,6 +26,6 @@ buildPythonPackage rec {
description = "Plugin and hook calling mechanisms for Python"; description = "Plugin and hook calling mechanisms for Python";
homepage = "https://pypi.python.org/pypi/pluggy"; homepage = "https://pypi.python.org/pypi/pluggy";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ jgeerds ]; maintainers = with lib.maintainers; [ ];
}; };
} }

View file

@ -43,6 +43,6 @@ buildPythonPackage rec {
homepage = http://praw.readthedocs.org/; homepage = http://praw.readthedocs.org/;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -31,6 +31,6 @@ buildPythonPackage rec {
homepage = http://praw.readthedocs.org/; homepage = http://praw.readthedocs.org/;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -30,7 +30,7 @@ buildPythonPackage rec {
description = "Python client bindings for D-Bus AT-SPI"; description = "Python client bindings for D-Bus AT-SPI";
homepage = https://wiki.linuxfoundation.org/accessibility/d-bus; homepage = https://wiki.linuxfoundation.org/accessibility/d-bus;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ jgeerds jtojnar ]; maintainers = with maintainers; [ jtojnar ];
platforms = with platforms; unix; platforms = with platforms; unix;
}; };
} }

View file

@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "pytest plugin to re-run tests to eliminate flaky failures"; description = "pytest plugin to re-run tests to eliminate flaky failures";
homepage = https://github.com/pytest-dev/pytest-rerunfailures; homepage = https://github.com/pytest-dev/pytest-rerunfailures;
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -30,6 +30,6 @@ buildPythonPackage rec {
description = "A toolbelt of useful classes and functions to be used with python-requests"; description = "A toolbelt of useful classes and functions to be used with python-requests";
homepage = http://toolbelt.rtfd.org; homepage = http://toolbelt.rtfd.org;
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ matthiasbeyer jgeerds ]; maintainers = with lib.maintainers; [ matthiasbeyer ];
}; };
} }

View file

@ -18,6 +18,6 @@ buildPythonPackage rec {
homepage = https://bitbucket.org/pypa/setuptools_scm/; homepage = https://bitbucket.org/pypa/setuptools_scm/;
description = "Handles managing your python package versions in scm metadata"; description = "Handles managing your python package versions in scm metadata";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -31,7 +31,6 @@ buildGoPackage rec {
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ maintainers = with maintainers; [
jgeerds
]; ];
}; };
} }

View file

@ -25,7 +25,6 @@ buildGoPackage rec {
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ maintainers = with maintainers; [
jgeerds
]; ];
}; };
} }

View file

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
description = "A system call tracer for Linux"; description = "A system call tracer for Linux";
license = with licenses; [ lgpl21Plus gpl2Plus ]; # gpl2Plus is for the test suite license = with licenses; [ lgpl21Plus gpl2Plus ]; # gpl2Plus is for the test suite
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds globin ]; maintainers = with maintainers; [ globin ];
}; };
} }

View file

@ -61,7 +61,7 @@ let
description = "Infinite-world block sandbox game"; description = "Infinite-world block sandbox game";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds c0dehero fpletz ]; maintainers = with maintainers; [ c0dehero fpletz ];
}; };
}; };

View file

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
description = "Sudoku generating and solving software"; description = "Sudoku generating and solving software";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
description = "Infinite-world block sandbox game based on Minetest"; description = "Infinite-world block sandbox game based on Minetest";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds c0dehero ]; maintainers = with maintainers; [ c0dehero ];
}; };
} }

View file

@ -133,7 +133,7 @@ stdenv.mkDerivation rec {
homepage = https://cups.org/; homepage = https://cups.org/;
description = "A standards-based printing system for UNIX"; description = "A standards-based printing system for UNIX";
license = licenses.gpl2; # actually LGPL for the library and GPL for the rest license = licenses.gpl2; # actually LGPL for the library and GPL for the rest
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -187,6 +187,6 @@ pythonPackages.buildPythonApplication {
then licenses.unfree then licenses.unfree
else with licenses; [ mit bsd2 gpl2Plus ]; else with licenses; [ mit bsd2 gpl2Plus ];
platforms = [ "i686-linux" "x86_64-linux" "armv6l-linux" "armv7l-linux" ]; platforms = [ "i686-linux" "x86_64-linux" "armv6l-linux" "armv7l-linux" ];
maintainers = with maintainers; [ jgeerds ttuegel ]; maintainers = with maintainers; [ ttuegel ];
}; };
} }

View file

@ -219,6 +219,6 @@ pythonPackages.buildPythonApplication {
then licenses.unfree then licenses.unfree
else with licenses; [ mit bsd2 gpl2Plus ]; else with licenses; [ mit bsd2 gpl2Plus ];
platforms = [ "i686-linux" "x86_64-linux" "armv6l-linux" "armv7l-linux" ]; platforms = [ "i686-linux" "x86_64-linux" "armv6l-linux" "armv7l-linux" ];
maintainers = with maintainers; [ jgeerds ttuegel ]; maintainers = with maintainers; [ ttuegel ];
}; };
} }

View file

@ -130,7 +130,7 @@ stdenv.mkDerivation rec {
description = "ATI Catalyst display drivers"; description = "ATI Catalyst display drivers";
homepage = http://support.amd.com/us/gpudownload/Pages/index.aspx; homepage = http://support.amd.com/us/gpudownload/Pages/index.aspx;
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ marcweber offline jgeerds jerith666 ]; maintainers = with maintainers; [ marcweber offline jerith666 ];
platforms = platforms.linux; platforms = platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];
# Copied from the nvidia default.nix to prevent a store collision. # Copied from the nvidia default.nix to prevent a store collision.

View file

@ -19,6 +19,6 @@ python2Packages.buildPythonApplication rec {
description = "Versatile resource statistics tool"; description = "Versatile resource statistics tool";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -83,6 +83,6 @@ stdenv.mkDerivation rec {
''; '';
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -27,6 +27,6 @@ stdenv.mkDerivation {
''; '';
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -30,7 +30,6 @@ python2Packages.buildPythonApplication rec {
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ maintainers = with maintainers; [
jgeerds
]; ];
}; };
} }

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
homepage = http://www.ivarch.com/programs/pv; homepage = http://www.ivarch.com/programs/pv;
description = "Tool for monitoring the progress of data through a pipeline"; description = "Tool for monitoring the progress of data through a pipeline";
license = stdenv.lib.licenses.artistic2; license = stdenv.lib.licenses.artistic2;
maintainers = with stdenv.lib.maintainers; [ jgeerds ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; all; platforms = with stdenv.lib.platforms; all;
}; };
} }

View file

@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
homepage = https://www.rockbox.org; homepage = https://www.rockbox.org;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ goibhniu jgeerds ]; maintainers = with maintainers; [ goibhniu ];
}; };
} }

View file

@ -62,6 +62,6 @@ stdenv.mkDerivation rec {
''; '';
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ peti jgeerds vrthra ]; maintainers = with maintainers; [ peti vrthra ];
}; };
} }

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
homepage = https://www.gnu.org/software/stow/; homepage = https://www.gnu.org/software/stow/;
maintainers = with stdenv.lib.maintainers; [ the-kenny jgeerds ]; maintainers = with stdenv.lib.maintainers; [ the-kenny ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
} }

View file

@ -31,6 +31,6 @@ buildPythonApplication rec {
description = "Manage tmux workspaces from JSON and YAML"; description = "Manage tmux workspaces from JSON and YAML";
homepage = https://tmuxp.git-pull.com/; homepage = https://tmuxp.git-pull.com/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ jgeerds ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -77,7 +77,7 @@ python3Packages.buildPythonApplication rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/pimutils/vdirsyncer; homepage = https://github.com/pimutils/vdirsyncer;
description = "Synchronize calendars and contacts"; description = "Synchronize calendars and contacts";
maintainers = with maintainers; [ matthiasbeyer jgeerds ]; maintainers = with maintainers; [ matthiasbeyer ];
platforms = platforms.all; platforms = platforms.all;
license = licenses.mit; license = licenses.mit;
}; };

View file

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
description = "A lightweight, multi-protocol, multi-source, command-line download utility"; description = "A lightweight, multi-protocol, multi-source, command-line download utility";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ koral jgeerds ]; maintainers = with maintainers; [ koral ];
}; };
} }

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "A tool for securing communications between a client and a DNS resolver"; description = "A tool for securing communications between a client and a DNS resolver";
homepage = https://dnscrypt.info/; homepage = https://dnscrypt.info/;
license = licenses.isc; license = licenses.isc;
maintainers = with maintainers; [ joachifm jgeerds ]; maintainers = with maintainers; [ joachifm ];
# upstream claims OSX support, but Hydra fails # upstream claims OSX support, but Hydra fails
platforms = platforms.linux; # Maybe other non-darwin Unix platforms = platforms.linux; # Maybe other non-darwin Unix
}; };

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
description = "Network sniffer"; description = "Network sniffer";
homepage = http://www.tcpdump.org/; homepage = http://www.tcpdump.org/;
license = "BSD-style"; license = "BSD-style";
maintainers = with stdenv.lib.maintainers; [ jgeerds ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
} }

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
homepage = https://ezix.org/project/wiki/HardwareLiSter; homepage = https://ezix.org/project/wiki/HardwareLiSter;
description = "Provide detailed information on the hardware configuration of the machine"; description = "Provide detailed information on the hardware configuration of the machine";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ phreedom jgeerds ]; maintainers = with maintainers; [ phreedom ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ maintainers = with maintainers; [
edwtjo edwtjo
jgeerds
]; ];
description = "A proofreading program for English, French German, Polish, and more"; description = "A proofreading program for English, French German, Polish, and more";
}; };

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/ggreer/the_silver_searcher/; homepage = https://github.com/ggreer/the_silver_searcher/;
description = "A code-searching tool similar to ack, but faster"; description = "A code-searching tool similar to ack, but faster";
maintainers = with maintainers; [ madjar jgeerds ]; maintainers = with maintainers; [ madjar ];
platforms = platforms.all; platforms = platforms.all;
license = licenses.asl20; license = licenses.asl20;
}; };