mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
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:
parent
6ec7cc3737
commit
084dc9a4df
33 changed files with 31 additions and 33 deletions
|
@ -47,7 +47,7 @@ stdenv.mkDerivation {
|
||||||
description = "Relaxing mix of Vi and ACME";
|
description = "Relaxing mix of Vi and ACME";
|
||||||
homepage = "https://c9x.me/edit";
|
homepage = "https://c9x.me/edit";
|
||||||
license = lib.licenses.publicDomain;
|
license = lib.licenses.publicDomain;
|
||||||
maintainers = with lib.maintainers; [ AndersonTorres vrthra ];
|
maintainers = with lib.maintainers; [ AndersonTorres ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
mainProgram = "edit";
|
mainProgram = "edit";
|
||||||
};
|
};
|
||||||
|
|
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/visit1985/mdp";
|
homepage = "https://github.com/visit1985/mdp";
|
||||||
description = "Command-line based markdown presentation tool";
|
description = "Command-line based markdown presentation tool";
|
||||||
maintainers = with maintainers; [ matthiasbeyer vrthra ];
|
maintainers = with maintainers; [ matthiasbeyer ];
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
mainProgram = "mdp";
|
mainProgram = "mdp";
|
||||||
|
|
|
@ -84,7 +84,7 @@ in stdenv.mkDerivation rec {
|
||||||
homepage = "https://mupdf.com";
|
homepage = "https://mupdf.com";
|
||||||
description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C";
|
description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C";
|
||||||
license = licenses.agpl3Plus;
|
license = licenses.agpl3Plus;
|
||||||
maintainers = with maintainers; [ vrthra fpletz ];
|
maintainers = with maintainers; [ fpletz ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
knownVulnerabilities = [
|
knownVulnerabilities = [
|
||||||
"CVE-2020-26519: denial of service when parsing JBIG2"
|
"CVE-2020-26519: denial of service when parsing JBIG2"
|
||||||
|
|
|
@ -208,7 +208,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C";
|
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}";
|
changelog = "https://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=${version}";
|
||||||
license = licenses.agpl3Plus;
|
license = licenses.agpl3Plus;
|
||||||
maintainers = with maintainers; [ vrthra fpletz ];
|
maintainers = with maintainers; [ fpletz ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
mainProgram = "mupdf";
|
mainProgram = "mupdf";
|
||||||
};
|
};
|
||||||
|
|
|
@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
homepage = "https://www.netsurf-browser.org/";
|
homepage = "https://www.netsurf-browser.org/";
|
||||||
description = "NetSurf browser shared build system";
|
description = "NetSurf browser shared build system";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ vrthra AndersonTorres ];
|
maintainers = with lib.maintainers; [ AndersonTorres ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -113,7 +113,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
mainProgram = "neomutt";
|
mainProgram = "neomutt";
|
||||||
homepage = "https://www.neomutt.org";
|
homepage = "https://www.neomutt.org";
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
maintainers = with lib.maintainers; [ erikryb vrthra raitobezarius ];
|
maintainers = with lib.maintainers; [ erikryb raitobezarius ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
homepage = "https://gnunet.org/";
|
homepage = "https://gnunet.org/";
|
||||||
license = licenses.agpl3Plus;
|
license = licenses.agpl3Plus;
|
||||||
maintainers = with maintainers; [ pstn vrthra ];
|
maintainers = with maintainers; [ pstn ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
changelog = "https://git.gnunet.org/gnunet.git/tree/ChangeLog?h=v${version}";
|
changelog = "https://git.gnunet.org/gnunet.git/tree/ChangeLog?h=v${version}";
|
||||||
};
|
};
|
||||||
|
|
|
@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://invisible-island.net/xterm";
|
homepage = "https://invisible-island.net/xterm";
|
||||||
license = with lib.licenses; [ mit ];
|
license = with lib.licenses; [ mit ];
|
||||||
maintainers = with lib.maintainers; [ nequissimus vrthra ];
|
maintainers = with lib.maintainers; [ nequissimus ];
|
||||||
platforms = with lib.platforms; linux ++ darwin;
|
platforms = with lib.platforms; linux ++ darwin;
|
||||||
changelog = "https://invisible-island.net/xterm/xterm.log.html";
|
changelog = "https://invisible-island.net/xterm/xterm.log.html";
|
||||||
};
|
};
|
||||||
|
|
|
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A vim like editor";
|
description = "A vim like editor";
|
||||||
homepage = "https://github.com/martanne/vis";
|
homepage = "https://github.com/martanne/vis";
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
maintainers = with maintainers; [ vrthra ramkromberg ];
|
maintainers = with maintainers; [ ramkromberg ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
# Basically GPL2+ with font exception.
|
# Basically GPL2+ with font exception.
|
||||||
license = "https://unifoundry.com/LICENSE.txt";
|
license = "https://unifoundry.com/LICENSE.txt";
|
||||||
maintainers = [ maintainers.rycee maintainers.vrthra ];
|
maintainers = [ maintainers.rycee ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation rec {
|
||||||
|
|
||||||
# Basically GPL2+ with font exception.
|
# Basically GPL2+ with font exception.
|
||||||
license = "https://unifoundry.com/LICENSE.txt";
|
license = "https://unifoundry.com/LICENSE.txt";
|
||||||
maintainers = [ maintainers.mathnerd314 maintainers.vrthra ];
|
maintainers = [ maintainers.mathnerd314 ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -217,7 +217,7 @@ stdenv.mkDerivation {
|
||||||
under a BSD license.
|
under a BSD license.
|
||||||
'';
|
'';
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ vrthra spacefrogg ];
|
maintainers = with maintainers; [ spacefrogg ];
|
||||||
platforms = lib.intersectLists platforms.x86_64 platforms.linux;
|
platforms = lib.intersectLists platforms.x86_64 platforms.linux;
|
||||||
mainProgram = "factor";
|
mainProgram = "factor";
|
||||||
};
|
};
|
||||||
|
|
|
@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://mono-project.com/";
|
homepage = "https://mono-project.com/";
|
||||||
description = "Cross platform, open source .NET development framework";
|
description = "Cross platform, open source .NET development framework";
|
||||||
platforms = with platforms; darwin ++ linux;
|
platforms = with platforms; darwin ++ linux;
|
||||||
maintainers = with maintainers; [ thoughtpolice obadz vrthra ];
|
maintainers = with maintainers; [ thoughtpolice obadz ];
|
||||||
license = with licenses; [
|
license = with licenses; [
|
||||||
/* runtime, compilers, tools and most class libraries licensed */ mit
|
/* runtime, compilers, tools and most class libraries licensed */ mit
|
||||||
/* runtime includes some code licensed */ bsd3
|
/* runtime includes some code licensed */ bsd3
|
||||||
|
|
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Very high level general-purpose programming language";
|
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;
|
platforms = with platforms; linux ++ darwin ++ freebsd ++ netbsd ++ openbsd ++ cygwin ++ illumos;
|
||||||
license = licenses.publicDomain;
|
license = licenses.publicDomain;
|
||||||
homepage = "https://www.cs.arizona.edu/icon/";
|
homepage = "https://www.cs.arizona.edu/icon/";
|
||||||
|
|
|
@ -66,7 +66,6 @@ stdenv.mkDerivation {
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
raskin
|
raskin
|
||||||
maggesi
|
maggesi
|
||||||
vrthra
|
|
||||||
];
|
];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -75,6 +75,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
homepage = "http://jim.tcl.tk/";
|
homepage = "http://jim.tcl.tk/";
|
||||||
license = lib.licenses.bsd2;
|
license = lib.licenses.bsd2;
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
maintainers = with lib.maintainers; [ dbohdan fgaz vrthra ];
|
maintainers = with lib.maintainers; [ dbohdan fgaz ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://rakudo.org";
|
homepage = "https://rakudo.org";
|
||||||
license = licenses.artistic2;
|
license = licenses.artistic2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ thoughtpolice vrthra sgo ];
|
maintainers = with maintainers; [ thoughtpolice sgo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "VM with adaptive optimization and JIT compilation, built for Rakudo";
|
description = "VM with adaptive optimization and JIT compilation, built for Rakudo";
|
||||||
homepage = "https://moarvm.org";
|
homepage = "https://moarvm.org";
|
||||||
license = licenses.artistic2;
|
license = licenses.artistic2;
|
||||||
maintainers = with maintainers; [ thoughtpolice vrthra sgo ];
|
maintainers = with maintainers; [ thoughtpolice sgo ];
|
||||||
mainProgram = "moar";
|
mainProgram = "moar";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
|
@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/Raku/nqp";
|
homepage = "https://github.com/Raku/nqp";
|
||||||
license = licenses.artistic2;
|
license = licenses.artistic2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ thoughtpolice vrthra sgo ];
|
maintainers = with maintainers; [ thoughtpolice sgo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -267,7 +267,7 @@ let
|
||||||
description = "Object-oriented language for quick and easy programming";
|
description = "Object-oriented language for quick and easy programming";
|
||||||
homepage = "https://www.ruby-lang.org/";
|
homepage = "https://www.ruby-lang.org/";
|
||||||
license = licenses.ruby;
|
license = licenses.ruby;
|
||||||
maintainers = with maintainers; [ vrthra manveru ];
|
maintainers = with maintainers; [ manveru ];
|
||||||
platforms = platforms.all;
|
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/.";
|
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/.";
|
||||||
};
|
};
|
||||||
|
|
|
@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
homepage = "https://www.gnu.org/software/gettext/";
|
homepage = "https://www.gnu.org/software/gettext/";
|
||||||
|
|
||||||
maintainers = with maintainers; [ zimbatm vrthra ];
|
maintainers = with maintainers; [ zimbatm ];
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
|
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
homepage = "https://www.gnu.org/software/libmicrohttpd/";
|
homepage = "https://www.gnu.org/software/libmicrohttpd/";
|
||||||
|
|
||||||
maintainers = with maintainers; [ eelco vrthra fpletz ];
|
maintainers = with maintainers; [ eelco fpletz ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
} // meta_;
|
} // meta_;
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,7 +35,6 @@ buildPythonPackage rec {
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
desiderius
|
desiderius
|
||||||
vrthra
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||||
mainProgram = "objconv";
|
mainProgram = "objconv";
|
||||||
homepage = "https://www.agner.org/optimize/";
|
homepage = "https://www.agner.org/optimize/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ orivej vrthra ];
|
maintainers = with maintainers; [ orivej ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
|
||||||
mainProgram = "tcptrack";
|
mainProgram = "tcptrack";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.bjornfor maintainers.vrthra ];
|
maintainers = [ maintainers.bjornfor ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -90,7 +90,7 @@ stdenv.mkDerivation {
|
||||||
changelog = "https://git.savannah.gnu.org/cgit/texinfo.git/plain/NEWS";
|
changelog = "https://git.savannah.gnu.org/cgit/texinfo.git/plain/NEWS";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ vrthra oxij ];
|
maintainers = with maintainers; [ oxij ];
|
||||||
# see comment above in patches section
|
# see comment above in patches section
|
||||||
broken = stdenv.hostPlatform.isPower64 && lib.strings.versionOlder version "6.0";
|
broken = stdenv.hostPlatform.isPower64 && lib.strings.versionOlder version "6.0";
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Selectively remove C preprocessor conditionals";
|
description = "Selectively remove C preprocessor conditionals";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ orivej vrthra ];
|
maintainers = with maintainers; [ orivej ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||||
Font converter to generate console fonts from BDF source fonts
|
Font converter to generate console fonts from BDF source fonts
|
||||||
'';
|
'';
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ rnhmjoj vrthra ];
|
maintainers = with maintainers; [ rnhmjoj ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
mainProgram = "bdf2psf";
|
mainProgram = "bdf2psf";
|
||||||
};
|
};
|
||||||
|
|
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://www.gnu.org/software/datamash/";
|
homepage = "https://www.gnu.org/software/datamash/";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ pSub vrthra ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://www.gnu.org/software/parallel/";
|
homepage = "https://www.gnu.org/software/parallel/";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ pSub vrthra tomberek ];
|
maintainers = with maintainers; [ pSub tomberek ];
|
||||||
mainProgram = "parallel";
|
mainProgram = "parallel";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -143,7 +143,7 @@ stdenv.mkDerivation rec {
|
||||||
gpl3Plus /* tools */
|
gpl3Plus /* tools */
|
||||||
];
|
];
|
||||||
|
|
||||||
maintainers = with maintainers; [ orivej vrthra ];
|
maintainers = with maintainers; [ orivej ];
|
||||||
|
|
||||||
homepage = "https://www.gnu.org/software/mailutils/";
|
homepage = "https://www.gnu.org/software/mailutils/";
|
||||||
changelog = "https://git.savannah.gnu.org/cgit/mailutils.git/tree/NEWS";
|
changelog = "https://git.savannah.gnu.org/cgit/mailutils.git/tree/NEWS";
|
||||||
|
|
|
@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
|
||||||
frontend applications and libraries are available. Version 2 of GnuPG
|
frontend applications and libraries are available. Version 2 of GnuPG
|
||||||
also provides support for S/MIME.
|
also provides support for S/MIME.
|
||||||
'';
|
'';
|
||||||
maintainers = with maintainers; [ fpletz vrthra ];
|
maintainers = with maintainers; [ fpletz ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
mainProgram = "gpg";
|
mainProgram = "gpg";
|
||||||
};
|
};
|
||||||
|
|
|
@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
|
||||||
frontend applications and libraries are available. Version 2 of GnuPG
|
frontend applications and libraries are available. Version 2 of GnuPG
|
||||||
also provides support for S/MIME.
|
also provides support for S/MIME.
|
||||||
'';
|
'';
|
||||||
maintainers = with maintainers; [ fpletz vrthra ];
|
maintainers = with maintainers; [ fpletz ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
mainProgram = "gpg";
|
mainProgram = "gpg";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue