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.

+67 -69
+1 -1
pkgs/applications/audio/cantata/default.nix
··· 80 homepage = https://github.com/cdrummond/cantata; 81 description = "A graphical client for MPD"; 82 license = licenses.gpl3; 83 - maintainers = with maintainers; [ fuuzetsu peterhoeg ]; 84 # Technically Cantata can run on Windows so if someone wants to 85 # bother figuring that one out, be my guest. 86 platforms = platforms.linux;
··· 80 homepage = https://github.com/cdrummond/cantata; 81 description = "A graphical client for MPD"; 82 license = licenses.gpl3; 83 + maintainers = with maintainers; [ peterhoeg ]; 84 # Technically Cantata can run on Windows so if someone wants to 85 # bother figuring that one out, be my guest. 86 platforms = platforms.linux;
+1 -1
pkgs/applications/audio/easytag/default.nix
··· 35 description = "View and edit tags for various audio files"; 36 homepage = https://wiki.gnome.org/Apps/EasyTAG; 37 license = licenses.gpl2Plus; 38 - maintainers = with maintainers; [ fuuzetsu ]; 39 platforms = platforms.linux; 40 }; 41 }
··· 35 description = "View and edit tags for various audio files"; 36 homepage = https://wiki.gnome.org/Apps/EasyTAG; 37 license = licenses.gpl2Plus; 38 + maintainers = with maintainers; [ ]; 39 platforms = platforms.linux; 40 }; 41 }
+1 -1
pkgs/applications/audio/opus-tools/default.nix
··· 14 description = "Tools to work with opus encoded audio streams"; 15 homepage = http://www.opus-codec.org/; 16 license = stdenv.lib.licenses.bsd2; 17 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 18 platforms = with stdenv.lib.platforms; unix; 19 }; 20 }
··· 14 description = "Tools to work with opus encoded audio streams"; 15 homepage = http://www.opus-codec.org/; 16 license = stdenv.lib.licenses.bsd2; 17 + maintainers = with stdenv.lib.maintainers; [ ]; 18 platforms = with stdenv.lib.platforms; unix; 19 }; 20 }
+1 -1
pkgs/applications/audio/opusfile/default.nix
··· 18 homepage = http://www.opus-codec.org/; 19 license = licenses.bsd3; 20 platforms = platforms.linux ++ platforms.darwin; 21 - maintainers = with maintainers; [ fuuzetsu ]; 22 }; 23 }
··· 18 homepage = http://www.opus-codec.org/; 19 license = licenses.bsd3; 20 platforms = platforms.linux ++ platforms.darwin; 21 + maintainers = with maintainers; [ ]; 22 }; 23 }
+1 -1
pkgs/applications/audio/snd/default.nix
··· 23 homepage = http://ccrma.stanford.edu/software/snd; 24 platforms = stdenv.lib.platforms.linux; 25 license = stdenv.lib.licenses.free; 26 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 27 }; 28 29
··· 23 homepage = http://ccrma.stanford.edu/software/snd; 24 platforms = stdenv.lib.platforms.linux; 25 license = stdenv.lib.licenses.free; 26 + maintainers = with stdenv.lib.maintainers; [ ]; 27 }; 28 29
+1 -1
pkgs/applications/editors/flpsed/default.nix
··· 22 homepage = http://flpsed.org/flpsed.html; 23 license = licenses.gpl3; 24 platforms = platforms.linux; 25 - maintainers = with maintainers; [ fuuzetsu ]; 26 }; 27 }
··· 22 homepage = http://flpsed.org/flpsed.html; 23 license = licenses.gpl3; 24 platforms = platforms.linux; 25 + maintainers = with maintainers; [ ]; 26 }; 27 }
+1 -1
pkgs/applications/editors/yi/wrapper.nix
··· 27 description = "Allows Yi to find libraries and the compiler easily"; 28 # This wrapper and wrapper only is under PD 29 license = licenses.publicDomain; 30 - maintainers = with maintainers; [ fuuzetsu ]; 31 }; 32 33 }
··· 27 description = "Allows Yi to find libraries and the compiler easily"; 28 # This wrapper and wrapper only is under PD 29 license = licenses.publicDomain; 30 + maintainers = with maintainers; [ ]; 31 }; 32 33 }
+1 -1
pkgs/applications/graphics/mcomix/default.nix
··· 27 ''; 28 homepage = http://mcomix.sourceforge.net/; 29 license = stdenv.lib.licenses.gpl2; 30 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu AndersonTorres ]; 31 }; 32 } 33 # TODO:
··· 27 ''; 28 homepage = http://mcomix.sourceforge.net/; 29 license = stdenv.lib.licenses.gpl2; 30 + maintainers = with stdenv.lib.maintainers; [ AndersonTorres ]; 31 }; 32 } 33 # TODO:
+1 -1
pkgs/applications/graphics/sxiv/default.nix
··· 33 homepage = https://github.com/muennich/sxiv; 34 license = stdenv.lib.licenses.gpl2Plus; 35 platforms = stdenv.lib.platforms.linux; 36 - maintainers = with maintainers; [ jfrankenau fuuzetsu ]; 37 }; 38 }
··· 33 homepage = https://github.com/muennich/sxiv; 34 license = stdenv.lib.licenses.gpl2Plus; 35 platforms = stdenv.lib.platforms.linux; 36 + maintainers = with maintainers; [ jfrankenau ]; 37 }; 38 }
+1 -1
pkgs/applications/networking/mailreaders/imapfilter.nix
··· 19 description = "Mail filtering utility"; 20 license = stdenv.lib.licenses.mit; 21 platforms = stdenv.lib.platforms.unix; 22 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 23 }; 24 }
··· 19 description = "Mail filtering utility"; 20 license = stdenv.lib.licenses.mit; 21 platforms = stdenv.lib.platforms.unix; 22 + maintainers = with stdenv.lib.maintainers; [ ]; 23 }; 24 }
+1 -1
pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix
··· 185 free = false; 186 url = http://www.mozilla.org/en-US/foundation/trademarks/policy/; 187 }; 188 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 189 platforms = platforms.linux; 190 }; 191 }
··· 185 free = false; 186 url = http://www.mozilla.org/en-US/foundation/trademarks/policy/; 187 }; 188 + maintainers = with stdenv.lib.maintainers; [ ]; 189 platforms = platforms.linux; 190 }; 191 }
+1 -1
pkgs/applications/science/misc/vite/default.nix
··· 38 39 homepage = http://vite.gforge.inria.fr/; 40 license = stdenv.lib.licenses.cecill20; 41 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 42 platforms = stdenv.lib.platforms.linux; 43 }; 44 }
··· 38 39 homepage = http://vite.gforge.inria.fr/; 40 license = stdenv.lib.licenses.cecill20; 41 + maintainers = with stdenv.lib.maintainers; [ ]; 42 platforms = stdenv.lib.platforms.linux; 43 }; 44 }
+1 -1
pkgs/applications/video/mkvtoolnix/default.nix
··· 61 description = "Cross-platform tools for Matroska"; 62 homepage = http://www.bunkus.org/videotools/mkvtoolnix/; 63 license = licenses.gpl2; 64 - maintainers = with maintainers; [ codyopel fuuzetsu rnhmjoj ]; 65 platforms = platforms.linux 66 ++ optionals (!withGUI) platforms.darwin; 67 };
··· 61 description = "Cross-platform tools for Matroska"; 62 homepage = http://www.bunkus.org/videotools/mkvtoolnix/; 63 license = licenses.gpl2; 64 + maintainers = with maintainers; [ codyopel rnhmjoj ]; 65 platforms = platforms.linux 66 ++ optionals (!withGUI) platforms.darwin; 67 };
+1 -1
pkgs/applications/video/mpv/default.nix
··· 235 description = "A media player that supports many video formats (MPlayer and mplayer2 fork)"; 236 homepage = https://mpv.io; 237 license = licenses.gpl2Plus; 238 - maintainers = with maintainers; [ AndersonTorres fuuzetsu fpletz globin ivan ]; 239 platforms = platforms.darwin ++ platforms.linux; 240 241 longDescription = ''
··· 235 description = "A media player that supports many video formats (MPlayer and mplayer2 fork)"; 236 homepage = https://mpv.io; 237 license = licenses.gpl2Plus; 238 + maintainers = with maintainers; [ AndersonTorres fpletz globin ivan ]; 239 platforms = platforms.darwin ++ platforms.linux; 240 241 longDescription = ''
-2
pkgs/build-support/agda/default.nix
··· 1 # Builder for Agda packages. Mostly inspired by the cabal builder. 2 - # 3 - # Contact: stdenv.lib.maintainers.fuuzetsu 4 5 { stdenv, Agda, glibcLocales 6 , writeShellScriptBin
··· 1 # Builder for Agda packages. Mostly inspired by the cabal builder. 2 3 { stdenv, Agda, glibcLocales 4 , writeShellScriptBin
+1 -1
pkgs/data/fonts/cantarell-fonts/default.nix
··· 33 description = "Default typeface used in the user interface of GNOME since version 3.0"; 34 platforms = stdenv.lib.platforms.all; 35 license = stdenv.lib.licenses.ofl; 36 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 37 }; 38 }
··· 33 description = "Default typeface used in the user interface of GNOME since version 3.0"; 34 platforms = stdenv.lib.platforms.all; 35 license = stdenv.lib.licenses.ofl; 36 + maintainers = with stdenv.lib.maintainers; [ ]; 37 }; 38 }
+1 -1
pkgs/development/compilers/orc/default.nix
··· 26 # under the 3-clause BSD license. The rest is 2-clause BSD license. 27 license = with licenses; [ bsd3 bsd2 ]; 28 platforms = platforms.unix; 29 - maintainers = [ maintainers.fuuzetsu ]; 30 }; 31 }
··· 26 # under the 3-clause BSD license. The rest is 2-clause BSD license. 27 license = with licenses; [ bsd3 bsd2 ]; 28 platforms = platforms.unix; 29 + maintainers = [ ]; 30 }; 31 }
+1 -1
pkgs/development/libraries/agda/Agda-Sheaves/default.nix
··· 18 description = "Sheaves in Agda"; 19 license = stdenv.lib.licenses.cc-by-40; 20 platforms = stdenv.lib.platforms.unix; 21 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 22 broken = true; # replaced by constructive-sheaf-semantics 23 }; 24 })
··· 18 description = "Sheaves in Agda"; 19 license = stdenv.lib.licenses.cc-by-40; 20 platforms = stdenv.lib.platforms.unix; 21 + maintainers = with stdenv.lib.maintainers; [ ]; 22 broken = true; # replaced by constructive-sheaf-semantics 23 }; 24 })
+1 -1
pkgs/development/libraries/agda/TotalParserCombinators/default.nix
··· 20 description = "A monadic parser combinator library which guarantees termination of parsing"; 21 license = stdenv.lib.licenses.mit; 22 platforms = stdenv.lib.platforms.unix; 23 - maintainers = with maintainers; [ fuuzetsu ]; 24 broken = true; 25 }; 26 })
··· 20 description = "A monadic parser combinator library which guarantees termination of parsing"; 21 license = stdenv.lib.licenses.mit; 22 platforms = stdenv.lib.platforms.unix; 23 + maintainers = with maintainers; [ ]; 24 broken = true; 25 }; 26 })
+1 -1
pkgs/development/libraries/agda/agda-base/default.nix
··· 17 description = "Base library for HoTT in Agda"; 18 license = stdenv.lib.licenses.bsd3; 19 platforms = stdenv.lib.platforms.unix; 20 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 21 broken = true; # largely replaced by HoTT-Agda 22 }; 23 })
··· 17 description = "Base library for HoTT in Agda"; 18 license = stdenv.lib.licenses.bsd3; 19 platforms = stdenv.lib.platforms.unix; 20 + maintainers = with stdenv.lib.maintainers; [ ]; 21 broken = true; # largely replaced by HoTT-Agda 22 }; 23 })
+1 -1
pkgs/development/libraries/agda/agda-iowa-stdlib/default.nix
··· 22 description = "Agda standard library developed at Iowa"; 23 license = stdenv.lib.licenses.free; 24 platforms = stdenv.lib.platforms.unix; 25 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 26 }; 27 })
··· 22 description = "Agda standard library developed at Iowa"; 23 license = stdenv.lib.licenses.free; 24 platforms = stdenv.lib.platforms.unix; 25 + maintainers = with stdenv.lib.maintainers; [ ]; 26 }; 27 })
+1 -1
pkgs/development/libraries/agda/agda-prelude/default.nix
··· 18 description = "Programming library for Agda"; 19 license = stdenv.lib.licenses.mit; 20 platforms = stdenv.lib.platforms.unix; 21 - maintainers = with maintainers; [ fuuzetsu mudri ]; 22 }; 23 })
··· 18 description = "Programming library for Agda"; 19 license = stdenv.lib.licenses.mit; 20 platforms = stdenv.lib.platforms.unix; 21 + maintainers = with maintainers; [ mudri ]; 22 }; 23 })
+1 -1
pkgs/development/libraries/agda/agda-stdlib/default.nix
··· 24 license = stdenv.lib.licenses.mit; 25 platforms = stdenv.lib.platforms.unix; 26 broken = stdenv.isDarwin; 27 - maintainers = with maintainers; [ jwiegley fuuzetsu mudri ]; 28 }; 29 })
··· 24 license = stdenv.lib.licenses.mit; 25 platforms = stdenv.lib.platforms.unix; 26 broken = stdenv.isDarwin; 27 + maintainers = with maintainers; [ jwiegley mudri ]; 28 }; 29 })
+1 -1
pkgs/development/libraries/agda/bitvector/default.nix
··· 18 description = "Sequences of bits and common operations on them"; 19 license = stdenv.lib.licenses.bsd3; 20 platforms = stdenv.lib.platforms.unix; 21 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 22 broken = true; 23 }; 24 })
··· 18 description = "Sequences of bits and common operations on them"; 19 license = stdenv.lib.licenses.bsd3; 20 platforms = stdenv.lib.platforms.unix; 21 + maintainers = with stdenv.lib.maintainers; [ ]; 22 broken = true; 23 }; 24 })
+1 -1
pkgs/development/libraries/agda/categories/default.nix
··· 18 description = "Categories parametrized by morphism equality, in Agda"; 19 license = stdenv.lib.licenses.bsd3; 20 platforms = stdenv.lib.platforms.unix; 21 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 22 broken = true; # doesn't work due to new agdastdlib, see #9471 23 }; 24 })
··· 18 description = "Categories parametrized by morphism equality, in Agda"; 19 license = stdenv.lib.licenses.bsd3; 20 platforms = stdenv.lib.platforms.unix; 21 + maintainers = with stdenv.lib.maintainers; [ ]; 22 broken = true; # doesn't work due to new agdastdlib, see #9471 23 }; 24 })
+1 -1
pkgs/development/libraries/agda/pretty/default.nix
··· 20 description = "Correct-by-Construction Pretty-Printing"; 21 license = stdenv.lib.licenses.mit; 22 platforms = stdenv.lib.platforms.unix; 23 - maintainers = with maintainers; [ fuuzetsu ]; 24 broken = true; # 2018-04-11 25 }; 26 })
··· 20 description = "Correct-by-Construction Pretty-Printing"; 21 license = stdenv.lib.licenses.mit; 22 platforms = stdenv.lib.platforms.unix; 23 + maintainers = with maintainers; [ ]; 24 broken = true; # 2018-04-11 25 }; 26 })
+1 -1
pkgs/development/libraries/enet/default.nix
··· 12 homepage = http://enet.bespin.org/; 13 description = "Simple and robust network communication layer on top of UDP"; 14 license = stdenv.lib.licenses.mit; 15 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 16 platforms = stdenv.lib.platforms.unix; 17 }; 18 }
··· 12 homepage = http://enet.bespin.org/; 13 description = "Simple and robust network communication layer on top of UDP"; 14 license = stdenv.lib.licenses.mit; 15 + maintainers = with stdenv.lib.maintainers; [ ]; 16 platforms = stdenv.lib.platforms.unix; 17 }; 18 }
+1 -1
pkgs/development/libraries/ffmpeg-full/default.nix
··· 466 licenses.lgpl21Plus 467 ); 468 platforms = platforms.all; 469 - maintainers = with maintainers; [ codyopel fuuzetsu ]; 470 }; 471 }
··· 466 licenses.lgpl21Plus 467 ); 468 platforms = platforms.all; 469 + maintainers = with maintainers; [ codyopel ]; 470 }; 471 }
+1 -1
pkgs/development/libraries/ffmpeg/generic.nix
··· 218 ''; 219 license = licenses.gpl3; 220 platforms = platforms.all; 221 - maintainers = with maintainers; [ codyopel fuuzetsu ]; 222 inherit branch; 223 }; 224 }
··· 218 ''; 219 license = licenses.gpl3; 220 platforms = platforms.all; 221 + maintainers = with maintainers; [ codyopel ]; 222 inherit branch; 223 }; 224 }
+1 -1
pkgs/development/libraries/ffms/default.nix
··· 27 homepage = https://github.com/FFMS/ffms2/; 28 description = "Libav/ffmpeg based source library for easy frame accurate access"; 29 license = licenses.mit; 30 - maintainers = with maintainers; [ fuuzetsu ]; 31 platforms = platforms.unix; 32 }; 33 }
··· 27 homepage = https://github.com/FFMS/ffms2/; 28 description = "Libav/ffmpeg based source library for easy frame accurate access"; 29 license = licenses.mit; 30 + maintainers = with maintainers; [ ]; 31 platforms = platforms.unix; 32 }; 33 }
+1 -1
pkgs/development/libraries/giflib/default.nix
··· 27 description = "A library for reading and writing gif images"; 28 platforms = stdenv.lib.platforms.unix; 29 license = stdenv.lib.licenses.mit; 30 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 31 branch = "5.2"; 32 }; 33 }
··· 27 description = "A library for reading and writing gif images"; 28 platforms = stdenv.lib.platforms.unix; 29 license = stdenv.lib.licenses.mit; 30 + maintainers = with stdenv.lib.maintainers; [ ]; 31 branch = "5.2"; 32 }; 33 }
+1 -1
pkgs/development/libraries/glm/default.nix
··· 46 homepage = http://glm.g-truc.net/; 47 license = licenses.mit; 48 platforms = platforms.unix; 49 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 50 }; 51 } 52
··· 46 homepage = http://glm.g-truc.net/; 47 license = licenses.mit; 48 platforms = platforms.unix; 49 + maintainers = with stdenv.lib.maintainers; [ ]; 50 }; 51 } 52
+1 -1
pkgs/development/libraries/gloox/default.nix
··· 31 description = "A portable high-level Jabber/XMPP library for C++"; 32 homepage = http://camaya.net/gloox; 33 license = licenses.gpl3; 34 - maintainers = with maintainers; [ fuuzetsu ]; 35 platforms = platforms.unix; 36 }; 37 }
··· 31 description = "A portable high-level Jabber/XMPP library for C++"; 32 homepage = http://camaya.net/gloox; 33 license = licenses.gpl3; 34 + maintainers = with maintainers; [ ]; 35 platforms = platforms.unix; 36 }; 37 }
+1 -1
pkgs/development/libraries/gpgme/default.nix
··· 69 ''; 70 license = with licenses; [ lgpl21Plus gpl3Plus ]; 71 platforms = platforms.unix; 72 - maintainers = with maintainers; [ fuuzetsu primeos ]; 73 }; 74 }
··· 69 ''; 70 license = with licenses; [ lgpl21Plus gpl3Plus ]; 71 platforms = platforms.unix; 72 + maintainers = with maintainers; [ primeos ]; 73 }; 74 }
+1 -1
pkgs/development/libraries/gtkspell/3.nix
··· 25 description = "Word-processor-style highlighting GtkTextView widget"; 26 license = licenses.gpl2Plus; 27 platforms = platforms.unix; 28 - maintainers = with maintainers; [ fuuzetsu ]; 29 }; 30 }
··· 25 description = "Word-processor-style highlighting GtkTextView widget"; 26 license = licenses.gpl2Plus; 27 platforms = platforms.unix; 28 + maintainers = with maintainers; [ ]; 29 }; 30 }
+1 -1
pkgs/development/libraries/hunspell/default.nix
··· 51 ''; 52 platforms = platforms.all; 53 license = with licenses; [ gpl2 lgpl21 mpl11 ]; 54 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 55 }; 56 }
··· 51 ''; 52 platforms = platforms.all; 53 license = with licenses; [ gpl2 lgpl21 mpl11 ]; 54 + maintainers = with stdenv.lib.maintainers; [ ]; 55 }; 56 }
+1 -1
pkgs/development/libraries/libaal/default.nix
··· 21 homepage = http://www.namesys.com/; 22 description = "Support library for Reiser4"; 23 license = stdenv.lib.licenses.gpl2; 24 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 25 platforms = with stdenv.lib.platforms; linux; 26 }; 27 }
··· 21 homepage = http://www.namesys.com/; 22 description = "Support library for Reiser4"; 23 license = stdenv.lib.licenses.gpl2; 24 + maintainers = with stdenv.lib.maintainers; [ ]; 25 platforms = with stdenv.lib.platforms; linux; 26 }; 27 }
+1 -1
pkgs/development/libraries/libao/default.nix
··· 36 ''; 37 homepage = https://xiph.org/ao/; 38 license = licenses.gpl2; 39 - maintainers = with maintainers; [ fuuzetsu ]; 40 platforms = with platforms; unix; 41 }; 42 }
··· 36 ''; 37 homepage = https://xiph.org/ao/; 38 license = licenses.gpl2; 39 + maintainers = with maintainers; [ ]; 40 platforms = with platforms; unix; 41 }; 42 }
+1 -1
pkgs/development/libraries/libgpg-error/default.nix
··· 78 79 license = licenses.lgpl2Plus; 80 platforms = platforms.all; 81 - maintainers = [ maintainers.fuuzetsu maintainers.vrthra ]; 82 }; 83 } // genPosixLockObjOnlyAttrs)
··· 78 79 license = licenses.lgpl2Plus; 80 platforms = platforms.all; 81 + maintainers = [ maintainers.vrthra ]; 82 }; 83 } // genPosixLockObjOnlyAttrs)
+1 -1
pkgs/development/libraries/libid3tag/default.nix
··· 38 description = "ID3 tag manipulation library"; 39 homepage = http://mad.sourceforge.net/; 40 license = licenses.gpl2; 41 - maintainers = [ maintainers.fuuzetsu ]; 42 platforms = platforms.unix; 43 }; 44 }
··· 38 description = "ID3 tag manipulation library"; 39 homepage = http://mad.sourceforge.net/; 40 license = licenses.gpl2; 41 + maintainers = [ ]; 42 platforms = platforms.unix; 43 }; 44 }
+1 -1
pkgs/development/libraries/libmpeg2/default.nix
··· 16 homepage = http://libmpeg2.sourceforge.net/; 17 description = "A free library for decoding mpeg-2 and mpeg-1 video streams"; 18 license = stdenv.lib.licenses.gpl2; 19 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 20 platforms = with stdenv.lib.platforms; unix; 21 }; 22 }
··· 16 homepage = http://libmpeg2.sourceforge.net/; 17 description = "A free library for decoding mpeg-2 and mpeg-1 video streams"; 18 license = stdenv.lib.licenses.gpl2; 19 + maintainers = with stdenv.lib.maintainers; [ ]; 20 platforms = with stdenv.lib.platforms; unix; 21 }; 22 }
+1 -1
pkgs/development/libraries/libpng/12.nix
··· 24 description = "The official reference implementation for the PNG file format"; 25 homepage = http://www.libpng.org/pub/png/libpng.html; 26 license = licenses.libpng; 27 - maintainers = [ maintainers.fuuzetsu ]; 28 branch = "1.2"; 29 platforms = platforms.unix; 30 };
··· 24 description = "The official reference implementation for the PNG file format"; 25 homepage = http://www.libpng.org/pub/png/libpng.html; 26 license = licenses.libpng; 27 + maintainers = [ ]; 28 branch = "1.2"; 29 platforms = platforms.unix; 30 };
+1 -1
pkgs/development/libraries/libpng/default.nix
··· 34 homepage = http://www.libpng.org/pub/png/libpng.html; 35 license = licenses.libpng2; 36 platforms = platforms.all; 37 - maintainers = [ maintainers.vcunat maintainers.fuuzetsu ]; 38 }; 39 }
··· 34 homepage = http://www.libpng.org/pub/png/libpng.html; 35 license = licenses.libpng2; 36 platforms = platforms.all; 37 + maintainers = [ maintainers.vcunat ]; 38 }; 39 }
+1 -1
pkgs/development/libraries/oniguruma/default.nix
··· 17 homepage = https://github.com/kkos/oniguruma; 18 description = "Regular expressions library"; 19 license = licenses.bsd2; 20 - maintainers = with maintainers; [ fuuzetsu ]; 21 platforms = platforms.unix; 22 }; 23 }
··· 17 homepage = https://github.com/kkos/oniguruma; 18 description = "Regular expressions library"; 19 license = licenses.bsd2; 20 + maintainers = with maintainers; [ ]; 21 platforms = platforms.unix; 22 }; 23 }
+1 -1
pkgs/development/libraries/science/math/QuadProgpp/default.nix
··· 21 A C++ library for Quadratic Programming which implements the 22 Goldfarb-Idnani active-set dual method. 23 ''; 24 - maintainers = with maintainers; [ fuuzetsu ]; 25 platforms = with platforms; linux; 26 }; 27 }
··· 21 A C++ library for Quadratic Programming which implements the 22 Goldfarb-Idnani active-set dual method. 23 ''; 24 + maintainers = with maintainers; [ ]; 25 platforms = with platforms; linux; 26 }; 27 }
+1 -1
pkgs/development/libraries/science/math/or-tools/default.nix
··· 69 description = '' 70 Google's software suite for combinatorial optimization. 71 ''; 72 - maintainers = with maintainers; [ fuuzetsu ]; 73 platforms = with platforms; linux; 74 }; 75 }
··· 69 description = '' 70 Google's software suite for combinatorial optimization. 71 ''; 72 + maintainers = with maintainers; [ ]; 73 platforms = with platforms; linux; 74 }; 75 }
+1 -1
pkgs/development/libraries/slang/default.nix
··· 44 description = "A multi-platform programmer's library designed to allow a developer to create robust software"; 45 homepage = http://www.jedsoft.org/slang/; 46 license = licenses.gpl2Plus; 47 - maintainers = with maintainers; [ fuuzetsu ]; 48 platforms = platforms.unix; 49 }; 50 }
··· 44 description = "A multi-platform programmer's library designed to allow a developer to create robust software"; 45 homepage = http://www.jedsoft.org/slang/; 46 license = licenses.gpl2Plus; 47 + maintainers = with maintainers; [ ]; 48 platforms = platforms.unix; 49 }; 50 }
+1 -1
pkgs/development/libraries/sphinxbase/default.nix
··· 23 homepage = http://cmusphinx.sourceforge.net; 24 license = stdenv.lib.licenses.bsd2; 25 platforms = stdenv.lib.platforms.unix; 26 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 27 }; 28 29 } // (stdenv.lib.optionalAttrs multipleOutputs {
··· 23 homepage = http://cmusphinx.sourceforge.net; 24 license = stdenv.lib.licenses.bsd2; 25 platforms = stdenv.lib.platforms.unix; 26 + maintainers = with stdenv.lib.maintainers; [ ]; 27 }; 28 29 } // (stdenv.lib.optionalAttrs multipleOutputs {
+1 -1
pkgs/development/python-modules/livestreamer/default.nix
··· 37 services and pipes them into a video player of choice. 38 ''; 39 license = licenses.bsd2; 40 - maintainers = with maintainers; [ fuuzetsu ]; 41 }; 42 43 }
··· 37 services and pipes them into a video player of choice. 38 ''; 39 license = licenses.bsd2; 40 + maintainers = with maintainers; [ ]; 41 }; 42 43 }
+1 -1
pkgs/development/tools/profiling/EZTrace/default.nix
··· 26 meta = { 27 description = "Tool that aims at generating automatically execution trace from HPC programs"; 28 license = stdenv.lib.licenses.cecill-b; 29 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 30 }; 31 }
··· 26 meta = { 27 description = "Tool that aims at generating automatically execution trace from HPC programs"; 28 license = stdenv.lib.licenses.cecill-b; 29 + maintainers = with stdenv.lib.maintainers; [ ]; 30 }; 31 }
+1 -1
pkgs/games/extremetuxracer/default.nix
··· 33 ''; 34 license = stdenv.lib.licenses.gpl2Plus; 35 homepage = https://sourceforge.net/projects/extremetuxracer/; 36 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 37 platforms = with stdenv.lib.platforms; linux; 38 }; 39 }
··· 33 ''; 34 license = stdenv.lib.licenses.gpl2Plus; 35 homepage = https://sourceforge.net/projects/extremetuxracer/; 36 + maintainers = with stdenv.lib.maintainers; [ ]; 37 platforms = with stdenv.lib.platforms; linux; 38 }; 39 }
+1 -1
pkgs/games/super-tux-kart/default.nix
··· 51 ''; 52 homepage = https://supertuxkart.net/; 53 license = licenses.gpl2Plus; 54 - maintainers = with maintainers; [ pyrolagus fuuzetsu peterhoeg ]; 55 platforms = with platforms; linux; 56 }; 57 }
··· 51 ''; 52 homepage = https://supertuxkart.net/; 53 license = licenses.gpl2Plus; 54 + maintainers = with maintainers; [ pyrolagus peterhoeg ]; 55 platforms = with platforms; linux; 56 }; 57 }
+1 -1
pkgs/games/tibia/default.nix
··· 52 homepage = http://tibia.com; 53 license = stdenv.lib.licenses.unfree; 54 platforms = ["i686-linux"]; 55 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 56 }; 57 }
··· 52 homepage = http://tibia.com; 53 license = stdenv.lib.licenses.unfree; 54 platforms = ["i686-linux"]; 55 + maintainers = with stdenv.lib.maintainers; [ ]; 56 }; 57 }
+1 -1
pkgs/misc/drivers/xboxdrv/default.nix
··· 21 homepage = https://pingus.seul.org/~grumbel/xboxdrv/; 22 description = "Xbox/Xbox360 (and more) gamepad driver for Linux that works in userspace"; 23 license = licenses.gpl3Plus; 24 - maintainers = [ maintainers.fuuzetsu ]; 25 platforms = platforms.linux; 26 }; 27
··· 21 homepage = https://pingus.seul.org/~grumbel/xboxdrv/; 22 description = "Xbox/Xbox360 (and more) gamepad driver for Linux that works in userspace"; 23 license = licenses.gpl3Plus; 24 + maintainers = [ ]; 25 platforms = platforms.linux; 26 }; 27
+1 -1
pkgs/misc/emulators/hatari/default.nix
··· 18 description = "Atari ST/STE/TT/Falcon emulator"; 19 license = stdenv.lib.licenses.gpl2Plus; 20 platforms = stdenv.lib.platforms.linux; 21 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 22 }; 23 }
··· 18 description = "Atari ST/STE/TT/Falcon emulator"; 19 license = stdenv.lib.licenses.gpl2Plus; 20 platforms = stdenv.lib.platforms.linux; 21 + maintainers = with stdenv.lib.maintainers; [ ]; 22 }; 23 }
+1 -1
pkgs/misc/emulators/ppsspp/default.nix
··· 39 homepage = https://www.ppsspp.org/; 40 description = "A PSP emulator for Android, Windows, Mac and Linux, written in C++"; 41 license = licenses.gpl2Plus; 42 - maintainers = with maintainers; [ fuuzetsu AndersonTorres ]; 43 platforms = platforms.linux ++ platforms.darwin ++ platforms.cygwin; 44 }; 45 }
··· 39 homepage = https://www.ppsspp.org/; 40 description = "A PSP emulator for Android, Windows, Mac and Linux, written in C++"; 41 license = licenses.gpl2Plus; 42 + maintainers = with maintainers; [ AndersonTorres ]; 43 platforms = platforms.linux ++ platforms.darwin ++ platforms.cygwin; 44 }; 45 }
+1 -1
pkgs/os-specific/linux/audit/default.nix
··· 61 homepage = https://people.redhat.com/sgrubb/audit/; 62 license = stdenv.lib.licenses.gpl2; 63 platforms = stdenv.lib.platforms.linux; 64 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 65 }; 66 }
··· 61 homepage = https://people.redhat.com/sgrubb/audit/; 62 license = stdenv.lib.licenses.gpl2; 63 platforms = stdenv.lib.platforms.linux; 64 + maintainers = with stdenv.lib.maintainers; [ ]; 65 }; 66 }
+1 -1
pkgs/os-specific/linux/hdparm/default.nix
··· 18 homepage = https://sourceforge.net/projects/hdparm/; 19 platforms = platforms.linux; 20 license = licenses.bsd2; 21 - maintainers = [ maintainers.fuuzetsu ]; 22 }; 23 24 }
··· 18 homepage = https://sourceforge.net/projects/hdparm/; 19 platforms = platforms.linux; 20 license = licenses.bsd2; 21 + maintainers = [ ]; 22 }; 23 24 }
+1 -1
pkgs/os-specific/linux/libaio/default.nix
··· 33 homepage = http://lse.sourceforge.net/io/aio.html; 34 platforms = stdenv.lib.platforms.linux; 35 license = stdenv.lib.licenses.lgpl21; 36 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 37 }; 38 }
··· 33 homepage = http://lse.sourceforge.net/io/aio.html; 34 platforms = stdenv.lib.platforms.linux; 35 license = stdenv.lib.licenses.lgpl21; 36 + maintainers = with stdenv.lib.maintainers; [ ]; 37 }; 38 }
+1 -1
pkgs/servers/mpd/default.nix
··· 132 description = "A flexible, powerful daemon for playing music"; 133 homepage = http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki; 134 license = licenses.gpl2; 135 - maintainers = with maintainers; [ astsmtl fuuzetsu ehmry fpletz tobim ]; 136 platforms = platforms.unix; 137 138 longDescription = ''
··· 132 description = "A flexible, powerful daemon for playing music"; 133 homepage = http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki; 134 license = licenses.gpl2; 135 + maintainers = with maintainers; [ astsmtl ehmry fpletz tobim ]; 136 platforms = platforms.unix; 137 138 longDescription = ''
+1 -1
pkgs/tools/X11/xnee/default.nix
··· 49 50 homepage = https://www.gnu.org/software/xnee/; 51 52 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 53 platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 54 }; 55 }
··· 49 50 homepage = https://www.gnu.org/software/xnee/; 51 52 + maintainers = with stdenv.lib.maintainers; [ ]; 53 platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 54 }; 55 }
+1 -1
pkgs/tools/graphics/gifsicle/default.nix
··· 28 homepage = https://www.lcdf.org/gifsicle/; 29 license = stdenv.lib.licenses.gpl2; 30 platforms = platforms.all; 31 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu zimbatm ]; 32 }; 33 }
··· 28 homepage = https://www.lcdf.org/gifsicle/; 29 license = stdenv.lib.licenses.gpl2; 30 platforms = platforms.all; 31 + maintainers = with stdenv.lib.maintainers; [ zimbatm ]; 32 }; 33 }
+1 -1
pkgs/tools/misc/cloc/default.nix
··· 28 homepage = https://github.com/AlDanial/cloc; 29 license = stdenv.lib.licenses.gpl2; 30 platforms = stdenv.lib.platforms.all; 31 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu rycee ]; 32 }; 33 }
··· 28 homepage = https://github.com/AlDanial/cloc; 29 license = stdenv.lib.licenses.gpl2; 30 platforms = stdenv.lib.platforms.all; 31 + maintainers = with stdenv.lib.maintainers; [ rycee ]; 32 }; 33 }
+1 -1
pkgs/tools/misc/rlwrap/default.nix
··· 21 homepage = https://github.com/hanslub42/rlwrap; 22 license = stdenv.lib.licenses.gpl2Plus; 23 platforms = stdenv.lib.platforms.unix; 24 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 25 }; 26 }
··· 21 homepage = https://github.com/hanslub42/rlwrap; 22 license = stdenv.lib.licenses.gpl2Plus; 23 platforms = stdenv.lib.platforms.unix; 24 + maintainers = with stdenv.lib.maintainers; [ ]; 25 }; 26 }
+1 -1
pkgs/tools/misc/youtube-dl/default.nix
··· 65 ''; 66 license = licenses.publicDomain; 67 platforms = with platforms; linux ++ darwin; 68 - maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fuuzetsu fpletz enzime ]; 69 }; 70 }
··· 65 ''; 66 license = licenses.publicDomain; 67 platforms = with platforms; linux ++ darwin; 68 + maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz enzime ]; 69 }; 70 }
+1 -1
pkgs/tools/networking/babeld/default.nix
··· 19 homepage = http://www.pps.univ-paris-diderot.fr/~jch/software/babel/; 20 description = "Loop-avoiding distance-vector routing protocol"; 21 license = stdenv.lib.licenses.mit; 22 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu fpletz ]; 23 platforms = with stdenv.lib.platforms; linux; 24 }; 25 }
··· 19 homepage = http://www.pps.univ-paris-diderot.fr/~jch/software/babel/; 20 description = "Loop-avoiding distance-vector routing protocol"; 21 license = stdenv.lib.licenses.mit; 22 + maintainers = with stdenv.lib.maintainers; [ fpletz ]; 23 platforms = with stdenv.lib.platforms; linux; 24 }; 25 }
+1 -1
pkgs/tools/security/pius/default.nix
··· 36 license = stdenv.lib.licenses.gpl2; 37 38 platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 39 - maintainers = with stdenv.lib.maintainers; [ fuuzetsu kierdavis ]; 40 }; 41 }
··· 36 license = stdenv.lib.licenses.gpl2; 37 38 platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 39 + maintainers = with stdenv.lib.maintainers; [ kierdavis ]; 40 }; 41 }
+1 -1
pkgs/tools/security/stoken/default.nix
··· 30 description = "Software Token for Linux/UNIX"; 31 homepage = https://github.com/cernekee/stoken; 32 license = licenses.lgpl21Plus; 33 - maintainers = [ maintainers.fuuzetsu ]; 34 platforms = platforms.all; 35 }; 36 }
··· 30 description = "Software Token for Linux/UNIX"; 31 homepage = https://github.com/cernekee/stoken; 32 license = licenses.lgpl21Plus; 33 + maintainers = [ ]; 34 platforms = platforms.all; 35 }; 36 }