Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Fix misspelled meta.maintainers attributes

authored by Eelco Dolstra and committed by Robin Gloster e2eca0c2 3ff05a5b

+41 -41
+1 -1
pkgs/applications/editors/emacs-modes/color-theme-solarized/default.nix
··· 27 27 meta = { 28 28 description = "Precision colors for machines and people"; 29 29 homepage = http://ethanschoonover.com/solarized; 30 - maintainer = "Samuel Rivas <samuelrivas@gmail.com>"; 30 + maintainers = "Samuel Rivas <samuelrivas@gmail.com>"; 31 31 license = stdenv.lib.licenses.mit; 32 32 33 33 platforms = stdenv.lib.platforms.all;
+1 -1
pkgs/applications/networking/instant-messengers/pidgin-plugins/otr/default.nix
··· 16 16 description = "Plugin for Pidgin 2.x which implements OTR Messaging"; 17 17 license = licenses.gpl2; 18 18 platforms = platforms.linux; 19 - maintainters = with maintainers; [ abbradar ]; 19 + maintainers = with maintainers; [ abbradar ]; 20 20 }; 21 21 }
+1 -1
pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-opensteamworks/default.nix
··· 26 26 description = "Plugin for Pidgin 2.x which implements Steam Friends/Steam IM compatibility"; 27 27 license = licenses.gpl3; 28 28 platforms = platforms.linux; 29 - maintainters = with maintainers; [ arobyn ]; 29 + maintainers = with maintainers; [ arobyn ]; 30 30 }; 31 31 }
+1 -1
pkgs/applications/networking/instant-messengers/pidgin-plugins/purple-plugin-pack/default.nix
··· 14 14 description = "Plugin pack for Pidgin 2.x"; 15 15 license = licenses.gpl2; 16 16 platforms = platforms.linux; 17 - maintainters = with maintainers; [ bdimcheff ]; 17 + maintainers = with maintainers; [ bdimcheff ]; 18 18 }; 19 19 }
+1 -1
pkgs/applications/networking/instant-messengers/telegram/cutegram/default.nix
··· 25 25 description = "Telegram client forked from sigram"; 26 26 homepage = "http://aseman.co/en/products/cutegram/"; 27 27 license = licenses.gpl3; 28 - maintainer = [ maintainers.profpatsch ]; 28 + maintainers = [ maintainers.profpatsch ]; 29 29 }; 30 30 31 31 }
+1 -1
pkgs/applications/networking/instant-messengers/telegram/libqtelegram-aseman-edition/default.nix
··· 28 28 description = "A fork of libqtelegram by Aseman, using qmake"; 29 29 homepage = src.meta.homepage; 30 30 license = stdenv.lib.licenses.gpl3; 31 - maintainer = [ maintainers.profpatsch ]; 31 + maintainers = [ maintainers.profpatsch ]; 32 32 }; 33 33 34 34 }
+1 -1
pkgs/applications/networking/instant-messengers/telegram/telegram-qml/default.nix
··· 29 29 description = "Telegram API tools for QtQml and Qml"; 30 30 homepage = src.meta.homepage; 31 31 license = stdenv.lib.licenses.gpl3; 32 - maintainer = [ maintainers.profpatsch ]; 32 + maintainers = [ maintainers.profpatsch ]; 33 33 }; 34 34 35 35 }
+1 -1
pkgs/applications/window-managers/compton/git.nix
··· 48 48 additional features, such as additional effects, and a fork at a 49 49 well-defined and proper place. 50 50 ''; 51 - maintainer = maintainers.ertes; 51 + maintainers = maintainers.ertes; 52 52 platforms = platforms.linux; 53 53 }; 54 54 }
+1 -1
pkgs/data/fonts/google-fonts/default.nix
··· 21 21 description = "Font files available from Google Font"; 22 22 license = with licenses; [ asl20 ofl ufl ]; 23 23 platforms = platforms.all; 24 - maintainer = with maintainers; [ manveru ]; 24 + maintainers = with maintainers; [ manveru ]; 25 25 }; 26 26 }
+1 -1
pkgs/data/fonts/powerline-fonts/default.nix
··· 38 38 ''; 39 39 license = with licenses; [ asl20 free ofl ]; 40 40 platforms = platforms.all; 41 - maintainer = with maintainers; [ malyn ]; 41 + maintainers = with maintainers; [ malyn ]; 42 42 }; 43 43 }
+1 -1
pkgs/data/misc/media-player-info/default.nix
··· 27 27 description = "A repository of data files describing media player capabilities"; 28 28 homepage = "http://www.freedesktop.org/wiki/Software/media-player-info/"; 29 29 license = licenses.bsd3; 30 - maintainer = with maintainers; [ ttuegel ]; 30 + maintainers = with maintainers; [ ttuegel ]; 31 31 }; 32 32 }
+1 -1
pkgs/development/libraries/openjpeg/generic.nix
··· 64 64 description = "Open-source JPEG 2000 codec written in C language"; 65 65 homepage = http://www.openjpeg.org/; 66 66 license = licenses.bsd2; 67 - maintainer = with maintainers; [ codyopel ]; 67 + maintainers = with maintainers; [ codyopel ]; 68 68 platforms = platforms.all; 69 69 }; 70 70 }
+1 -1
pkgs/development/libraries/phonon-backend-gstreamer/qt5/default.nix
··· 34 34 homepage = http://phonon.kde.org/; 35 35 description = "GStreamer backend for Phonon"; 36 36 platforms = platforms.linux; 37 - maintainer = with maintainers; [ ttuegel ]; 37 + maintainers = with maintainers; [ ttuegel ]; 38 38 }; 39 39 }
+1 -1
pkgs/development/tools/ocaml/ocaml-top/default.nix
··· 26 26 license = stdenv.lib.licenses.gpl3; 27 27 description = "A simple cross-platform OCaml code editor built for top-level evaluation"; 28 28 platforms = ocamlPackages.ocaml.meta.platforms; 29 - maintainer = with stdenv.lib.maintainers; [ vbgl ]; 29 + maintainers = with stdenv.lib.maintainers; [ vbgl ]; 30 30 }; 31 31 }
+1 -1
pkgs/games/gzdoom/default.nix
··· 27 27 meta = { 28 28 homepage = https://github.com/coelckers/gzdoom; 29 29 description = "A Doom source port based on ZDoom. It features an OpenGL renderer and lots of new features"; 30 - maintainer = [ stdenv.lib.maintainers.lassulus ]; 30 + maintainers = [ stdenv.lib.maintainers.lassulus ]; 31 31 }; 32 32 } 33 33
+1 -1
pkgs/games/zandronum/bin.nix
··· 75 75 meta = { 76 76 homepage = http://zandronum.com/; 77 77 description = "multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software. Binary version for online play."; 78 - maintainer = [ stdenv.lib.maintainers.lassulus ]; 78 + maintainers = [ stdenv.lib.maintainers.lassulus ]; 79 79 # Binary version has different version string than source code version. 80 80 license = stdenv.lib.licenses.unfreeRedistributable; 81 81 platforms = [ "x86_64-linux" ];
+1 -1
pkgs/games/zandronum/default.nix
··· 54 54 meta = with stdenv.lib; { 55 55 homepage = http://zandronum.com/; 56 56 description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software."; 57 - maintainer = with maintainers; [ lassulus ]; 57 + maintainers = with maintainers; [ lassulus ]; 58 58 platforms = platforms.linux; 59 59 license = licenses.bsdOriginal; 60 60 };
+1 -1
pkgs/games/zdoom/default.nix
··· 33 33 meta = { 34 34 homepage = http://zdoom.org/; 35 35 description = "Enhanced port of the official DOOM source code"; 36 - maintainer = [ stdenv.lib.maintainers.lassulus ]; 36 + maintainers = [ stdenv.lib.maintainers.lassulus ]; 37 37 }; 38 38 } 39 39
+1 -1
pkgs/misc/themes/vertex/default.nix
··· 27 27 inherit (src.meta) homepage; 28 28 description = "Theme for GTK 3, GTK 2, Gnome-Shell, and Cinnamon"; 29 29 license = licenses.gpl3; 30 - maintainer = [ maintainers.rycee ]; 30 + maintainers = [ maintainers.rycee ]; 31 31 platforms = platforms.unix; 32 32 }; 33 33 }
+1 -1
pkgs/os-specific/linux/kernel/linux-mptcp.nix
··· 7 7 8 8 extraMeta = { 9 9 branch = "3.18"; 10 - maintainer = stdenv.lib.maintainers.layus; 10 + maintainers = stdenv.lib.maintainers.layus; 11 11 }; 12 12 13 13 src = fetchurl {
+1 -1
pkgs/servers/mail/rmilter/default.nix
··· 17 17 homepage = "https://github.com/vstakhov/rmilter"; 18 18 license = licenses.bsd2; 19 19 description = "server, used to integrate rspamd and milter compatible MTA, for example postfix or sendmail"; 20 - maintainer = maintainers.avnik; 20 + maintainers = maintainers.avnik; 21 21 }; 22 22 }
+1 -1
pkgs/servers/mail/rspamd/default.nix
··· 33 33 homepage = "https://github.com/vstakhov/rspamd"; 34 34 license = licenses.bsd2; 35 35 description = "advanced spam filtering system"; 36 - maintainer = maintainers.avnik; 36 + maintainers = maintainers.avnik; 37 37 }; 38 38 }
+1 -1
pkgs/tools/misc/cpulimit/default.nix
··· 21 21 description = "A tool to throttle the CPU usage of programs"; 22 22 platforms = with platforms; linux ++ freebsd; 23 23 license = licenses.gpl2; 24 - maintainer = [maintainers.rycee]; 24 + maintainers = [maintainers.rycee]; 25 25 }; 26 26 }
+1 -1
pkgs/tools/misc/trash-cli/default.nix
··· 34 34 meta = with stdenv.lib; { 35 35 homepage = https://github.com/andreafrancia/trash-cli; 36 36 description = "Command line tool for the desktop trash can"; 37 - maintainer = [ maintainers.rycee ]; 37 + maintainers = [ maintainers.rycee ]; 38 38 license = licenses.gpl2; 39 39 }; 40 40 }
+1 -1
pkgs/tools/networking/nethogs/default.nix
··· 29 29 license = licenses.gpl2Plus; 30 30 homepage = http://nethogs.sourceforge.net/; 31 31 platforms = platforms.linux; 32 - maintainer = [ maintainers.rycee ]; 32 + maintainers = [ maintainers.rycee ]; 33 33 }; 34 34 }
+1 -1
pkgs/tools/text/colordiff/default.nix
··· 22 22 homepage = http://www.colordiff.org/; 23 23 license = licenses.gpl3; 24 24 platforms = platforms.linux ++ platforms.darwin; 25 - maintainer = with maintainers; [ nckx ]; 25 + maintainers = with maintainers; [ nckx ]; 26 26 }; 27 27 }
+15 -15
pkgs/top-level/python-packages.nix
··· 1815 1815 description = "Composable style cycles"; 1816 1816 homepage = http://github.com/matplotlib/cycler; 1817 1817 license = licenses.bsd3; 1818 - maintainer = with maintainers; [ fridh ]; 1818 + maintainers = with maintainers; [ fridh ]; 1819 1819 }; 1820 1820 }; 1821 1821 ··· 10664 10664 description = "Line-by-line profiler"; 10665 10665 homepage = https://github.com/rkern/line_profiler; 10666 10666 license = licenses.bsd3; 10667 - maintainer = with maintainers; [ fridh ]; 10667 + maintainers = with maintainers; [ fridh ]; 10668 10668 }; 10669 10669 }; 10670 10670 ··· 12589 12589 meta = { 12590 12590 description = "Numerical traits for Python objects"; 12591 12591 license = licenses.bsd2; 12592 - maintainer = with maintainers; [ fridh ]; 12592 + maintainers = with maintainers; [ fridh ]; 12593 12593 homepage = https://github.com/astrofrog/numtraits; 12594 12594 }; 12595 12595 }; ··· 14905 14905 description = "An audio library based on libsndfile, CFFI and NumPy"; 14906 14906 license = licenses.bsd3; 14907 14907 homepage = https://github.com/bastibe/PySoundFile; 14908 - maintainer = with maintainers; [ fridh ]; 14908 + maintainers = with maintainers; [ fridh ]; 14909 14909 }; 14910 14910 14911 14911 prePatch = '' ··· 15994 15994 description = "A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms"; 15995 15995 homepage = http://hgomersall.github.com/pyFFTW/; 15996 15996 license = with licenses; [ bsd2 bsd3 ]; 15997 - maintainer = with maintainers; [ fridh ]; 15997 + maintainers = with maintainers; [ fridh ]; 15998 15998 }; 15999 15999 }; 16000 16000 ··· 17727 17727 description = "A docutils-compatibility bridge to CommonMark"; 17728 17728 homepage = https://github.com/rtfd/recommonmark; 17729 17729 license = licenses.mit; 17730 - maintainer = with maintainers; [ fridh ]; 17730 + maintainers = with maintainers; [ fridh ]; 17731 17731 }; 17732 17732 17733 17733 }; ··· 19794 19794 description = "Statistical computations and models for use with SciPy"; 19795 19795 homepage = "https://www.github.com/statsmodels/statsmodels"; 19796 19796 license = licenses.bsd3; 19797 - maintainer = with maintainers; [ fridh ]; 19797 + maintainers = with maintainers; [ fridh ]; 19798 19798 }; 19799 19799 19800 19800 # Many tests fail when using latest numpy and pandas. ··· 20072 20072 description = "Pretty-print tabular data"; 20073 20073 homepage = https://bitbucket.org/astanin/python-tabulate; 20074 20074 license = licenses.mit; 20075 - maintainer = with maintainers; [ fridh ]; 20075 + maintainers = with maintainers; [ fridh ]; 20076 20076 }; 20077 20077 20078 20078 }; ··· 21083 21083 meta = { 21084 21084 description = "Tree widgets for urwid"; 21085 21085 license = licenses.gpl3; 21086 - maintainer = with maintainters; [ profpatsch ]; 21086 + maintainers = with maintainers; [ profpatsch ]; 21087 21087 }; 21088 21088 }; 21089 21089 ··· 25019 25019 # license can actually be either bsd3 or gpl3 25020 25020 # see https://github.com/trezor/cython-hidapi/blob/master/LICENSE-orig.txt 25021 25021 license = licenses.bsd3; 25022 - maintainer = with maintainers; [ np ]; 25022 + maintainers = with maintainers; [ np ]; 25023 25023 }; 25024 25024 }; 25025 25025 ··· 25038 25038 description = "Implementation of Bitcoin BIP-0039"; 25039 25039 homepage = https://github.com/trezor/python-mnemonic; 25040 25040 license = licenses.mit; 25041 - maintainer = with maintainers; [ np ]; 25041 + maintainers = with maintainers; [ np ]; 25042 25042 }; 25043 25043 }; 25044 25044 ··· 25062 25062 description = "Python library for communicating with TREZOR Bitcoin Hardware Wallet"; 25063 25063 homepage = https://github.com/trezor/python-trezor; 25064 25064 license = licenses.gpl3; 25065 - maintainer = with maintainers; [ np ]; 25065 + maintainers = with maintainers; [ np ]; 25066 25066 }; 25067 25067 }; 25068 25068 ··· 25086 25086 description = "KeepKey Python client"; 25087 25087 homepage = https://github.com/keepkey/python-keepkey; 25088 25088 license = licenses.gpl3; 25089 - maintainer = with maintainers; [ np ]; 25089 + maintainers = with maintainers; [ np ]; 25090 25090 }; 25091 25091 }; 25092 25092 ··· 25139 25139 description = "Using Trezor as hardware SSH agent"; 25140 25140 homepage = https://github.com/romanz/trezor-agent; 25141 25141 license = licenses.gpl3; 25142 - maintainer = with maintainers; [ np ]; 25142 + maintainers = with maintainers; [ np ]; 25143 25143 }; 25144 25144 }; 25145 25145 ··· 25156 25156 description = "Binding for X11 proof of work hashing"; 25157 25157 homepage = https://github.com/mazaclub/x11_hash; 25158 25158 license = licenses.mit; 25159 - maintainer = with maintainers; [ np ]; 25159 + maintainers = with maintainers; [ np ]; 25160 25160 }; 25161 25161 }; 25162 25162