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

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

Inactive since at least 2017.
This commit is contained in:
Anderson Torres 2024-07-04 22:29:06 -03:00
parent 6ec7cc3737
commit 084dc9a4df
33 changed files with 31 additions and 33 deletions

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation {
description = "Relaxing mix of Vi and ACME";
homepage = "https://c9x.me/edit";
license = lib.licenses.publicDomain;
maintainers = with lib.maintainers; [ AndersonTorres vrthra ];
maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = lib.platforms.unix;
mainProgram = "edit";
};

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/visit1985/mdp";
description = "Command-line based markdown presentation tool";
maintainers = with maintainers; [ matthiasbeyer vrthra ];
maintainers = with maintainers; [ matthiasbeyer ];
license = licenses.gpl3;
platforms = with platforms; unix;
mainProgram = "mdp";

View file

@ -84,7 +84,7 @@ in stdenv.mkDerivation rec {
homepage = "https://mupdf.com";
description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ vrthra fpletz ];
maintainers = with maintainers; [ fpletz ];
platforms = platforms.unix;
knownVulnerabilities = [
"CVE-2020-26519: denial of service when parsing JBIG2"

View file

@ -208,7 +208,7 @@ stdenv.mkDerivation rec {
description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C";
changelog = "https://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=${version}";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ vrthra fpletz ];
maintainers = with maintainers; [ fpletz ];
platforms = platforms.unix;
mainProgram = "mupdf";
};

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.netsurf-browser.org/";
description = "NetSurf browser shared build system";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ vrthra AndersonTorres ];
maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = lib.platforms.unix;
};
})

View file

@ -113,7 +113,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "neomutt";
homepage = "https://www.neomutt.org";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ erikryb vrthra raitobezarius ];
maintainers = with lib.maintainers; [ erikryb raitobezarius ];
platforms = lib.platforms.unix;
};
})

View file

@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
homepage = "https://gnunet.org/";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ pstn vrthra ];
maintainers = with maintainers; [ pstn ];
platforms = platforms.unix;
changelog = "https://git.gnunet.org/gnunet.git/tree/ChangeLog?h=v${version}";
};

View file

@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://invisible-island.net/xterm";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ nequissimus vrthra ];
maintainers = with lib.maintainers; [ nequissimus ];
platforms = with lib.platforms; linux ++ darwin;
changelog = "https://invisible-island.net/xterm/xterm.log.html";
};

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
description = "A vim like editor";
homepage = "https://github.com/martanne/vis";
license = licenses.isc;
maintainers = with maintainers; [ vrthra ramkromberg ];
maintainers = with maintainers; [ ramkromberg ];
platforms = platforms.unix;
};
}

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
# Basically GPL2+ with font exception.
license = "https://unifoundry.com/LICENSE.txt";
maintainers = [ maintainers.rycee maintainers.vrthra ];
maintainers = [ maintainers.rycee ];
platforms = platforms.all;
};
}

View file

@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation rec {
# Basically GPL2+ with font exception.
license = "https://unifoundry.com/LICENSE.txt";
maintainers = [ maintainers.mathnerd314 maintainers.vrthra ];
maintainers = [ maintainers.mathnerd314 ];
platforms = platforms.all;
};
}

View file

@ -217,7 +217,7 @@ stdenv.mkDerivation {
under a BSD license.
'';
license = licenses.bsd2;
maintainers = with maintainers; [ vrthra spacefrogg ];
maintainers = with maintainers; [ spacefrogg ];
platforms = lib.intersectLists platforms.x86_64 platforms.linux;
mainProgram = "factor";
};

View file

@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
homepage = "https://mono-project.com/";
description = "Cross platform, open source .NET development framework";
platforms = with platforms; darwin ++ linux;
maintainers = with maintainers; [ thoughtpolice obadz vrthra ];
maintainers = with maintainers; [ thoughtpolice obadz ];
license = with licenses; [
/* runtime, compilers, tools and most class libraries licensed */ mit
/* runtime includes some code licensed */ bsd3

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Very high level general-purpose programming language";
maintainers = with maintainers; [ vrthra yurrriq ];
maintainers = with maintainers; [ yurrriq ];
platforms = with platforms; linux ++ darwin ++ freebsd ++ netbsd ++ openbsd ++ cygwin ++ illumos;
license = licenses.publicDomain;
homepage = "https://www.cs.arizona.edu/icon/";

View file

@ -66,7 +66,6 @@ stdenv.mkDerivation {
maintainers = with maintainers; [
raskin
maggesi
vrthra
];
platforms = [ "x86_64-linux" ];
};

View file

@ -75,6 +75,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "http://jim.tcl.tk/";
license = lib.licenses.bsd2;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ dbohdan fgaz vrthra ];
maintainers = with lib.maintainers; [ dbohdan fgaz ];
};
})

