treewide: remove vrthra from meta.maintainers [all orphans]

Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642

Inactive since 2017
This commit is contained in:
Anderson Torres 2024-07-04 22:23:25 -03:00
parent 3cbea455e7
commit 9ffac6dc44
43 changed files with 43 additions and 43 deletions

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Vim inspired text editor"; description = "Vim inspired text editor";
license = licenses.publicDomain; license = licenses.publicDomain;
mainProgram = "kak"; mainProgram = "kak";
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
}) })

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "Emulation of ACME"; description = "Emulation of ACME";
homepage = "http://wily.sourceforge.net"; homepage = "http://wily.sourceforge.net";
license = licenses.artistic1; license = licenses.artistic1;
maintainers = [ maintainers.vrthra ]; maintainers = [ ];
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "wily"; mainProgram = "wily";
}; };

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.svgalib.org/rus/zgv/"; homepage = "http://www.svgalib.org/rus/zgv/";
description = "Picture viewer with a thumbnail-based selector"; description = "Picture viewer with a thumbnail-based selector";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.vrthra ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "zgv"; mainProgram = "zgv";
}; };

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation {
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.vrthra ]; maintainers = [ ];
mainProgram = "green"; mainProgram = "green";
}; };
} }

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/yuejia/Milu"; homepage = "https://github.com/yuejia/Milu";
license = lib.licenses.bsd2; license = lib.licenses.bsd2;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.vrthra ]; maintainers = [ ];
mainProgram = "milu"; mainProgram = "milu";
}; };
} }

View File

@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.vrthra ]; maintainers = [ ];
mainProgram = "xsw"; mainProgram = "xsw";
}; };
} }

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://tools.suckless.org/tabbed"; homepage = "https://tools.suckless.org/tabbed";
description = "Simple generic tabbed fronted to xembed aware applications"; description = "Simple generic tabbed fronted to xembed aware applications";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
}) })

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation {
license = lib.licenses.lgpl21; license = lib.licenses.lgpl21;
mainProgram = "sdl-config"; mainProgram = "sdl-config";
maintainers = lib.teams.sdl.members maintainers = lib.teams.sdl.members
++ (with lib.maintainers; [ vrthra ]); ++ (with lib.maintainers; [ ]);
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation {
mainProgram = "nial"; mainProgram = "nial";
homepage = "https://github.com/vrthra/qnial"; homepage = "https://github.com/vrthra/qnial";
license = lib.licenses.artistic1; license = lib.licenses.artistic1;
maintainers = [ lib.maintainers.vrthra ]; maintainers = [ ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View File

@ -198,7 +198,7 @@ stdenv.mkDerivation rec {
asl20 # or asl20 # or
mit mit
]; ];
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
platforms = [ platforms = [
"x86_64-darwin" "x86_64-darwin"
"x86_64-linux" "x86_64-linux"

View File

@ -139,7 +139,7 @@ stdenv.mkDerivation rec {
asl20 # or asl20 # or
mit mit
]; ];
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
platforms = [ platforms = [
"x86_64-darwin" "x86_64-darwin"
"x86_64-linux" "x86_64-linux"

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation {
meta = with lib; { meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64); broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Very high level, goal-directed, object-oriented, general purpose applications language"; description = "Very high level, goal-directed, object-oriented, general purpose applications language";
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2; license = licenses.gpl2;
homepage = "http://unicon.org"; homepage = "http://unicon.org";

View File

@ -87,7 +87,7 @@ let self = stdenv.mkDerivation rec {
''; '';
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.vrthra ]; maintainers = [ ];
}; };
}; };
in self in self

View File

@ -82,6 +82,6 @@ stdenv.mkDerivation rec {
description = "General-purpose cryptographic library"; description = "General-purpose cryptographic library";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Fork of libcurl used by GNUnet"; description = "Fork of libcurl used by GNUnet";
homepage = "https://gnunet.org/en/gnurl.html"; homepage = "https://gnunet.org/en/gnurl.html";
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.curl; license = licenses.curl;
}; };

View File

@ -75,6 +75,6 @@ in stdenv.mkDerivation (rec {
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.vrthra ]; maintainers = [ ];
}; };
} // genPosixLockObjOnlyAttrs) } // genPosixLockObjOnlyAttrs)

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "SIXEL library for console graphics, and converter programs"; description = "SIXEL library for console graphics, and converter programs";
homepage = "https://github.com/libsixel/libsixel"; homepage = "https://github.com/libsixel/libsixel";
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
license = licenses.mit; license = licenses.mit;
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
homepage = "https://utelle.github.io/wxsqlite3/"; homepage = "https://utelle.github.io/wxsqlite3/";
description = "C++ wrapper around the public domain SQLite 3.x for wxWidgets"; description = "C++ wrapper around the public domain SQLite 3.x for wxWidgets";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
license = with licenses; [ lgpl3Plus gpl3Plus ]; license = with licenses; [ lgpl3Plus gpl3Plus ];
}; };
} }

