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";
license = licenses.publicDomain;
mainProgram = "kak";
maintainers = with maintainers; [ vrthra ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
})

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -50,6 +50,6 @@ buildPythonPackage rec {
description = "Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants";
homepage = "https://github.com/ethanfurman/aenum";
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";
homepage = "https://github.com/wireservice/agate-dbf";
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";
changelog = "https://github.com/wireservice/agate-excel/blob/${version}/CHANGELOG.rst";
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";
homepage = "https://github.com/wireservice/agate-sql";
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";
changelog = "https://github.com/wireservice/agate/blob/${version}/CHANGELOG.rst";
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";
homepage = "https://github.com/ethanfurman/dbf";
license = licenses.bsd2;
maintainers = with maintainers; [ vrthra ];
maintainers = with maintainers; [ ];
};
}

View File

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

View File

@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "Python charting library";
license = licenses.mit;
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";
changelog = "https://github.com/un33k/python-slugify/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ vrthra ];
maintainers = with maintainers; [ ];
};
}

View File

@ -30,6 +30,6 @@ buildPythonPackage rec {
homepage = "https://github.com/wroberts/pytimeparse";
changelog = "https://github.com/wroberts/pytimeparse/releases/tag/${version}";
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/";
license = licenses.gpl3Plus;
maintainers = [ maintainers.vrthra ];
maintainers = [ ];
mainProgram = "make";
platforms = platforms.all;
};

View File

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

View File

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

View File

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

View File

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
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;
description = "Literate Programming in C/C++";
platforms = with platforms; unix;
maintainers = with maintainers; [ vrthra ];
maintainers = with maintainers; [ ];
license = licenses.abstyles;
};
}

View File

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

View File

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

View File

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

View File

@ -35,6 +35,6 @@ buildGoModule rec {
mainProgram = "textql";
homepage = "https://github.com/dinedal/textql";
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";
homepage = "http://www.codenix.com/~tolua/";
license = licenses.mit;
maintainers = with maintainers; [ vrthra ];
maintainers = with maintainers; [ ];
mainProgram = "tolua++";
platforms = with platforms; unix;
};

View File

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

View File

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

View File

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