View file

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://rakudo.org";
license = licenses.artistic2;
platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice vrthra sgo ];
maintainers = with maintainers; [ thoughtpolice sgo ];
};
}

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
description = "VM with adaptive optimization and JIT compilation, built for Rakudo";
homepage = "https://moarvm.org";
license = licenses.artistic2;
maintainers = with maintainers; [ thoughtpolice vrthra sgo ];
maintainers = with maintainers; [ thoughtpolice sgo ];
mainProgram = "moar";
platforms = platforms.unix;
};

View file

@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Raku/nqp";
license = licenses.artistic2;
platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice vrthra sgo ];
maintainers = with maintainers; [ thoughtpolice sgo ];
};
}

View file

@ -267,7 +267,7 @@ let
description = "Object-oriented language for quick and easy programming";
homepage = "https://www.ruby-lang.org/";
license = licenses.ruby;
maintainers = with maintainers; [ vrthra manveru ];
maintainers = with maintainers; [ manveru ];
platforms = platforms.all;
knownVulnerabilities = op (lib.versionOlder ver.majMin "3.0") "This Ruby release has reached its end of life. See https://www.ruby-lang.org/en/downloads/branches/.";
};

View file

@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.gnu.org/software/gettext/";
maintainers = with maintainers; [ zimbatm vrthra ];
maintainers = with maintainers; [ zimbatm ];
license = licenses.gpl2Plus;
platforms = platforms.all;
};

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.gnu.org/software/libmicrohttpd/";
maintainers = with maintainers; [ eelco vrthra fpletz ];
maintainers = with maintainers; [ eelco fpletz ];
platforms = platforms.unix;
} // meta_;
}

View file

@ -35,7 +35,6 @@ buildPythonPackage rec {
license = licenses.bsd3;
maintainers = with maintainers; [
desiderius
vrthra
];
};
}

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
mainProgram = "objconv";
homepage = "https://www.agner.org/optimize/";
license = licenses.gpl2;
maintainers = with maintainers; [ orivej vrthra ];
maintainers = with maintainers; [ orivej ];
platforms = platforms.unix;
};
}

View file

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
mainProgram = "tcptrack";
license = licenses.lgpl21;
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor maintainers.vrthra ];
maintainers = [ maintainers.bjornfor ];
};
}

View file

@ -90,7 +90,7 @@ stdenv.mkDerivation {
changelog = "https://git.savannah.gnu.org/cgit/texinfo.git/plain/NEWS";
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = with maintainers; [ vrthra oxij ];
maintainers = with maintainers; [ oxij ];
# see comment above in patches section
broken = stdenv.hostPlatform.isPower64 && lib.strings.versionOlder version "6.0";

View file

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
description = "Selectively remove C preprocessor conditionals";
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ orivej vrthra ];
maintainers = with maintainers; [ orivej ];
};
}

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
Font converter to generate console fonts from BDF source fonts
'';
license = licenses.gpl2Plus;
maintainers = with maintainers; [ rnhmjoj vrthra ];
maintainers = with maintainers; [ rnhmjoj ];
platforms = platforms.all;
mainProgram = "bdf2psf";
};

View file

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

View file

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

View file

@ -143,7 +143,7 @@ stdenv.mkDerivation rec {
gpl3Plus /* tools */
];
maintainers = with maintainers; [ orivej vrthra ];
maintainers = with maintainers; [ orivej ];
homepage = "https://www.gnu.org/software/mailutils/";
changelog = "https://git.savannah.gnu.org/cgit/mailutils.git/tree/NEWS";

View file

@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
frontend applications and libraries are available. Version 2 of GnuPG
also provides support for S/MIME.
'';
maintainers = with maintainers; [ fpletz vrthra ];
maintainers = with maintainers; [ fpletz ];
platforms = platforms.all;
mainProgram = "gpg";
};

View file

@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
frontend applications and libraries are available. Version 2 of GnuPG
also provides support for S/MIME.
'';
maintainers = with maintainers; [ fpletz vrthra ];
maintainers = with maintainers; [ fpletz ];
platforms = platforms.all;
mainProgram = "gpg";
};