maintainers: remove oxzi

This commit is contained in:
Alvar Penning
2026-03-23 21:16:43 +01:00
parent 63dc0f5099
commit 6d7364a370
41 changed files with 34 additions and 49 deletions

View File

@@ -20475,13 +20475,6 @@
name = "Jan Malakhovski";
keys = [ { fingerprint = "514B B966 B46E 3565 0508 86E8 0E6C A66E 5C55 7AA8"; } ];
};
oxzi = {
email = "post@0x21.biz";
github = "oxzi";
githubId = 8402811;
name = "Alvar Penning";
keys = [ { fingerprint = "EB14 4E67 E57D 27E2 B5A4 CD8C F32A 4563 7FA2 5E31"; } ];
};
oynqr = {
email = "pd-nixpkgs@3b.pm";
github = "oynqr";

View File

@@ -104,5 +104,5 @@ in
};
};
meta.maintainers = [ lib.maintainers.oxzi ];
meta.maintainers = [ ];
}

View File

@@ -180,5 +180,5 @@ in
};
};
meta.maintainers = with lib.maintainers; [ oxzi ];
meta.maintainers = [ ];
}

View File

@@ -41,7 +41,7 @@ let
in
{
name = "ucarp";
meta.maintainers = with lib.maintainers; [ oxzi ];
meta.maintainers = [ ];
nodes = {
hostA = mkUcarpHost addrHostA;

View File

@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://firehol.org/";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
platforms = lib.platforms.linux;
};
}

View File

@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
mainProgram = "iprange";
homepage = "https://github.com/firehol/iprange";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
}

View File

@@ -40,6 +40,6 @@ stdenv.mkDerivation {
meta = {
description = "Multi-line edit box";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
}

View File

@@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://github.com/mmb/weechat-otr";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
description = "WeeChat script for Off-the-Record messaging";
knownVulnerabilities = [
"There is no upstream release since 2018-03."

View File

@@ -57,6 +57,6 @@ stdenv.mkDerivation (finalAttrs: {
binaryBytecode # source bundles dependency jars
];
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
})

View File

@@ -34,6 +34,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
description = "Bluetooth Low Energy Swiss-army knife";
mainProgram = "btlejack";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
})

View File

@@ -37,7 +37,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
description = "Command-line program to draw animated colored circles in the terminal";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
oxzi
sigmanificient
];
};

View File

@@ -351,7 +351,6 @@ stdenv.mkDerivation (finalAttrs: {
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
fpletz
oxzi
ajs124
];
};

View File

@@ -35,6 +35,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/oxzi/et";
license = lib.licenses.gpl3;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
})

View File

@@ -21,7 +21,7 @@ buildGoModule (finalAttrs: {
description = "Fresh implementation of Shadowsocks in Go";
homepage = "https://github.com/shadowsocks/go-shadowsocks2/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
mainProgram = "go-shadowsocks2";
};
})

View File

@@ -76,6 +76,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
'';
homepage = "https://gtimelog.org/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
})

View File

@@ -58,6 +58,6 @@ stdenv.mkDerivation {
mainProgram = "hash_extender";
homepage = "https://github.com/iagox86/hash_extender";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
}

View File

@@ -35,7 +35,7 @@ buildGoModule (finalAttrs: {
'';
homepage = "https://github.com/tryffel/jellycli";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
mainProgram = "jellycli";
};
})

View File

@@ -33,6 +33,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Bluetooth baseband decoding library";
homepage = "https://github.com/greatscottgadgets/libbtbb";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
})

View File

@@ -110,7 +110,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Mail Framework for the C Language";
homepage = "https://www.etpan.org/libetpan.html";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
})

View File

@@ -44,7 +44,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
tilpner
oxzi
];
knownVulnerabilities = [
''

View File

@@ -147,7 +147,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl3Only;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
oxzi
keenanweaver
kylerisse
];

View File

@@ -28,6 +28,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
'';
homepage = "https://github.com/anordal/shellharden";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
})

View File

@@ -55,7 +55,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Status monitor for window managers that use WM_NAME like dwm";
license = lib.licenses.isc;
maintainers = with lib.maintainers; [
oxzi
qusic
];
platforms = lib.platforms.linux;

View File

@@ -27,6 +27,6 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "smu";
homepage = "https://github.com/Gottox/smu";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
})

View File

@@ -54,9 +54,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Various data formats for the SPDX License List";
homepage = "https://github.com/spdx/license-list-data";
license = lib.licenses.cc0;
maintainers = with lib.maintainers; [
oxzi
];
maintainers = [ ];
platforms = lib.platforms.all;
};
})

View File

@@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
description = "Test ssh login key acceptance without having the private key";
homepage = "https://github.com/benjojo/ssh-key-confirmer";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
mainProgram = "ssh-key-confirmer";
};
})

View File

@@ -22,6 +22,6 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "cbordump";
homepage = "https://github.com/intel/tinycbor";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
})

View File

@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Open source wireless development platform suitable for Bluetooth experimentation";
homepage = "https://github.com/greatscottgadgets/ubertooth";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
platforms = lib.platforms.linux;
};
})

View File

@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
bsd2
gpl2Plus
];
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
mainProgram = "ucarp";
};
})

View File

@@ -55,7 +55,7 @@ stdenv.mkDerivation {
homepage = "https://www.umlet.com";
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
platforms = lib.platforms.all;
mainProgram = "umlet";
};

View File

@@ -61,7 +61,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
maintainers = with lib.maintainers; [
mguentner
nathyong
oxzi
];
};
})

View File

@@ -27,7 +27,7 @@ buildPythonPackage rec {
homepage = "https://github.com/pavlov99/ajsonrpc";
changelog = "https://github.com/pavlov99/ajsonrpc/releases/tag/${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
mainProgram = "async-json-rpc-server";
};
}

View File

@@ -77,6 +77,6 @@ buildPythonPackage rec {
changelog = "https://github.com/hbldh/bleak/blob/${src.tag}/CHANGELOG.rst";
license = lib.licenses.mit;
platforms = lib.platforms.linux ++ lib.platforms.darwin;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
}

View File

@@ -22,6 +22,6 @@ buildPythonPackage rec {
homepage = "https://github.com/brianolson/cbor_py";
description = "Concise Binary Object Representation (CBOR) library";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
}

View File

@@ -31,6 +31,6 @@ buildPythonPackage rec {
homepage = "https://github.com/miguelgrinberg/Flask-HTTPAuth";
changelog = "https://github.com/miguelgrinberg/Flask-HTTPAuth/blob/v${version}/CHANGES.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
}

View File

@@ -21,6 +21,6 @@ buildPythonPackage rec {
homepage = "https://github.com/reingart/pyfpdf";
description = "Simple PDF generation for Python";
license = lib.licenses.lgpl3;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
}

View File

@@ -38,7 +38,7 @@ buildPythonPackage (finalAttrs: {
changelog = "https://github.com/jazzband/geojson/blob/${finalAttrs.src.tag}/CHANGELOG.rst";
description = "Python bindings and utilities for GeoJSON";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
teams = [ lib.teams.geospatial ];
};
})

View File

@@ -28,6 +28,6 @@ buildPythonPackage rec {
description = "JSON-RPC 1/2 transport implementation";
homepage = "https://github.com/pavlov99/json-rpc";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
}

View File

@@ -37,6 +37,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Knio/pynmea2";
changelog = "https://github.com/Knio/pynmea2/releases/tag/${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
}

View File

@@ -52,6 +52,6 @@ buildPythonPackage {
homepage = "https://github.com/bitcraft/PyTMX";
description = "Python library to read Tiled Map Editor's TMX maps";
license = lib.licenses.lgpl3Plus;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
}

View File

@@ -27,6 +27,6 @@ buildPythonPackage rec {
homepage = "https://github.com/cocagne/txdbus";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ oxzi ];
maintainers = [ ];
};
}