mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
maintainers: drop c0bw3b (#491880)
This commit is contained in:
commit
677fadb83d
25 changed files with 14 additions and 30 deletions
|
|
@ -4127,12 +4127,6 @@
|
|||
githubId = 486199;
|
||||
name = "Colin";
|
||||
};
|
||||
c0bw3b = {
|
||||
email = "c0bw3b@gmail.com";
|
||||
github = "c0bw3b";
|
||||
githubId = 24417923;
|
||||
name = "Renaud";
|
||||
};
|
||||
c0deaddict = {
|
||||
email = "josvanbakel@protonmail.com";
|
||||
github = "c0deaddict";
|
||||
|
|
|
|||
|
|
@ -76,6 +76,6 @@ stdenv.mkDerivation {
|
|||
'';
|
||||
license = lib.licenses.gpl2Plus;
|
||||
mainProgram = "apt-dater";
|
||||
maintainers = with lib.maintainers; [ c0bw3b ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://linphone.org/technical-corner/bcg729";
|
||||
changelog = "https://gitlab.linphone.org/BC/public/bcg729/raw/${finalAttrs.version}/NEWS";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ c0bw3b ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
|||
homepage = "https://github.com/Nefcore/CRLFsuite";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
c0bw3b
|
||||
fab
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -96,7 +96,6 @@ stdenv.mkDerivation rec {
|
|||
license = lib.licenses.lgpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
peterhoeg
|
||||
c0bw3b
|
||||
sigmasquadron
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
|||
|
|
@ -67,6 +67,6 @@ stdenv.mkDerivation rec {
|
|||
publicDomain
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ c0bw3b ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://github.com/fwaeytens/dnsenum";
|
||||
description = "Tool to enumerate DNS information";
|
||||
mainProgram = "dnsenum";
|
||||
maintainers = with lib.maintainers; [ c0bw3b ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
|||
changelog = "https://github.com/darkoperator/dnsrecon/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
c0bw3b
|
||||
fab
|
||||
];
|
||||
mainProgram = "dnsrecon";
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://waterlan.home.xs4all.nl/dos2unix.html";
|
||||
changelog = "https://sourceforge.net/p/dos2unix/dos2unix/ci/dos2unix-${finalAttrs.version}/tree/dos2unix/NEWS.txt?format=raw";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ c0bw3b ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -43,6 +43,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://github.com/nhorman/dropwatch";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ c0bw3b ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
|||
homepage = "https://github.com/mschwager/fierce";
|
||||
changelog = "https://github.com/mschwager/fierce/blob/${finalAttrs.version}/CHANGELOG.md";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ c0bw3b ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "fierce";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
maintainers = with lib.maintainers; [
|
||||
johnazoidberg
|
||||
c0bw3b
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://rockdaboot.github.io/libpsl/";
|
||||
changelog = "https://raw.githubusercontent.com/rockdaboot/libpsl/libpsl-${finalAttrs.version}/NEWS";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.c0bw3b ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "psl";
|
||||
platforms = lib.platforms.unix ++ lib.platforms.windows;
|
||||
pkgConfigModules = [ "libpsl" ];
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Helper application and MIME type associations for file types";
|
||||
homepage = "https://pagure.io/mailcap";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ c0bw3b ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ stdenv.mkDerivation rec {
|
|||
changelog = "https://github.com/nghttp2/nghttp2/releases/tag/v${version}";
|
||||
# News articles with changes summary can be found here: https://nghttp2.org/blog/archives/
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ c0bw3b ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
mainProgram = "procdump";
|
||||
homepage = "https://github.com/Microsoft/ProcDump-for-Linux";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ c0bw3b ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Show the set of running processes as a tree";
|
||||
homepage = "http://www.thp.uni-duisburg.de/pstree/";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = [ lib.maintainers.c0bw3b ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
priority = 5; # Lower than psmisc also providing pstree on Linux platforms
|
||||
mainProgram = "pstree";
|
||||
|
|
|
|||
|
|
@ -33,6 +33,6 @@ stdenvNoCC.mkDerivation {
|
|||
description = "Cross-vendor public domain suffix database";
|
||||
platforms = lib.platforms.all;
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = [ lib.maintainers.c0bw3b ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -111,7 +111,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
'';
|
||||
homepage = "https://pwsafe.org/";
|
||||
maintainers = with lib.maintainers; [
|
||||
c0bw3b
|
||||
pjones
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
|||
|
|
@ -110,7 +110,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
johnazoidberg
|
||||
c0bw3b
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -56,7 +56,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.cc0;
|
||||
maintainers = with lib.maintainers; [
|
||||
oxzi
|
||||
c0bw3b
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -95,7 +95,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
changelog = "https://github.com/ColinIanKing/stress-ng/raw/V${finalAttrs.version}/debian/changelog";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
c0bw3b
|
||||
dbeley
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
|||
|
|
@ -75,7 +75,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
|||
changelog = "https://github.com/laramies/theHarvester/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
c0bw3b
|
||||
fab
|
||||
treemo
|
||||
];
|
||||
|
|
|
|||
|
|
@ -64,7 +64,6 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with lib.maintainers; [
|
||||
arturcygan
|
||||
bosu
|
||||
c0bw3b
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "nsjail";
|
||||
|
|
|
|||
|
|
@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://glogg.bonnefon.org/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ c0bw3b ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue