misc: Remove myself from list of maintainers

Unfortunately I don't have the time anymore to maintain those
packages.
wip/yesman
Jascha Geerds 5 years ago
parent c484d9b501
commit ffedc3e4a9
  1. 2
      nixos/tests/printing.nix
  2. 2
      pkgs/applications/audio/pavucontrol/default.nix
  3. 2
      pkgs/applications/audio/pithos/default.nix
  4. 2
      pkgs/applications/audio/whipper/default.nix
  5. 2
      pkgs/applications/editors/emacs-modes/cask/default.nix
  6. 2
      pkgs/applications/editors/jetbrains/default.nix
  7. 1
      pkgs/applications/editors/nano/default.nix
  8. 2
      pkgs/applications/misc/keepassx/2.0.nix
  9. 2
      pkgs/applications/misc/keepassx/default.nix
  10. 2
      pkgs/applications/misc/khal/default.nix
  11. 2
      pkgs/applications/misc/rtv/default.nix
  12. 2
      pkgs/applications/misc/taskwarrior/default.nix
  13. 2
      pkgs/applications/networking/cluster/terraform/default.nix
  14. 2
      pkgs/applications/networking/instant-messengers/hipchat/default.nix
  15. 2
      pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-skypeweb/default.nix
  16. 2
      pkgs/applications/networking/instant-messengers/pidgin-plugins/window-merge/default.nix
  17. 2
      pkgs/applications/networking/instant-messengers/qtox/default.nix
  18. 2
      pkgs/applications/networking/instant-messengers/toxic/default.nix
  19. 2
      pkgs/applications/networking/instant-messengers/utox/default.nix
  20. 2
      pkgs/applications/networking/irc/hexchat/default.nix
  21. 2
      pkgs/applications/networking/mailreaders/mailnag/default.nix
  22. 2
      pkgs/applications/networking/mumble/default.nix
  23. 2
      pkgs/applications/version-management/git-and-tools/gitflow/default.nix
  24. 1
      pkgs/applications/virtualization/docker-compose/default.nix
  25. 2
      pkgs/data/icons/numix-icon-theme-circle/default.nix
  26. 2
      pkgs/data/icons/numix-icon-theme/default.nix
  27. 2
      pkgs/desktops/gnome-3/misc/pomodoro/default.nix
  28. 4
      pkgs/development/libraries/filter-audio/default.nix
  29. 2
      pkgs/development/libraries/ldns/default.nix
  30. 2
      pkgs/development/libraries/libtoxcore/new-api.nix
  31. 2
      pkgs/development/python-modules/ansible/default.nix
  32. 1
      pkgs/development/python-modules/docker/default.nix
  33. 2
      pkgs/development/python-modules/ipython/5.nix
  34. 2
      pkgs/development/python-modules/ipython/default.nix
  35. 2
      pkgs/development/python-modules/kaptan/default.nix
  36. 2
      pkgs/development/python-modules/libtmux/default.nix
  37. 4
      pkgs/development/python-modules/pluggy/default.nix
  38. 2
      pkgs/development/python-modules/praw/default.nix
  39. 2
      pkgs/development/python-modules/prawcore/default.nix
  40. 2
      pkgs/development/python-modules/pyatspi/default.nix
  41. 2
      pkgs/development/python-modules/pytest-rerunfailures/default.nix
  42. 4
      pkgs/development/python-modules/requests-toolbelt/default.nix
  43. 2
      pkgs/development/python-modules/setuptools_scm/default.nix
  44. 1
      pkgs/development/tools/deis/default.nix
  45. 1
      pkgs/development/tools/deisctl/default.nix
  46. 2
      pkgs/development/tools/misc/strace/default.nix
  47. 2
      pkgs/games/minetest/default.nix
  48. 2
      pkgs/games/qqwing/default.nix
  49. 2
      pkgs/games/voxelands/default.nix
  50. 2
      pkgs/misc/cups/default.nix
  51. 2
      pkgs/misc/drivers/hplip/3.16.11.nix
  52. 2
      pkgs/misc/drivers/hplip/default.nix
  53. 2
      pkgs/os-specific/linux/ati-drivers/default.nix
  54. 2
      pkgs/os-specific/linux/dstat/default.nix
  55. 2
      pkgs/tools/cd-dvd/dvdisaster/default.nix
  56. 2
      pkgs/tools/misc/detox/default.nix
  57. 1
      pkgs/tools/misc/kargo/default.nix
  58. 2
      pkgs/tools/misc/pv/default.nix
  59. 2
      pkgs/tools/misc/rockbox-utility/default.nix
  60. 2
      pkgs/tools/misc/screen/default.nix
  61. 2
      pkgs/tools/misc/stow/default.nix
  62. 2
      pkgs/tools/misc/tmuxp/default.nix
  63. 2
      pkgs/tools/misc/vdirsyncer/default.nix
  64. 2
      pkgs/tools/networking/aria2/default.nix
  65. 2
      pkgs/tools/networking/dnscrypt-proxy/1.x/default.nix
  66. 2
      pkgs/tools/networking/tcpdump/default.nix
  67. 2
      pkgs/tools/system/lshw/default.nix
  68. 1
      pkgs/tools/text/languagetool/default.nix
  69. 2
      pkgs/tools/text/silver-searcher/default.nix

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -31,7 +31,7 @@ stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl3Plus;
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;
};
}

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

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

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

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

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

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

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

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

Loading…
Cancel
Save