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