Remove myself (fuuzetsu) from maintainer lists

I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
wip/yesman
Mateusz Kowalczyk 5 years ago
parent 41284d3384
commit 1451a52a38
  1. 2
      pkgs/applications/audio/cantata/default.nix
  2. 2
      pkgs/applications/audio/easytag/default.nix
  3. 2
      pkgs/applications/audio/opus-tools/default.nix
  4. 2
      pkgs/applications/audio/opusfile/default.nix
  5. 2
      pkgs/applications/audio/snd/default.nix
  6. 2
      pkgs/applications/editors/flpsed/default.nix
  7. 2
      pkgs/applications/editors/yi/wrapper.nix
  8. 2
      pkgs/applications/graphics/mcomix/default.nix
  9. 2
      pkgs/applications/graphics/sxiv/default.nix
  10. 2
      pkgs/applications/networking/mailreaders/imapfilter.nix
  11. 2
      pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix
  12. 2
      pkgs/applications/science/misc/vite/default.nix
  13. 2
      pkgs/applications/video/mkvtoolnix/default.nix
  14. 2
      pkgs/applications/video/mpv/default.nix
  15. 2
      pkgs/build-support/agda/default.nix
  16. 2
      pkgs/data/fonts/cantarell-fonts/default.nix
  17. 2
      pkgs/development/compilers/orc/default.nix
  18. 2
      pkgs/development/libraries/agda/Agda-Sheaves/default.nix
  19. 2
      pkgs/development/libraries/agda/TotalParserCombinators/default.nix
  20. 2
      pkgs/development/libraries/agda/agda-base/default.nix
  21. 2
      pkgs/development/libraries/agda/agda-iowa-stdlib/default.nix
  22. 2
      pkgs/development/libraries/agda/agda-prelude/default.nix
  23. 2
      pkgs/development/libraries/agda/agda-stdlib/default.nix
  24. 2
      pkgs/development/libraries/agda/bitvector/default.nix
  25. 2
      pkgs/development/libraries/agda/categories/default.nix
  26. 2
      pkgs/development/libraries/agda/pretty/default.nix
  27. 2
      pkgs/development/libraries/enet/default.nix
  28. 2
      pkgs/development/libraries/ffmpeg-full/default.nix
  29. 2
      pkgs/development/libraries/ffmpeg/generic.nix
  30. 2
      pkgs/development/libraries/ffms/default.nix
  31. 2
      pkgs/development/libraries/giflib/default.nix
  32. 2
      pkgs/development/libraries/glm/default.nix
  33. 2
      pkgs/development/libraries/gloox/default.nix
  34. 2
      pkgs/development/libraries/gpgme/default.nix
  35. 2
      pkgs/development/libraries/gtkspell/3.nix
  36. 2
      pkgs/development/libraries/hunspell/default.nix
  37. 2
      pkgs/development/libraries/libaal/default.nix
  38. 2
      pkgs/development/libraries/libao/default.nix
  39. 2
      pkgs/development/libraries/libgpg-error/default.nix
  40. 2
      pkgs/development/libraries/libid3tag/default.nix
  41. 2
      pkgs/development/libraries/libmpeg2/default.nix
  42. 2
      pkgs/development/libraries/libpng/12.nix
  43. 2
      pkgs/development/libraries/libpng/default.nix
  44. 2
      pkgs/development/libraries/oniguruma/default.nix
  45. 2
      pkgs/development/libraries/science/math/QuadProgpp/default.nix
  46. 2
      pkgs/development/libraries/science/math/or-tools/default.nix
  47. 2
      pkgs/development/libraries/slang/default.nix
  48. 2
      pkgs/development/libraries/sphinxbase/default.nix
  49. 2
      pkgs/development/python-modules/livestreamer/default.nix
  50. 2
      pkgs/development/tools/profiling/EZTrace/default.nix
  51. 2
      pkgs/games/extremetuxracer/default.nix
  52. 2
      pkgs/games/super-tux-kart/default.nix
  53. 2
      pkgs/games/tibia/default.nix
  54. 2
      pkgs/misc/drivers/xboxdrv/default.nix
  55. 2
      pkgs/misc/emulators/hatari/default.nix
  56. 2
      pkgs/misc/emulators/ppsspp/default.nix
  57. 2
      pkgs/os-specific/linux/audit/default.nix
  58. 2
      pkgs/os-specific/linux/hdparm/default.nix
  59. 2
      pkgs/os-specific/linux/libaio/default.nix
  60. 2
      pkgs/servers/mpd/default.nix
  61. 2
      pkgs/tools/X11/xnee/default.nix
  62. 2
      pkgs/tools/graphics/gifsicle/default.nix
  63. 2
      pkgs/tools/misc/cloc/default.nix
  64. 2
      pkgs/tools/misc/rlwrap/default.nix
  65. 2
      pkgs/tools/misc/youtube-dl/default.nix
  66. 2
      pkgs/tools/networking/babeld/default.nix
  67. 2
      pkgs/tools/security/pius/default.nix
  68. 2
      pkgs/tools/security/stoken/default.nix

