mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers: drop various inactive maintainers (#459104)
This commit is contained in:
commit
55f496d0eb
79 changed files with 1 additions and 115 deletions
|
|
@ -3232,12 +3232,6 @@
|
|||
githubId = 10439709;
|
||||
name = "Bert Moens";
|
||||
};
|
||||
berdario = {
|
||||
email = "berdario@gmail.com";
|
||||
github = "berdario";
|
||||
githubId = 752835;
|
||||
name = "Dario Bertini";
|
||||
};
|
||||
bergey = {
|
||||
email = "bergey@teallabs.org";
|
||||
github = "bergey";
|
||||
|
|
@ -10125,12 +10119,6 @@
|
|||
githubId = 79340822;
|
||||
keys = [ { fingerprint = "3582 5B85 66C8 4F36 45C7 EC42 809F 7938 9CB1 8650"; } ];
|
||||
};
|
||||
havvy = {
|
||||
email = "ryan.havvy@gmail.com";
|
||||
github = "Havvy";
|
||||
githubId = 731722;
|
||||
name = "Ryan Scheel";
|
||||
};
|
||||
hawkw = {
|
||||
email = "eliza@elizas.website";
|
||||
github = "hawkw";
|
||||
|
|
@ -11423,12 +11411,6 @@
|
|||
githubId = 8095978;
|
||||
name = "j-mendez";
|
||||
};
|
||||
j03 = {
|
||||
email = "github@johannesloetzsch.de";
|
||||
github = "johannesloetzsch";
|
||||
githubId = 175537;
|
||||
name = "Johannes Lötzsch";
|
||||
};
|
||||
j0hax = {
|
||||
name = "Johannes Arnold";
|
||||
email = "johannes.arnold@stud.uni-hannover.de";
|
||||
|
|
@ -13298,12 +13280,6 @@
|
|||
githubId = 54859825;
|
||||
keys = [ { fingerprint = "B2D0 AA53 8DBE 60B0 0811 3FC0 2D52 5F67 791E 5834"; } ];
|
||||
};
|
||||
kampfschlaefer = {
|
||||
email = "arnold@arnoldarts.de";
|
||||
github = "kampfschlaefer";
|
||||
githubId = 3831860;
|
||||
name = "Arnold Krille";
|
||||
};
|
||||
kanashimia = {
|
||||
email = "chad@redpilled.dev";
|
||||
github = "kanashimia";
|
||||
|
|
@ -14532,12 +14508,6 @@
|
|||
githubId = 736291;
|
||||
name = "Lee Machin";
|
||||
};
|
||||
leenaars = {
|
||||
email = "ml.software@leenaa.rs";
|
||||
github = "leenaars";
|
||||
githubId = 4158274;
|
||||
name = "Michiel Leenaars";
|
||||
};
|
||||
legojames = {
|
||||
github = "jrobinson-uk";
|
||||
githubId = 4701504;
|
||||
|
|
@ -15674,12 +15644,6 @@
|
|||
githubId = 1433367;
|
||||
name = "Marc Fontaine";
|
||||
};
|
||||
magenbluten = {
|
||||
email = "magenbluten@codemonkey.cc";
|
||||
github = "magenbluten";
|
||||
githubId = 1140462;
|
||||
name = "magenbluten";
|
||||
};
|
||||
magicquark = {
|
||||
name = "magicquark";
|
||||
github = "magicquark";
|
||||
|
|
|
|||
|
|
@ -631,7 +631,6 @@ with lib.maintainers;
|
|||
mate = {
|
||||
members = [
|
||||
bobby285271
|
||||
j03
|
||||
romildo
|
||||
];
|
||||
scope = "Maintain Mate desktop environment and related packages.";
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ in
|
|||
maintainers = with lib.maintainers; [
|
||||
aristid
|
||||
aszlig
|
||||
kampfschlaefer
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
name = "containers-extra_veth";
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ kampfschlaefer ];
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
maintainers = with lib.maintainers; [
|
||||
aristid
|
||||
aszlig
|
||||
kampfschlaefer
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ in
|
|||
maintainers = with lib.maintainers; [
|
||||
aristid
|
||||
aszlig
|
||||
kampfschlaefer
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
name = "containers-physical_interfaces";
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ kampfschlaefer ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ in
|
|||
maintainers = with lib.maintainers; [
|
||||
aristid
|
||||
aszlig
|
||||
kampfschlaefer
|
||||
ianwookim
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
name = "containers-restart_networking";
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ kampfschlaefer ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
|
|
|||
|
|
@ -77,6 +77,5 @@ stdenv.mkDerivation {
|
|||
'';
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ j03 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -90,7 +90,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl3Plus;
|
||||
mainProgram = "rsync";
|
||||
maintainers = with lib.maintainers; [
|
||||
kampfschlaefer
|
||||
ivan
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
|
|
|
|||
|
|
@ -78,7 +78,6 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "Silly speed painting game";
|
||||
mainProgram = "90secondportraits";
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.linux;
|
||||
license = with licenses; [
|
||||
zlib
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ stdenvNoCC.mkDerivation {
|
|||
description = "Helvetica font in nine weights";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [
|
||||
leenaars
|
||||
minijackson
|
||||
];
|
||||
license = licenses.cc0;
|
||||
|
|
|
|||
|
|
@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = "http://qosient.com/argus";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = "http://qosient.com/argus";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://gitlab.com/arpa2/arpa2cm";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [
|
||||
leenaars
|
||||
fufexan
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
epl10
|
||||
bsd3
|
||||
];
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,6 +34,5 @@ python3.pkgs.buildPythonApplication rec {
|
|||
template file that you can design in your office application of choice.
|
||||
'';
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
|
|||
mainProgram = "cutee";
|
||||
homepage = "https://www.codesink.org/cutee_unit_testing.html";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://packages.qa.debian.org/d/datefudge.html";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
mainProgram = "datefudge";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -113,7 +113,6 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
magenbluten
|
||||
orivej
|
||||
mic92
|
||||
zhaofengli
|
||||
|
|
|
|||
|
|
@ -32,6 +32,5 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Utilities to read/write/manipulate files in an ext2/ext3 filesystem";
|
||||
license = lib.licenses.gpl2Only;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.leenaars ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://www.w3.org/Tools/eot-utils/";
|
||||
description = "Create Embedded Open Type from OpenType or TrueType font";
|
||||
license = lib.licenses.w3c;
|
||||
maintainers = with lib.maintainers; [ leenaars ];
|
||||
platforms = with lib.platforms; unix;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ stdenvNoCC.mkDerivation {
|
|||
description = "Futuristic decorative font";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [
|
||||
leenaars
|
||||
minijackson
|
||||
];
|
||||
license = licenses.ofl;
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ stdenvNoCC.mkDerivation {
|
|||
description = "Weighted decorative font";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [
|
||||
leenaars
|
||||
minijackson
|
||||
];
|
||||
license = licenses.ofl;
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ stdenvNoCC.mkDerivation {
|
|||
description = "Decorative font";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [
|
||||
leenaars
|
||||
minijackson
|
||||
];
|
||||
license = licenses.cc0;
|
||||
|
|
|
|||
|
|
@ -64,8 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
their applications.
|
||||
'';
|
||||
homepage = "https://getdnsapi.net";
|
||||
maintainers = with lib.maintainers; [
|
||||
leenaars
|
||||
maintainers = [
|
||||
];
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.all;
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ buildGoModule (finalAttrs: {
|
|||
homepage = "https://github.com/github-release/github-release";
|
||||
maintainers = with lib.maintainers; [
|
||||
ardumont
|
||||
j03
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -60,6 +60,5 @@ stdenv.mkDerivation rec {
|
|||
description = "Various tools to generate special DNS records";
|
||||
homepage = "https://github.com/letoams/hash-slinger";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,6 +47,5 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/vanrein/hexio";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
layouts.
|
||||
'';
|
||||
license = licenses.ofl;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
serif. Both members comes in 3 weights with matching italics.
|
||||
'';
|
||||
license = licenses.ofl;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ python3Packages.buildPythonApplication rec {
|
|||
from text, resolves host names, and prints them, sorted by ASN.
|
||||
'';
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
mainProgram = "jackmix";
|
||||
homepage = "https://github.com/kampfschlaefer/jackmix";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ kampfschlaefer ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Minimal CGI and FastCGI library for C/C++";
|
||||
license = licenses.isc;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.leenaars ];
|
||||
mainProgram = "kfcgi";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ python3Packages.buildPythonApplication rec {
|
|||
interface.
|
||||
'';
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ leenaars ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "krop";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -44,6 +44,5 @@ stdenv.mkDerivation rec {
|
|||
|
||||
license = licenses.gpl2;
|
||||
homepage = "https://github.com/liberationfonts";
|
||||
maintainers = [ maintainers.leenaars ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,6 +46,5 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://lwan.ws/";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ rustPlatform.buildRustPackage rec {
|
|||
changelog = "https://github.com/rust-lang/mdBook/blob/v${version}/CHANGELOG.md";
|
||||
license = [ lib.licenses.mpl20 ];
|
||||
maintainers = with lib.maintainers; [
|
||||
havvy
|
||||
Frostman
|
||||
matthiasbeyer
|
||||
];
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ stdenvNoCC.mkDerivation {
|
|||
'';
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [
|
||||
leenaars
|
||||
minijackson
|
||||
];
|
||||
license = licenses.cc0;
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
|
|||
description = "MIME handling library";
|
||||
homepage = "https://www.codesink.org/mimetic_mime_library.html";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
homepage = "http://jamiewilson.io/norwester";
|
||||
description = "Condensed geometric sans serif by Jamie Wilson";
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
license = licenses.ofl;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Atomic primitives for high performance, concurrent software";
|
||||
homepage = "https://trac.mpich.org/projects/openpa";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ leenaars ];
|
||||
platforms = lib.platforms.unix;
|
||||
longDescription = ''
|
||||
OPA (or sometimes OpenPA or Open Portable Atomics) is an
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ stdenvNoCC.mkDerivation {
|
|||
license = licenses.ofl;
|
||||
platforms = platforms.all;
|
||||
maintainers = with lib.maintainers; [
|
||||
leenaars
|
||||
minijackson
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -80,7 +80,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
meta = {
|
||||
description = "Recharge the robot";
|
||||
mainProgram = "orthorobot";
|
||||
maintainers = with lib.maintainers; [ leenaars ];
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.wtfpl;
|
||||
downloadPage = "https://stabyourself.net/orthorobot/";
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "Edit metadata found in PDFs";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "pdftag";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ stdenvNoCC.mkDerivation {
|
|||
'';
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [
|
||||
leenaars
|
||||
minijackson
|
||||
];
|
||||
license = licenses.cc0;
|
||||
|
|
|
|||
|
|
@ -37,6 +37,5 @@ python3.pkgs.buildPythonApplication rec {
|
|||
mainProgram = "pew";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ berdario ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -111,7 +111,6 @@ buildPythonApplication rec {
|
|||
description = "Python Development Workflow for Humans";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ berdario ];
|
||||
mainProgram = "pipenv";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -91,7 +91,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
animation to different video formats such as mpeg or avi.
|
||||
'';
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = [ lib.maintainers.leenaars ];
|
||||
platforms = lib.platforms.gnu ++ lib.platforms.linux;
|
||||
mainProgram = "qstopmotion";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -77,6 +77,5 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://gitlab.com/arpa2/quick-der/";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -129,7 +129,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
platforms = lib.platforms.all;
|
||||
changelog = "https://github.com/redis/redis/releases/tag/${finalAttrs.version}";
|
||||
maintainers = with lib.maintainers; [
|
||||
berdario
|
||||
globin
|
||||
];
|
||||
mainProgram = "redis-cli";
|
||||
|
|
|
|||
|
|
@ -123,7 +123,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [
|
||||
adev
|
||||
magenbluten
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ stdenvNoCC.mkDerivation {
|
|||
description = "Weighted sans serif font";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [
|
||||
leenaars
|
||||
minijackson
|
||||
];
|
||||
license = licenses.ofl;
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ stdenvNoCC.mkDerivation {
|
|||
'';
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [
|
||||
leenaars
|
||||
minijackson
|
||||
];
|
||||
license = licenses.cc0;
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ stdenv.mkDerivation rec {
|
|||
of time as regular SHA-1.
|
||||
'';
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
license = licenses.mit;
|
||||
mainProgram = "sha1dcsum";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Fast-paced one button platformer";
|
||||
mainProgram = "sienna";
|
||||
homepage = "https://tangramgames.dk/games/sienna";
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.free;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -58,7 +58,6 @@ stdenv.mkDerivation rec {
|
|||
programme of The Commons Conservancy.
|
||||
";
|
||||
license = licenses.bsd2;
|
||||
maintainers = [ maintainers.leenaars ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ stdenv.mkDerivation rec {
|
|||
version = version;
|
||||
homepage = "https://shibatch.sourceforge.net/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -174,6 +174,5 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://suricata.io";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ magenbluten ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ stdenvNoCC.mkDerivation {
|
|||
description = "Serif font designed by Sora Sagano with old-style figures";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [
|
||||
leenaars
|
||||
minijackson
|
||||
];
|
||||
license = licenses.ofl;
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ python3Packages.buildPythonApplication rec {
|
|||
graphics.
|
||||
'';
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -84,7 +84,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||
'';
|
||||
homepage = "https://www.thonny.org/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ leenaars ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "thonny";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -115,7 +115,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||
}";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [
|
||||
leenaars
|
||||
antonmosich
|
||||
];
|
||||
mainProgram = "todo";
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ stdenv.mkDerivation {
|
|||
'';
|
||||
homepage = "https://bricxcc.sourceforge.net/";
|
||||
license = licenses.mpl11;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = with platforms; linux;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -445,7 +445,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
meta = with lib; {
|
||||
homepage = "https://www.rust-lang.org/";
|
||||
description = "Safe, concurrent, practical language";
|
||||
maintainers = with maintainers; [ havvy ];
|
||||
teams = [ teams.rust ];
|
||||
license = [
|
||||
licenses.mit
|
||||
|
|
|
|||
|
|
@ -24,6 +24,5 @@ buildPythonPackage rec {
|
|||
mainProgram = "asn1ate";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,6 +43,5 @@ buildPythonPackage rec {
|
|||
description = "Annotate Python AST trees with source text and token information";
|
||||
homepage = "https://github.com/gristlabs/asttokens";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,6 +29,5 @@ buildPythonPackage rec {
|
|||
'';
|
||||
homepage = "https://launchpad.net/authentication-results-python";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,6 +48,5 @@ buildPythonPackage rec {
|
|||
'';
|
||||
homepage = "https://launchpad.net/dkimpy";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,6 +32,5 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/DBuildService/dockerfile-parse";
|
||||
changelog = "https://github.com/containerbuildsystem/dockerfile-parse/releases/tag/${version}";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -65,6 +65,5 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/google/python-fire";
|
||||
changelog = "https://github.com/google/python-fire/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ buildPythonPackage {
|
|||
description = "Bluetooth Python extension module";
|
||||
homepage = "https://github.com/pybluez/pybluez";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
broken = stdenv.hostPlatform.isDarwin; # requires pyobjc-core, pyobjc-framework-Cocoa
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -85,7 +85,6 @@ buildPythonPackage rec {
|
|||
description = "Python library for Unbound, the validating, recursive, and caching DNS resolver";
|
||||
license = licenses.bsd3;
|
||||
homepage = "https://www.unbound.net";
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,6 +48,5 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/tonioo/sievelib";
|
||||
changelog = "https://github.com/tonioo/sievelib/releases/tag/${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ buildPythonPackage rec {
|
|||
'';
|
||||
homepage = "https://github.com/ymattw/ydiff";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
teams = [ teams.deshaw ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,6 +50,5 @@ buildPythonApplication rec {
|
|||
homepage = "https://gitlab.com/arpa2/quick-der";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Duck-themed action puzzle video game";
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.linux;
|
||||
hydraPlatforms = [ ];
|
||||
license = licenses.free;
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
platforms = platforms.all;
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ leenaars ];
|
||||
mainProgram = "spoofer-prober";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue