mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Fix misspelled meta.maintainers attributes
This commit is contained in:
parent
3ff05a5bf4
commit
e2eca0c24c
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Precision colors for machines and people";
|
||||
homepage = http://ethanschoonover.com/solarized;
|
||||
maintainer = "Samuel Rivas <samuelrivas@gmail.com>";
|
||||
maintainers = "Samuel Rivas <samuelrivas@gmail.com>";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
|
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Plugin for Pidgin 2.x which implements OTR Messaging";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainters = with maintainers; [ abbradar ];
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
};
|
||||
}
|
||||
|
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Plugin for Pidgin 2.x which implements Steam Friends/Steam IM compatibility";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainters = with maintainers; [ arobyn ];
|
||||
maintainers = with maintainers; [ arobyn ];
|
||||
};
|
||||
}
|
||||
|
@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Plugin pack for Pidgin 2.x";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainters = with maintainers; [ bdimcheff ];
|
||||
maintainers = with maintainers; [ bdimcheff ];
|
||||
};
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Telegram client forked from sigram";
|
||||
homepage = "http://aseman.co/en/products/cutegram/";
|
||||
license = licenses.gpl3;
|
||||
maintainer = [ maintainers.profpatsch ];
|
||||
maintainers = [ maintainers.profpatsch ];
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A fork of libqtelegram by Aseman, using qmake";
|
||||
homepage = src.meta.homepage;
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainer = [ maintainers.profpatsch ];
|
||||
maintainers = [ maintainers.profpatsch ];
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Telegram API tools for QtQml and Qml";
|
||||
homepage = src.meta.homepage;
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainer = [ maintainers.profpatsch ];
|
||||
maintainers = [ maintainers.profpatsch ];
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -48,7 +48,7 @@ stdenv.mkDerivation {
|
||||
additional features, such as additional effects, and a fork at a
|
||||
well-defined and proper place.
|
||||
'';
|
||||
maintainer = maintainers.ertes;
|
||||
maintainers = maintainers.ertes;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Font files available from Google Font";
|
||||
license = with licenses; [ asl20 ofl ufl ];
|
||||
platforms = platforms.all;
|
||||
maintainer = with maintainers; [ manveru ];
|
||||
maintainers = with maintainers; [ manveru ];
|
||||
};
|
||||
}
|
||||
|
@ -38,6 +38,6 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
license = with licenses; [ asl20 free ofl ];
|
||||
platforms = platforms.all;
|
||||
maintainer = with maintainers; [ malyn ];
|
||||
maintainers = with maintainers; [ malyn ];
|
||||
};
|
||||
}
|
||||
|
@ -27,6 +27,6 @@ in
|
||||
description = "A repository of data files describing media player capabilities";
|
||||
homepage = "http://www.freedesktop.org/wiki/Software/media-player-info/";
|
||||
license = licenses.bsd3;
|
||||
maintainer = with maintainers; [ ttuegel ];
|
||||
maintainers = with maintainers; [ ttuegel ];
|
||||
};
|
||||
}
|
||||
|
@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Open-source JPEG 2000 codec written in C language";
|
||||
homepage = http://www.openjpeg.org/;
|
||||
license = licenses.bsd2;
|
||||
maintainer = with maintainers; [ codyopel ];
|
||||
maintainers = with maintainers; [ codyopel ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://phonon.kde.org/;
|
||||
description = "GStreamer backend for Phonon";
|
||||
platforms = platforms.linux;
|
||||
maintainer = with maintainers; [ ttuegel ];
|
||||
maintainers = with maintainers; [ ttuegel ];
|
||||
};
|
||||
}
|
||||
|
@ -26,6 +26,6 @@ stdenv.mkDerivation {
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
description = "A simple cross-platform OCaml code editor built for top-level evaluation";
|
||||
platforms = ocamlPackages.ocaml.meta.platforms;
|
||||
maintainer = with stdenv.lib.maintainers; [ vbgl ];
|
||||
maintainers = with stdenv.lib.maintainers; [ vbgl ];
|
||||
};
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = https://github.com/coelckers/gzdoom;
|
||||
description = "A Doom source port based on ZDoom. It features an OpenGL renderer and lots of new features";
|
||||
maintainer = [ stdenv.lib.maintainers.lassulus ];
|
||||
maintainers = [ stdenv.lib.maintainers.lassulus ];
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
homepage = http://zandronum.com/;
|
||||
description = "multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software. Binary version for online play.";
|
||||
maintainer = [ stdenv.lib.maintainers.lassulus ];
|
||||
maintainers = [ stdenv.lib.maintainers.lassulus ];
|
||||
# Binary version has different version string than source code version.
|
||||
license = stdenv.lib.licenses.unfreeRedistributable;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
@ -54,7 +54,7 @@ in stdenv.mkDerivation {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://zandronum.com/;
|
||||
description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software.";
|
||||
maintainer = with maintainers; [ lassulus ];
|
||||
maintainers = with maintainers; [ lassulus ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.bsdOriginal;
|
||||
};
|
||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://zdoom.org/;
|
||||
description = "Enhanced port of the official DOOM source code";
|
||||
maintainer = [ stdenv.lib.maintainers.lassulus ];
|
||||
maintainers = [ stdenv.lib.maintainers.lassulus ];
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
inherit (src.meta) homepage;
|
||||
description = "Theme for GTK 3, GTK 2, Gnome-Shell, and Cinnamon";
|
||||
license = licenses.gpl3;
|
||||
maintainer = [ maintainers.rycee ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -7,7 +7,7 @@ import ./generic.nix (args // rec {
|
||||
|
||||
extraMeta = {
|
||||
branch = "3.18";
|
||||
maintainer = stdenv.lib.maintainers.layus;
|
||||
maintainers = stdenv.lib.maintainers.layus;
|
||||
};
|
||||
|
||||
src = fetchurl {
|
||||
|
@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/vstakhov/rmilter";
|
||||
license = licenses.bsd2;
|
||||
description = "server, used to integrate rspamd and milter compatible MTA, for example postfix or sendmail";
|
||||
maintainer = maintainers.avnik;
|
||||
maintainers = maintainers.avnik;
|
||||
};
|
||||
}
|
||||
|
@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/vstakhov/rspamd";
|
||||
license = licenses.bsd2;
|
||||
description = "advanced spam filtering system";
|
||||
maintainer = maintainers.avnik;
|
||||
maintainers = maintainers.avnik;
|
||||
};
|
||||
}
|
||||
|
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
||||
description = "A tool to throttle the CPU usage of programs";
|
||||
platforms = with platforms; linux ++ freebsd;
|
||||
license = licenses.gpl2;
|
||||
maintainer = [maintainers.rycee];
|
||||
maintainers = [maintainers.rycee];
|
||||
};
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ python2Packages.buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/andreafrancia/trash-cli;
|
||||
description = "Command line tool for the desktop trash can";
|
||||
maintainer = [ maintainers.rycee ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2Plus;
|
||||
homepage = http://nethogs.sourceforge.net/;
|
||||
platforms = platforms.linux;
|
||||
maintainer = [ maintainers.rycee ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
}
|
||||
|
@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.colordiff.org/;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainer = with maintainers; [ nckx ];
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
}
|
||||
|
@ -1815,7 +1815,7 @@ in modules // {
|
||||
description = "Composable style cycles";
|
||||
homepage = http://github.com/matplotlib/cycler;
|
||||
license = licenses.bsd3;
|
||||
maintainer = with maintainers; [ fridh ];
|
||||
maintainers = with maintainers; [ fridh ];
|
||||
};
|
||||
};
|
||||
|
||||
@ -10664,7 +10664,7 @@ in modules // {
|
||||
description = "Line-by-line profiler";
|
||||
homepage = https://github.com/rkern/line_profiler;
|
||||
license = licenses.bsd3;
|
||||
maintainer = with maintainers; [ fridh ];
|
||||
maintainers = with maintainers; [ fridh ];
|
||||
};
|
||||
};
|
||||
|
||||
@ -12589,7 +12589,7 @@ in modules // {
|
||||
meta = {
|
||||
description = "Numerical traits for Python objects";
|
||||
license = licenses.bsd2;
|
||||
maintainer = with maintainers; [ fridh ];
|
||||
maintainers = with maintainers; [ fridh ];
|
||||
homepage = https://github.com/astrofrog/numtraits;
|
||||
};
|
||||
};
|
||||
@ -14905,7 +14905,7 @@ in modules // {
|
||||
description = "An audio library based on libsndfile, CFFI and NumPy";
|
||||
license = licenses.bsd3;
|
||||
homepage = https://github.com/bastibe/PySoundFile;
|
||||
maintainer = with maintainers; [ fridh ];
|
||||
maintainers = with maintainers; [ fridh ];
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
@ -15994,7 +15994,7 @@ in modules // {
|
||||
description = "A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms";
|
||||
homepage = http://hgomersall.github.com/pyFFTW/;
|
||||
license = with licenses; [ bsd2 bsd3 ];
|
||||
maintainer = with maintainers; [ fridh ];
|
||||
maintainers = with maintainers; [ fridh ];
|
||||
};
|
||||
};
|
||||
|
||||
@ -17727,7 +17727,7 @@ in modules // {
|
||||
description = "A docutils-compatibility bridge to CommonMark";
|
||||
homepage = https://github.com/rtfd/recommonmark;
|
||||
license = licenses.mit;
|
||||
maintainer = with maintainers; [ fridh ];
|
||||
maintainers = with maintainers; [ fridh ];
|
||||
};
|
||||
|
||||
};
|
||||
@ -19794,7 +19794,7 @@ in modules // {
|
||||
description = "Statistical computations and models for use with SciPy";
|
||||
homepage = "https://www.github.com/statsmodels/statsmodels";
|
||||
license = licenses.bsd3;
|
||||
maintainer = with maintainers; [ fridh ];
|
||||
maintainers = with maintainers; [ fridh ];
|
||||
};
|
||||
|
||||
# Many tests fail when using latest numpy and pandas.
|
||||
@ -20072,7 +20072,7 @@ in modules // {
|
||||
description = "Pretty-print tabular data";
|
||||
homepage = https://bitbucket.org/astanin/python-tabulate;
|
||||
license = licenses.mit;
|
||||
maintainer = with maintainers; [ fridh ];
|
||||
maintainers = with maintainers; [ fridh ];
|
||||
};
|
||||
|
||||
};
|
||||
@ -21083,7 +21083,7 @@ in modules // {
|
||||
meta = {
|
||||
description = "Tree widgets for urwid";
|
||||
license = licenses.gpl3;
|
||||
maintainer = with maintainters; [ profpatsch ];
|
||||
maintainers = with maintainers; [ profpatsch ];
|
||||
};
|
||||
};
|
||||
|
||||
@ -25019,7 +25019,7 @@ in modules // {
|
||||
# license can actually be either bsd3 or gpl3
|
||||
# see https://github.com/trezor/cython-hidapi/blob/master/LICENSE-orig.txt
|
||||
license = licenses.bsd3;
|
||||
maintainer = with maintainers; [ np ];
|
||||
maintainers = with maintainers; [ np ];
|
||||
};
|
||||
};
|
||||
|
||||
@ -25038,7 +25038,7 @@ in modules // {
|
||||
description = "Implementation of Bitcoin BIP-0039";
|
||||
homepage = https://github.com/trezor/python-mnemonic;
|
||||
license = licenses.mit;
|
||||
maintainer = with maintainers; [ np ];
|
||||
maintainers = with maintainers; [ np ];
|
||||
};
|
||||
};
|
||||
|
||||
@ -25062,7 +25062,7 @@ in modules // {
|
||||
description = "Python library for communicating with TREZOR Bitcoin Hardware Wallet";
|
||||
homepage = https://github.com/trezor/python-trezor;
|
||||
license = licenses.gpl3;
|
||||
maintainer = with maintainers; [ np ];
|
||||
maintainers = with maintainers; [ np ];
|
||||
};
|
||||
};
|
||||
|
||||
@ -25086,7 +25086,7 @@ in modules // {
|
||||
description = "KeepKey Python client";
|
||||
homepage = https://github.com/keepkey/python-keepkey;
|
||||
license = licenses.gpl3;
|
||||
maintainer = with maintainers; [ np ];
|
||||
maintainers = with maintainers; [ np ];
|
||||
};
|
||||
};
|
||||
|
||||
@ -25139,7 +25139,7 @@ in modules // {
|
||||
description = "Using Trezor as hardware SSH agent";
|
||||
homepage = https://github.com/romanz/trezor-agent;
|
||||
license = licenses.gpl3;
|
||||
maintainer = with maintainers; [ np ];
|
||||
maintainers = with maintainers; [ np ];
|
||||
};
|
||||
};
|
||||
|
||||
@ -25156,7 +25156,7 @@ in modules // {
|
||||
description = "Binding for X11 proof of work hashing";
|
||||
homepage = https://github.com/mazaclub/x11_hash;
|
||||
license = licenses.mit;
|
||||
maintainer = with maintainers; [ np ];
|
||||
maintainers = with maintainers; [ np ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user