@ -80,7 +80,7 @@ in mkDerivation {
homepage = https://github.com/cdrummond/cantata;
description = "A graphical client for MPD";
license = licenses.gpl3;
maintainers = with maintainers; [ fuuzetsu peterhoeg ];
maintainers = with maintainers; [ peterhoeg ];
# Technically Cantata can run on Windows so if someone wants to
# bother figuring that one out, be my guest.
platforms = platforms.linux;

@ -35,7 +35,7 @@ in stdenv.mkDerivation rec {
description = "View and edit tags for various audio files";
homepage = https://wiki.gnome.org/Apps/EasyTAG;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ fuuzetsu ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
description = "Tools to work with opus encoded audio streams";
homepage = http://www.opus-codec.org/;
license = stdenv.lib.licenses.bsd2;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; unix;
};
}

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
homepage = http://www.opus-codec.org/;
license = licenses.bsd3;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ fuuzetsu ];
maintainers = with maintainers; [ ];
};
}

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = http://ccrma.stanford.edu/software/snd;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.free;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
};

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
homepage = http://flpsed.org/flpsed.html;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ fuuzetsu ];
maintainers = with maintainers; [ ];
};
}

@ -27,7 +27,7 @@ stdenv.mkDerivation {
description = "Allows Yi to find libraries and the compiler easily";
# This wrapper and wrapper only is under PD
license = licenses.publicDomain;
maintainers = with maintainers; [ fuuzetsu ];
maintainers = with maintainers; [ ];
};
}

@ -27,7 +27,7 @@ python27Packages.buildPythonApplication rec {
'';
homepage = http://mcomix.sourceforge.net/;
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu AndersonTorres ];
maintainers = with stdenv.lib.maintainers; [ AndersonTorres ];
};
}
# TODO:

@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/muennich/sxiv;
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with maintainers; [ jfrankenau fuuzetsu ];
maintainers = with maintainers; [ jfrankenau ];
};
}

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
description = "Mail filtering utility";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
};
}

@ -185,7 +185,7 @@ stdenv.mkDerivation {
free = false;
url = http://www.mozilla.org/en-US/foundation/trademarks/policy/;
};
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = platforms.linux;
};
}

@ -38,7 +38,7 @@ stdenv.mkDerivation {
homepage = http://vite.gforge.inria.fr/;
license = stdenv.lib.licenses.cecill20;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.linux;
};
}

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
description = "Cross-platform tools for Matroska";
homepage = http://www.bunkus.org/videotools/mkvtoolnix/;
license = licenses.gpl2;
maintainers = with maintainers; [ codyopel fuuzetsu rnhmjoj ];
maintainers = with maintainers; [ codyopel rnhmjoj ];
platforms = platforms.linux
++ optionals (!withGUI) platforms.darwin;
};