View File

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
mainProgram = "wxsqliteplus"; mainProgram = "wxsqliteplus";
homepage = "https://github.com/guanlisheng/wxsqliteplus"; homepage = "https://github.com/guanlisheng/wxsqliteplus";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.vrthra ]; maintainers = [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -50,6 +50,6 @@ buildPythonPackage rec {
description = "Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants"; description = "Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants";
homepage = "https://github.com/ethanfurman/aenum"; homepage = "https://github.com/ethanfurman/aenum";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Adds read support for dbf files to agate"; description = "Adds read support for dbf files to agate";
homepage = "https://github.com/wireservice/agate-dbf"; homepage = "https://github.com/wireservice/agate-dbf";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -38,6 +38,6 @@ buildPythonPackage rec {
homepage = "https://github.com/wireservice/agate-excel"; homepage = "https://github.com/wireservice/agate-excel";
changelog = "https://github.com/wireservice/agate-excel/blob/${version}/CHANGELOG.rst"; changelog = "https://github.com/wireservice/agate-excel/blob/${version}/CHANGELOG.rst";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -39,6 +39,6 @@ buildPythonPackage rec {
description = "Adds SQL read/write support to agate"; description = "Adds SQL read/write support to agate";
homepage = "https://github.com/wireservice/agate-sql"; homepage = "https://github.com/wireservice/agate-sql";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -63,6 +63,6 @@ buildPythonPackage rec {
homepage = "https://github.com/wireservice/agate"; homepage = "https://github.com/wireservice/agate";
changelog = "https://github.com/wireservice/agate/blob/${version}/CHANGELOG.rst"; changelog = "https://github.com/wireservice/agate/blob/${version}/CHANGELOG.rst";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "Module for reading/writing dBase, FoxPro, and Visual FoxPro .dbf files"; description = "Module for reading/writing dBase, FoxPro, and Visual FoxPro .dbf files";
homepage = "https://github.com/ethanfurman/dbf"; homepage = "https://github.com/ethanfurman/dbf";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -18,6 +18,6 @@ buildPythonPackage rec {
description = "Read DBF Files with Python"; description = "Read DBF Files with Python";
homepage = "https://dbfread.readthedocs.org/"; homepage = "https://dbfread.readthedocs.org/";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "Python charting library"; description = "Python charting library";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -43,6 +43,6 @@ buildPythonPackage rec {
homepage = "https://github.com/un33k/python-slugify"; homepage = "https://github.com/un33k/python-slugify";
changelog = "https://github.com/un33k/python-slugify/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/un33k/python-slugify/blob/v${version}/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -30,6 +30,6 @@ buildPythonPackage rec {
homepage = "https://github.com/wroberts/pytimeparse"; homepage = "https://github.com/wroberts/pytimeparse";
changelog = "https://github.com/wroberts/pytimeparse/releases/tag/${version}"; changelog = "https://github.com/wroberts/pytimeparse/releases/tag/${version}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.gnu.org/software/make/"; homepage = "https://www.gnu.org/software/make/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.vrthra ]; maintainers = [ ];
mainProgram = "make"; mainProgram = "make";
platforms = platforms.all; platforms = platforms.all;
}; };

View File

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.gnu.org/software/make/"; homepage = "https://www.gnu.org/software/make/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.vrthra ]; maintainers = [ ];
mainProgram = "make"; mainProgram = "make";
platforms = platforms.all; platforms = platforms.all;
}; };

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "https://jdebp.eu./Softwares/redo/"; homepage = "https://jdebp.eu./Softwares/redo/";
description = "System for building target files from source files"; description = "System for building target files from source files";
license = lib.licenses.bsd2; license = lib.licenses.bsd2;
maintainers = [ lib.maintainers.vrthra ]; maintainers = [ ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
} }

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.gnu.org/software/cflow/"; homepage = "https://www.gnu.org/software/cflow/";
maintainers = [ maintainers.vrthra ]; maintainers = [ ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };

View File

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = with platforms; linux ++ cygwin; platforms = with platforms; linux ++ cygwin;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage; inherit (src.meta) homepage;
description = "Literate Programming in C/C++"; description = "Literate Programming in C/C++";
platforms = with platforms; unix; platforms = with platforms; unix;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
license = licenses.abstyles; license = licenses.abstyles;
}; };
} }

View File

@ -61,6 +61,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -29,7 +29,7 @@ perlPackages.buildPerlPackage {
mainProgram = "ninka"; mainProgram = "ninka";
homepage = "http://ninka.turingmachine.org/"; homepage = "http://ninka.turingmachine.org/";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.vrthra ]; maintainers = [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "Allow multiple web change files"; description = "Allow multiple web change files";
mainProgram = "tie"; mainProgram = "tie";
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
license = licenses.abstyles; license = licenses.abstyles;
}; };
} }

View File

@ -35,6 +35,6 @@ buildGoModule rec {
mainProgram = "textql"; mainProgram = "textql";
homepage = "https://github.com/dinedal/textql"; homepage = "https://github.com/dinedal/textql";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "Tool to integrate C/Cpp code with Lua"; description = "Tool to integrate C/Cpp code with Lua";
homepage = "http://www.codenix.com/~tolua/"; homepage = "http://www.codenix.com/~tolua/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
mainProgram = "tolua++"; mainProgram = "tolua++";
platforms = with platforms; unix; platforms = with platforms; unix;
}; };

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "https://www.lesbonscomptes.com/pxattr/index.html"; homepage = "https://www.lesbonscomptes.com/pxattr/index.html";
description = "Provides a single interface to extended file attributes"; description = "Provides a single interface to extended file attributes";
maintainers = [ lib.maintainers.vrthra ]; maintainers = [ ];
license = [ lib.licenses.mit ]; license = [ lib.licenses.mit ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
mainProgram = "pxattr"; mainProgram = "pxattr";

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation {
description = "Dynamic virtual terminal manager"; description = "Dynamic virtual terminal manager";
homepage = "http://www.brain-dump.org/projects/dvtm"; homepage = "http://www.brain-dump.org/projects/dvtm";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.vrthra ]; maintainers = [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -64,6 +64,6 @@ stdenv.mkDerivation rec {
''; '';
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ ];
}; };
} }