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