@ -235,7 +235,7 @@ in stdenv.mkDerivation rec {
description = "A media player that supports many video formats (MPlayer and mplayer2 fork)";
homepage = https://mpv.io;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres fuuzetsu fpletz globin ivan ];
maintainers = with maintainers; [ AndersonTorres fpletz globin ivan ];
platforms = platforms.darwin ++ platforms.linux;
longDescription = ''

@ -1,6 +1,4 @@
# Builder for Agda packages. Mostly inspired by the cabal builder.
#
# Contact: stdenv.lib.maintainers.fuuzetsu
{ stdenv, Agda, glibcLocales
, writeShellScriptBin

@ -33,6 +33,6 @@ in stdenv.mkDerivation rec {
description = "Default typeface used in the user interface of GNOME since version 3.0";
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.ofl;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
};
}

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
# under the 3-clause BSD license. The rest is 2-clause BSD license.
license = with licenses; [ bsd3 bsd2 ];
platforms = platforms.unix;
maintainers = [ maintainers.fuuzetsu ];
maintainers = [ ];
};
}

@ -18,7 +18,7 @@ agda.mkDerivation (self: rec {
description = "Sheaves in Agda";
license = stdenv.lib.licenses.cc-by-40;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
broken = true; # replaced by constructive-sheaf-semantics
};
})

@ -20,7 +20,7 @@ agda.mkDerivation (self: rec {
description = "A monadic parser combinator library which guarantees termination of parsing";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
maintainers = with maintainers; [ fuuzetsu ];
maintainers = with maintainers; [ ];
broken = true;
};
})

@ -17,7 +17,7 @@ agda.mkDerivation (self: rec {
description = "Base library for HoTT in Agda";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
broken = true; # largely replaced by HoTT-Agda
};
})

@ -22,6 +22,6 @@ agda.mkDerivation (self: rec {
description = "Agda standard library developed at Iowa";
license = stdenv.lib.licenses.free;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
};
})

@ -18,6 +18,6 @@ agda.mkDerivation (self: rec {
description = "Programming library for Agda";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
maintainers = with maintainers; [ fuuzetsu mudri ];
maintainers = with maintainers; [ mudri ];
};
})

@ -24,6 +24,6 @@ agda.mkDerivation (self: rec {
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
broken = stdenv.isDarwin;
maintainers = with maintainers; [ jwiegley fuuzetsu mudri ];
maintainers = with maintainers; [ jwiegley mudri ];
};
})

@ -18,7 +18,7 @@ agda.mkDerivation (self: rec {
description = "Sequences of bits and common operations on them";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
broken = true;
};
})

@ -18,7 +18,7 @@ agda.mkDerivation (self: rec {
description = "Categories parametrized by morphism equality, in Agda";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
broken = true; # doesn't work due to new agdastdlib, see #9471
};
})

@ -20,7 +20,7 @@ agda.mkDerivation (self: rec {
description = "Correct-by-Construction Pretty-Printing";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
maintainers = with maintainers; [ fuuzetsu ];
maintainers = with maintainers; [ ];
broken = true; # 2018-04-11
};
})

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
homepage = http://enet.bespin.org/;
description = "Simple and robust network communication layer on top of UDP";
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.unix;
};
}

@ -466,6 +466,6 @@ stdenv.mkDerivation rec {
licenses.lgpl21Plus
);
platforms = platforms.all;
maintainers = with maintainers; [ codyopel fuuzetsu ];
maintainers = with maintainers; [ codyopel ];
};
}

@ -218,7 +218,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ codyopel fuuzetsu ];
maintainers = with maintainers; [ codyopel ];
inherit branch;
};
}

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/FFMS/ffms2/;
description = "Libav/ffmpeg based source library for easy frame accurate access";
license = licenses.mit;
maintainers = with maintainers; [ fuuzetsu ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "A library for reading and writing gif images";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
branch = "5.2";
};
}

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
homepage = http://glm.g-truc.net/;
license = licenses.mit;
platforms = platforms.unix;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
};
}

@ -31,7 +31,7 @@ stdenv.mkDerivation {
description = "A portable high-level Jabber/XMPP library for C++";
homepage = http://camaya.net/gloox;
license = licenses.gpl3;
maintainers = with maintainers; [ fuuzetsu ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
'';
license = with licenses; [ lgpl21Plus gpl3Plus ];
platforms = platforms.unix;
maintainers = with maintainers; [ fuuzetsu primeos ];
maintainers = with maintainers; [ primeos ];
};
}

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
description = "Word-processor-style highlighting GtkTextView widget";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ fuuzetsu ];
maintainers = with maintainers; [ ];
};
}

@ -51,6 +51,6 @@ stdenv.mkDerivation rec {
'';
platforms = platforms.all;
license = with licenses; [ gpl2 lgpl21 mpl11 ];
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
};
}

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
homepage = http://www.namesys.com/;
description = "Support library for Reiser4";
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux;
};
}

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://xiph.org/ao/;
license = licenses.gpl2;
maintainers = with maintainers; [ fuuzetsu ];
maintainers = with maintainers; [ ];
platforms = with platforms; unix;
};
}

@ -78,6 +78,6 @@ in stdenv.mkDerivation (rec {
license = licenses.lgpl2Plus;
platforms = platforms.all;
maintainers = [ maintainers.fuuzetsu maintainers.vrthra ];
maintainers = [ maintainers.vrthra ];
};
} // genPosixLockObjOnlyAttrs)

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
description = "ID3 tag manipulation library";
homepage = http://mad.sourceforge.net/;
license = licenses.gpl2;
maintainers = [ maintainers.fuuzetsu ];
maintainers = [ ];
platforms = platforms.unix;
};
}

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
homepage = http://libmpeg2.sourceforge.net/;
description = "A free library for decoding mpeg-2 and mpeg-1 video streams";
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; unix;
};
}

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "The official reference implementation for the PNG file format";
homepage = http://www.libpng.org/pub/png/libpng.html;
license = licenses.libpng;
maintainers = [ maintainers.fuuzetsu ];
maintainers = [ ];
branch = "1.2";
platforms = platforms.unix;
};

@ -34,6 +34,6 @@ in stdenv.mkDerivation rec {
homepage = http://www.libpng.org/pub/png/libpng.html;
license = licenses.libpng2;
platforms = platforms.all;
maintainers = [ maintainers.vcunat maintainers.fuuzetsu ];
maintainers = [ maintainers.vcunat ];
};
}

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/kkos/oniguruma;
description = "Regular expressions library";
license = licenses.bsd2;
maintainers = with maintainers; [ fuuzetsu ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
A C++ library for Quadratic Programming which implements the
Goldfarb-Idnani active-set dual method.
'';
maintainers = with maintainers; [ fuuzetsu ];
maintainers = with maintainers; [ ];
platforms = with platforms; linux;
};
}

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
description = ''
Google's software suite for combinatorial optimization.
'';
maintainers = with maintainers; [ fuuzetsu ];
maintainers = with maintainers; [ ];
platforms = with platforms; linux;
};
}

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
description = "A multi-platform programmer's library designed to allow a developer to create robust software";
homepage = http://www.jedsoft.org/slang/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ fuuzetsu ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

@ -23,7 +23,7 @@ stdenv.mkDerivation (rec {
homepage = http://cmusphinx.sourceforge.net;
license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
};
} // (stdenv.lib.optionalAttrs multipleOutputs {

