Skip to content

Commit 54caed8

Browse files
various: remove d3vil0p3r as maintainer (#482760)
2 parents 701f311 + 68fb787 commit 54caed8

56 files changed

Lines changed: 52 additions & 60 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pkgs/applications/editors/vscode/extensions/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ let
860860
downloadPage = "https://marketplace.visualstudio.com/items?itemName=carrie999.cyberpunk-2020";
861861
homepage = "https://github.com/Carrie999/cyberpunk";
862862
license = lib.licenses.mit;
863-
maintainers = [ lib.maintainers.d3vil0p3r ];
863+
maintainers = [ ];
864864
};
865865
};
866866

@@ -1320,7 +1320,7 @@ let
13201320
downloadPage = "https://marketplace.visualstudio.com/items?itemName=dhedgecock.radical-vscode";
13211321
homepage = "https://github.com/dhedgecock/radical-vscode";
13221322
license = lib.licenses.isc;
1323-
maintainers = [ lib.maintainers.d3vil0p3r ];
1323+
maintainers = [ ];
13241324
};
13251325
};
13261326

@@ -3631,7 +3631,7 @@ let
36313631
downloadPage = "https://marketplace.visualstudio.com/items?itemName=nur.just-black";
36323632
homepage = "https://github.com/nurmohammed840/extension.vsix/tree/Just-Black";
36333633
license = lib.licenses.mit;
3634-
maintainers = [ lib.maintainers.d3vil0p3r ];
3634+
maintainers = [ ];
36353635
};
36363636
};
36373637

@@ -4269,7 +4269,7 @@ let
42694269
downloadPage = "https://marketplace.visualstudio.com/items?itemName=silofy.hackthebox";
42704270
homepage = "https://github.com/silofy/hackthebox";
42714271
license = lib.licenses.mit;
4272-
maintainers = [ lib.maintainers.d3vil0p3r ];
4272+
maintainers = [ ];
42734273
};
42744274
};
42754275

@@ -4700,7 +4700,7 @@ let
47004700
downloadPage = "https://marketplace.visualstudio.com/items?itemName=thorerik.hacker-theme";
47014701
homepage = "https://github.com/thorerik/vscode-hacker-theme";
47024702
license = lib.licenses.mit;
4703-
maintainers = [ lib.maintainers.d3vil0p3r ];
4703+
maintainers = [ ];
47044704
};
47054705
};
47064706

pkgs/by-name/af/afterglow-cursors-recolored/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ lib.checkListOfEnum "${pname}: theme variants" availableThemeVariants themeVaria
136136
meta = {
137137
description = "Recoloring of the Afterglow Cursors x-cursor theme";
138138
homepage = "https://github.com/TeddyBearKilla/Afterglow-Cursors-Recolored";
139-
maintainers = with lib.maintainers; [ d3vil0p3r ];
139+
maintainers = [ ];
140140
platforms = lib.platforms.all;
141141
license = lib.licenses.gpl3Plus;
142142
};

pkgs/by-name/bu/bulk_extractor/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
6565
homepage = "https://github.com/simsong/bulk_extractor";
6666
downloadPage = "http://downloads.digitalcorpora.org/downloads/bulk_extractor/";
6767
changelog = "https://github.com/simsong/bulk_extractor/blob/${finalAttrs.src.rev}/ChangeLog";
68-
maintainers = with lib.maintainers; [ d3vil0p3r ];
68+
maintainers = [ ];
6969
platforms = with lib.platforms; unix ++ windows;
7070
license = with lib.licenses; [
7171
mit

pkgs/by-name/by/bytecode-viewer/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ maven.buildMavenPackage rec {
7373
mainProgram = "bytecode-viewer";
7474
maintainers = with lib.maintainers; [
7575
shard7
76-
d3vil0p3r
7776
];
7877
platforms = lib.platforms.unix;
7978
sourceProvenance = with lib.sourceTypes; [

pkgs/by-name/ca/caido/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ let
180180
license = lib.licenses.unfree;
181181
maintainers = with lib.maintainers; [
182182
octodi
183-
d3vil0p3r
184183
blackzeshi
185184
];
186185
platforms = [

pkgs/by-name/db/dbd/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
2626
description = "Netcat-clone, designed to be portable and offer strong encryption";
2727
mainProgram = "dbd";
2828
homepage = "https://github.com/gitdurandal/dbd";
29-
maintainers = with lib.maintainers; [ d3vil0p3r ];
29+
maintainers = [ ];
3030
platforms = lib.platforms.unix;
3131
license = lib.licenses.gpl2Plus;
3232
};

pkgs/by-name/dc/dc3dd/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
3636
description = "Patched version of dd that includes a number of features useful for computer forensics";
3737
mainProgram = "dc3dd";
3838
homepage = "https://sourceforge.net/projects/dc3dd/";
39-
maintainers = with lib.maintainers; [ d3vil0p3r ];
39+
maintainers = [ ];
4040
platforms = lib.platforms.linux;
4141
license = lib.licenses.gpl3Plus; # Refer to https://sourceforge.net/p/dc3dd/code/HEAD/tree/COPYING
4242
};

pkgs/by-name/dm/dmitry/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
2626
description = "Deepmagic Information Gathering Tool";
2727
mainProgram = "dmitry";
2828
homepage = "https://github.com/jaygreig86/dmitry";
29-
maintainers = with lib.maintainers; [ d3vil0p3r ];
29+
maintainers = [ ];
3030
platforms = lib.platforms.linux;
3131
license = lib.licenses.gpl2Plus;
3232
};

pkgs/by-name/dn/dns2tcp/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
3434
homepage = "https://github.com/alex-sector/dns2tcp";
3535
license = lib.licenses.gpl2Plus;
3636
mainProgram = "dns2tcpc";
37-
maintainers = with lib.maintainers; [ d3vil0p3r ];
37+
maintainers = [ ];
3838
platforms = lib.platforms.unix;
3939
};
4040
})

pkgs/by-name/ex/exe2hex/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ python3Packages.buildPythonApplication {
3535
homepage = "https://github.com/g0tmi1k/exe2hex";
3636
mainProgram = "exe2hex";
3737
license = lib.licenses.mit;
38-
maintainers = with lib.maintainers; [ d3vil0p3r ];
38+
maintainers = [ ];
3939
};
4040
}

0 commit comments

Comments
 (0)