mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Remove maintainer from packages: d3vil0p3r
Removed maintainer from the package metadata.
This commit is contained in:
parent
eca7037128
commit
68fb787ba2
56 changed files with 52 additions and 60 deletions
|
|
@ -860,7 +860,7 @@ let
|
|||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=carrie999.cyberpunk-2020";
|
||||
homepage = "https://github.com/Carrie999/cyberpunk";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -1320,7 +1320,7 @@ let
|
|||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=dhedgecock.radical-vscode";
|
||||
homepage = "https://github.com/dhedgecock/radical-vscode";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = [ lib.maintainers.d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -3631,7 +3631,7 @@ let
|
|||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=nur.just-black";
|
||||
homepage = "https://github.com/nurmohammed840/extension.vsix/tree/Just-Black";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -4269,7 +4269,7 @@ let
|
|||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=silofy.hackthebox";
|
||||
homepage = "https://github.com/silofy/hackthebox";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -4700,7 +4700,7 @@ let
|
|||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=thorerik.hacker-theme";
|
||||
homepage = "https://github.com/thorerik/vscode-hacker-theme";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ lib.checkListOfEnum "${pname}: theme variants" availableThemeVariants themeVaria
|
|||
meta = {
|
||||
description = "Recoloring of the Afterglow Cursors x-cursor theme";
|
||||
homepage = "https://github.com/TeddyBearKilla/Afterglow-Cursors-Recolored";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://github.com/simsong/bulk_extractor";
|
||||
downloadPage = "http://downloads.digitalcorpora.org/downloads/bulk_extractor/";
|
||||
changelog = "https://github.com/simsong/bulk_extractor/blob/${finalAttrs.src.rev}/ChangeLog";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = with lib.platforms; unix ++ windows;
|
||||
license = with lib.licenses; [
|
||||
mit
|
||||
|
|
|
|||
|
|
@ -73,7 +73,6 @@ maven.buildMavenPackage rec {
|
|||
mainProgram = "bytecode-viewer";
|
||||
maintainers = with lib.maintainers; [
|
||||
shard7
|
||||
d3vil0p3r
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
sourceProvenance = with lib.sourceTypes; [
|
||||
|
|
|
|||
|
|
@ -180,7 +180,6 @@ let
|
|||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [
|
||||
octodi
|
||||
d3vil0p3r
|
||||
blackzeshi
|
||||
];
|
||||
platforms = [
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
|||
description = "Netcat-clone, designed to be portable and offer strong encryption";
|
||||
mainProgram = "dbd";
|
||||
homepage = "https://github.com/gitdurandal/dbd";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Patched version of dd that includes a number of features useful for computer forensics";
|
||||
mainProgram = "dc3dd";
|
||||
homepage = "https://sourceforge.net/projects/dc3dd/";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.gpl3Plus; # Refer to https://sourceforge.net/p/dc3dd/code/HEAD/tree/COPYING
|
||||
};
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
|||
description = "Deepmagic Information Gathering Tool";
|
||||
mainProgram = "dmitry";
|
||||
homepage = "https://github.com/jaygreig86/dmitry";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://github.com/alex-sector/dns2tcp";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
mainProgram = "dns2tcpc";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -35,6 +35,6 @@ python3Packages.buildPythonApplication {
|
|||
homepage = "https://github.com/g0tmi1k/exe2hex";
|
||||
mainProgram = "exe2hex";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Tool to investigate an ext3 file system for deleted content and possibly recover it";
|
||||
mainProgram = "ext3grep";
|
||||
homepage = "https://code.google.com/archive/p/ext3grep/";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ lib.checkListOfEnum "${pname}: colorVariants" colorVariantList colorVariants
|
|||
meta = {
|
||||
description = "FairyWren Icon Set";
|
||||
homepage = "https://gitlab.com/aiyahm/FairyWren-Icons";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
license = with lib.licenses; [ gpl3Plus ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ lib.checkListOfEnum "${pname}: theme variants" [ "Fuchsia" "Fuchsia-Pop" "Fuchsi
|
|||
meta = {
|
||||
description = "First OpenSource port of FuchsiaOS's cursors for Linux and Windows";
|
||||
homepage = "https://github.com/ful1e5/fuchsia-cursor";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation {
|
|||
description = "Comprehensive collection of attack patterns and predictable resource names used for security testing and fuzzing application";
|
||||
homepage = "https://github.com/fuzzdb-project/fuzzdb";
|
||||
license = with lib.licenses; [ bsd3 ];
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Examine the contents of the IE's cookie files for forensic purposes";
|
||||
mainProgram = "galleta";
|
||||
homepage = "https://sourceforge.net/projects/odessa/files/Galleta";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.bsd3;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -115,7 +115,6 @@ lib.checkListOfEnum "${pname}: colorVariants" colorVariantList colorVariants lib
|
|||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
luftmensch-luftmensch
|
||||
d3vil0p3r
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Forensic imager for media acquisition";
|
||||
mainProgram = "guymager";
|
||||
homepage = "https://guymager.sourceforge.io";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
license = lib.licenses.gpl2Only;
|
||||
|
|
|
|||
|
|
@ -25,6 +25,6 @@ python3Packages.buildPythonApplication {
|
|||
homepage = "https://github.com/psypanda/hashID";
|
||||
mainProgram = "hashid";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,7 +56,6 @@ rustPlatform.buildRustPackage {
|
|||
homepage = "https://github.com/Yamato-Security/hayabusa";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
d3vil0p3r
|
||||
jk
|
||||
];
|
||||
mainProgram = "hayabusa";
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
|||
description = "Script that listens on TCP port 443 and responds with completely bogus SSL heartbeat responses";
|
||||
mainProgram = "hb-honeypot";
|
||||
homepage = "https://github.com/D3vil0p3r/hb-honeypot";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ rustPlatform.buildRustPackage {
|
|||
description = "Play Hack The Box directly on your system";
|
||||
mainProgram = "htb-toolkit";
|
||||
homepage = "https://github.com/D3vil0p3r/htb-toolkit";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation {
|
|||
meta = {
|
||||
description = "Collection of injectable files, designed to be used in a pentest when SQL injection flaws are found and are in multiple languages for different environments";
|
||||
homepage = "https://github.com/junk13/laudanum";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ stdenvNoCC.mkDerivation {
|
|||
description = "Detect if a domain uses DNS and/or HTTP Load-Balancing";
|
||||
mainProgram = "lbd";
|
||||
homepage = "https://github.com/D3vil0p3r/lbd";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
gpl3Plus
|
||||
lgpl3Plus
|
||||
];
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = with lib.platforms; unix ++ windows;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Legacy library for support of the Expert Witness Compression Format";
|
||||
homepage = "https://sourceforge.net/projects/libewf/";
|
||||
license = lib.licenses.lgpl3;
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Small programming toolbox";
|
||||
mainProgram = "libguytools";
|
||||
homepage = "https://libguytools.sourceforge.io";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Digital investigation tool that collects data from allocated files in a mounted file system";
|
||||
mainProgram = "mac-robber";
|
||||
homepage = "https://www.sleuthkit.org/mac-robber/";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.gpl2Only;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ stdenv.mkDerivation {
|
|||
description = "Find and recover deleted files on block devices";
|
||||
mainProgram = "magicrescue";
|
||||
homepage = "https://github.com/jbj/magicrescue";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -82,7 +82,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
mainProgram = "maltego";
|
||||
maintainers = with lib.maintainers; [
|
||||
emilytrau
|
||||
d3vil0p3r
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ lib.checkListOfEnum "${pname}: color variants" colorVariantList colorVariants
|
|||
meta = {
|
||||
description = "Material Black Colors icons";
|
||||
homepage = "https://github.com/rtlewis88/rtl88-Themes/tree/material-black-COLORS";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
license = with lib.licenses; [
|
||||
gpl3Plus
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ lib.checkListOfEnum "${pname}: colorVariants" colorVariantList colorVariants lib
|
|||
description = "GTK theme based on the Matrix colour palette";
|
||||
homepage = "https://github.com/D3vil0p3r/Matrix-GTK-Theme";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
homepage = "https://github.com/gentilkiwi/mimikatz";
|
||||
description = "Little tool to play with Windows security";
|
||||
license = with lib.licenses; [ cc-by-40 ];
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
'';
|
||||
mainProgram = "missidentify";
|
||||
homepage = "https://missidentify.sourceforge.net";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.gpl2Only;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Hard disk recovery tool that reads undamaged regions first";
|
||||
mainProgram = "myrescue";
|
||||
homepage = "https://myrescue.sourceforge.net";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
|||
description = "Scan networks searching for NetBIOS information";
|
||||
mainProgram = "nbtscan";
|
||||
homepage = "https://github.com/resurrecting-open-source-projects/nbtscan";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -120,6 +120,6 @@ lib.checkListOfEnum "${pname}: colorVariants" colorVariantList colorVariants lib
|
|||
homepage = "https://github.com/Fausto-Korpsvart/Nightfox-GTK-Theme";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Examine the contents of Internet Explorer's cache files for forensic purposes";
|
||||
mainProgram = "pasco";
|
||||
homepage = "https://sourceforge.net/projects/fast/files/Pasco/";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = with lib.licenses; [ bsd3 ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ python3Packages.buildPythonApplication rec {
|
|||
homepage = "https://blog.didierstevens.com/programs/pdf-tools/";
|
||||
license = with lib.licenses; [ free ];
|
||||
mainProgram = "pdfid";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
description = "Command-line tools to process PFF files";
|
||||
homepage = "https://github.com/avranju/pff-tools";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "pff-cli";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://www.cs.uit.no/~daniels/PingTunnel";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "ptunnel";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
mainProgram = "recoverdm";
|
||||
homepage = "https://salsa.debian.org/pkg-security-team/recoverdm";
|
||||
changelog = "https://salsa.debian.org/pkg-security-team/recoverdm/-/blob/debian/master/debian/changelog";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.gpl1Only;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ stdenv.mkDerivation {
|
|||
description = "Open source forensic software used as a Windows Registry data extraction command line";
|
||||
mainProgram = "regripper";
|
||||
homepage = "https://github.com/keydet89/RegRipper3.0";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Analyze Windows Recycle Bin INFO2 file";
|
||||
mainProgram = "rifiuti";
|
||||
homepage = "https://sourceforge.net/projects/odessa/files/Rifiuti";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.bsd3;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
homepage = "https://github.com/digininja/RSMangler";
|
||||
license = lib.licenses.cc-by-sa-20;
|
||||
mainProgram = "rsmangler";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = ruby.meta.platforms;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
mainProgram = "samdump2";
|
||||
homepage = "https://sourceforge.net/projects/ophcrack/files/samdump2";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Data recovery program for NTFS file systems";
|
||||
mainProgram = "scrounge-ntfs";
|
||||
homepage = "http://thewalter.net/stef/software/scrounge/";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.bsd3;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -32,6 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
mainProgram = "spooftooph";
|
||||
license = lib.licenses.gpl2Only;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation {
|
|||
meta = {
|
||||
description = "Folders icons for Sweet GTK theme";
|
||||
homepage = "https://github.com/EliverLara/Sweet-folders";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -104,7 +104,6 @@ lib.checkListOfEnum "${pname}: color variants" colorVariantList colorVariants
|
|||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
fuzen
|
||||
d3vil0p3r
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -120,7 +120,6 @@ lib.checkListOfEnum "${pname}: colorVariants" colorVariantList colorVariants lib
|
|||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
garaiza-93
|
||||
d3vil0p3r
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
meta = {
|
||||
description = "Extract e-mail messages from Outlook Express DBX files";
|
||||
homepage = "https://github.com/ZungBang/undbx";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "undbx";
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ resholve.mkDerivation rec {
|
|||
description = "Find misconfigurations that could allow local unprivilged users to escalate privileges to other users or to access local apps";
|
||||
mainProgram = "unix-privesc-check";
|
||||
homepage = "https://pentestmonkey.net/tools/audit/unix-privesc-check";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ python3Packages.buildPythonApplication rec {
|
|||
homepage = "https://github.com/t3l3machus/Villain";
|
||||
license = lib.licenses.cc-by-nc-nd-40;
|
||||
mainProgram = "villain";
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,6 +51,6 @@ python3Packages.buildPythonApplication rec {
|
|||
mainProgram = "weevely";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -82,7 +82,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||
maintainers = with lib.maintainers; [
|
||||
lassulus
|
||||
danielfullmer
|
||||
d3vil0p3r
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,6 +42,6 @@ buildPythonPackage rec {
|
|||
description = "Python package for cloning complete webpages and websites to local storage";
|
||||
homepage = "https://github.com/rajatomar788/pywebcopy/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ d3vil0p3r ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue