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.
This commit is contained in:
Mateusz Kowalczyk 2019-12-05 16:29:48 +09:00
parent 41284d3384
commit 1451a52a38
68 changed files with 67 additions and 69 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
homepage = https://www.gnu.org/software/xnee/; 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 platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice
}; };
} }

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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