@ -37,7 +37,7 @@ buildPythonPackage rec {
services and pipes them into a video player of choice.
'';
license = licenses.bsd2;
maintainers = with maintainers; [ fuuzetsu ];
maintainers = with maintainers; [ ];
};
}

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
meta = {
description = "Tool that aims at generating automatically execution trace from HPC programs";
license = stdenv.lib.licenses.cecill-b;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
};
}

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
'';
license = stdenv.lib.licenses.gpl2Plus;
homepage = https://sourceforge.net/projects/extremetuxracer/;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux;
};
}

@ -51,7 +51,7 @@ in stdenv.mkDerivation rec {
'';
homepage = https://supertuxkart.net/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ pyrolagus fuuzetsu peterhoeg ];
maintainers = with maintainers; [ pyrolagus peterhoeg ];
platforms = with platforms; linux;
};
}

@ -52,6 +52,6 @@ stdenv.mkDerivation {
homepage = http://tibia.com;
license = stdenv.lib.licenses.unfree;
platforms = ["i686-linux"];
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
};
}

@ -21,7 +21,7 @@ in stdenv.mkDerivation {
homepage = https://pingus.seul.org/~grumbel/xboxdrv/;
description = "Xbox/Xbox360 (and more) gamepad driver for Linux that works in userspace";
license = licenses.gpl3Plus;
maintainers = [ maintainers.fuuzetsu ];
maintainers = [ ];
platforms = platforms.linux;
};

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
description = "Atari ST/STE/TT/Falcon emulator";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
};
}

@ -39,7 +39,7 @@ mkDerivation rec {
homepage = https://www.ppsspp.org/;
description = "A PSP emulator for Android, Windows, Mac and Linux, written in C++";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ fuuzetsu AndersonTorres ];
maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.linux ++ platforms.darwin ++ platforms.cygwin;
};
}

@ -61,6 +61,6 @@ stdenv.mkDerivation rec {
homepage = https://people.redhat.com/sgrubb/audit/;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
};
}

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
homepage = https://sourceforge.net/projects/hdparm/;
platforms = platforms.linux;
license = licenses.bsd2;
maintainers = [ maintainers.fuuzetsu ];
maintainers = [ ];
};
}

@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
homepage = http://lse.sourceforge.net/io/aio.html;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.lgpl21;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
};
}

@ -132,7 +132,7 @@ let
description = "A flexible, powerful daemon for playing music";
homepage = http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki;
license = licenses.gpl2;
maintainers = with maintainers; [ astsmtl fuuzetsu ehmry fpletz tobim ];
maintainers = with maintainers; [ astsmtl ehmry fpletz tobim ];
platforms = platforms.unix;
longDescription = ''

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
homepage = https://www.gnu.org/software/xnee/;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice
};
}

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
homepage = https://www.lcdf.org/gifsicle/;
license = stdenv.lib.licenses.gpl2;
platforms = platforms.all;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu zimbatm ];
maintainers = with stdenv.lib.maintainers; [ zimbatm ];
};
}

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/AlDanial/cloc;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu rycee ];
maintainers = with stdenv.lib.maintainers; [ rycee ];
};
}

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/hanslub42/rlwrap;
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ ];
};
}

@ -65,6 +65,6 @@ buildPythonPackage rec {
'';
license = licenses.publicDomain;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fuuzetsu fpletz enzime ];
maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz enzime ];
};
}

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = http://www.pps.univ-paris-diderot.fr/~jch/software/babel/;
description = "Loop-avoiding distance-vector routing protocol";
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu fpletz ];
maintainers = with stdenv.lib.maintainers; [ fpletz ];
platforms = with stdenv.lib.platforms; linux;
};
}

@ -36,6 +36,6 @@ python3Packages.buildPythonApplication {
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu kierdavis ];
maintainers = with stdenv.lib.maintainers; [ kierdavis ];
};
}

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "Software Token for Linux/UNIX";
homepage = https://github.com/cernekee/stoken;
license = licenses.lgpl21Plus;
maintainers = [ maintainers.fuuzetsu ];
maintainers = [ ];
platforms = platforms.all;
};
}

Loading…
Cancel
Save