Skip to content

Commit

Permalink
treewide: remove vrthra from meta.maintainers [no orphans]
Browse files Browse the repository at this point in the history
Tracking issue: NixOS#290642

Inactive since at least 2017.
  • Loading branch information
AndersonTorres authored and shahinism committed Jul 15, 2024
1 parent 2907e56 commit 7a5831b
Show file tree
Hide file tree
Showing 33 changed files with 31 additions and 33 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/edit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/mdp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/mupdf/1.17/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/mupdf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
})
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
})
2 changes: 1 addition & 1 deletion pkgs/applications/networking/p2p/gnunet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/terminal-emulators/xterm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/vi/vis/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/unifont/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/unifont_upper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/compilers/factor-lang/factor99.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/compilers/mono/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/icon-lang/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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/";
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/interpreters/io/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ stdenv.mkDerivation {
maintainers = with maintainers; [
raskin
maggesi
vrthra
];
platforms = [ "x86_64-linux" ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/jimtcl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
})
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/rakudo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/rakudo/moarvm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/rakudo/nqp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/ruby/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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/.";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/gettext/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libmicrohttpd/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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_;
}
1 change: 0 additions & 1 deletion pkgs/development/python-modules/pypdf2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ buildPythonPackage rec {
license = licenses.bsd3;
maintainers = with maintainers; [
desiderius
vrthra
];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/objconv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/tcptrack/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
mainProgram = "tcptrack";
license = licenses.lgpl21;
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor maintainers.vrthra ];
maintainers = [ maintainers.bjornfor ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/texinfo/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/unifdef/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/bdf2psf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/misc/datamash/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};

}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/parallel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/networking/mailutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/security/gnupg/22.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/security/gnupg/24.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down

0 comments on commit 7a5831b

Please sign in to comment.