pkgs/*: drop maintenanceship of various packages
I have effectively renounced on maintaining all these packages and I do not plan to return them except if I'm forced to. I am also fine with most of these packages being dropped for next releases if no maintainer shows up. Change-Id: I8d167c8029b6991181bd7a094af21c3313af2b51 Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ lib.maintainers.raitobezarius ];
|
||||
meta.maintainers = [ ];
|
||||
options.services.hebbot = {
|
||||
enable = mkEnableOption "hebbot";
|
||||
package = lib.mkPackageOption pkgs "hebbot" { };
|
||||
|
||||
@@ -28,7 +28,7 @@ in
|
||||
)
|
||||
];
|
||||
|
||||
meta.maintainers = [ lib.maintainers.raitobezarius ];
|
||||
meta.maintainers = [ ];
|
||||
options.services.journald.gateway = {
|
||||
enable = lib.mkEnableOption "the HTTP gateway to the journal";
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ lib.maintainers.raitobezarius ];
|
||||
meta.maintainers = [ ];
|
||||
options.services.journald.remote = {
|
||||
enable = lib.mkEnableOption "receiving systemd journals from the network";
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ let
|
||||
format = pkgs.formats.systemd { };
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ lib.maintainers.raitobezarius ];
|
||||
meta.maintainers = [ ];
|
||||
options.services.journald.upload = {
|
||||
enable = lib.mkEnableOption "uploading the systemd journal to a remote server";
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import ./make-test-python.nix (
|
||||
{ lib, ... }:
|
||||
{
|
||||
name = "listmonk";
|
||||
meta.maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
nodes.machine =
|
||||
{ pkgs, ... }:
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
cransom
|
||||
raitobezarius
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
minijackson
|
||||
raitobezarius
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
minijackson
|
||||
raitobezarius
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@ in
|
||||
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
minijackson
|
||||
raitobezarius
|
||||
];
|
||||
|
||||
node.pkgsReadOnly = false;
|
||||
|
||||
@@ -270,7 +270,6 @@ edk2.mkDerivation projectDscPath (finalAttrs: {
|
||||
platforms = metaPlatforms;
|
||||
maintainers = with lib.maintainers; [
|
||||
adamcstephens
|
||||
raitobezarius
|
||||
mjoerg
|
||||
sigmasquadron
|
||||
];
|
||||
|
||||
@@ -45,6 +45,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Turing-complete language for creating provable programs for general computation";
|
||||
homepage = "https://github.com/starkware-libs/cairo";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -24,6 +24,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/iden3/circom";
|
||||
changelog = "https://github.com/iden3/circom/blob/${finalAttrs.src.rev}/RELEASES.md";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -41,7 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
panicgh
|
||||
raitobezarius
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -115,7 +115,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "cryptsetup";
|
||||
maintainers = with lib.maintainers; [
|
||||
numinit
|
||||
raitobezarius
|
||||
];
|
||||
platforms = with lib.platforms; linux;
|
||||
identifiers.cpeParts = lib.meta.cpeFullVersionWithVendor "cryptsetup_project" finalAttrs.version;
|
||||
|
||||
@@ -359,7 +359,6 @@ python.pkgs.buildPythonApplication rec {
|
||||
maintainers = with lib.maintainers; [
|
||||
danielfullmer
|
||||
mdaniels5757
|
||||
raitobezarius
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "diffoscope";
|
||||
|
||||
@@ -51,6 +51,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
description = "Tool for integrating Git with Patchwork, the web-based patch tracking system";
|
||||
homepage = "https://github.com/getpatchwork/git-pw";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -51,7 +51,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.lgpl3;
|
||||
maintainers = with lib.maintainers; [
|
||||
panicgh
|
||||
raitobezarius
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -78,7 +78,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/knadh/listmonk";
|
||||
changelog = "https://github.com/knadh/listmonk/releases/tag/v${finalAttrs.version}";
|
||||
maintainers = with lib.maintainers; [
|
||||
raitobezarius
|
||||
hougo
|
||||
];
|
||||
license = lib.licenses.agpl3Only;
|
||||
|
||||
@@ -128,7 +128,6 @@ py.pkgs.buildPythonApplication rec {
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
minijackson
|
||||
raitobezarius
|
||||
transcaffeine
|
||||
];
|
||||
};
|
||||
|
||||
@@ -141,7 +141,6 @@ py.pkgs.buildPythonApplication rec {
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
minijackson
|
||||
raitobezarius
|
||||
transcaffeine
|
||||
];
|
||||
};
|
||||
|
||||
@@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Signing tools for PE-COFF binaries. Compliant with the PE and Authenticode specifications";
|
||||
homepage = "https://github.com/rhboot/pesign";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
# efivar is currently Linux-only.
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -100,6 +100,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
homepage = "https://github.com/RIPE-NCC/ripe-atlas-tools";
|
||||
changelog = "https://github.com/RIPE-NCC/ripe-atlas-tools/blob/v${finalAttrs.version}/CHANGES.rst";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -68,7 +68,6 @@ buildGoModule (finalAttrs: {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
Pokeylooted
|
||||
raitobezarius
|
||||
Scrumplex
|
||||
];
|
||||
# go-uefi does not support darwin at the moment:
|
||||
|
||||
@@ -73,7 +73,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
baloo
|
||||
raitobezarius
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -54,6 +54,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://sq.io/";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -27,7 +27,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "Compress and embed static files and assets into Go binaries and access them with a virtual file system in production";
|
||||
homepage = "https://github.com/knadh/stuffbin";
|
||||
changelog = "https://github.com/knadh/stuffbin/releases/tag/v${finalAttrs.version}";
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -88,7 +88,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/thelounge/thelounge/releases/tag/v${finalAttrs.version}";
|
||||
maintainers = with lib.maintainers; [
|
||||
winter
|
||||
raitobezarius
|
||||
];
|
||||
license = lib.licenses.mit;
|
||||
inherit (nodejs-slim.meta) platforms;
|
||||
|
||||
@@ -209,7 +209,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [
|
||||
qknight
|
||||
raitobezarius
|
||||
willcohen
|
||||
];
|
||||
license = lib.licenses.ncsa;
|
||||
|
||||
@@ -33,6 +33,6 @@ buildPythonPackage rec {
|
||||
mainProgram = "amarna";
|
||||
homepage = "https://github.com/crytic/amarna";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -47,6 +47,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/bergercookie/bubop";
|
||||
changelog = "https://github.com/bergercookie/bubop/blob/${src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,6 +42,6 @@ buildPythonPackage {
|
||||
description = "Online Change-Point Detection library based on ChangeFinder algorithm";
|
||||
homepage = "https://github.com/shunsukeaihara/changefinder";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,6 +42,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/PaulGilmartin/django-pgpubsub";
|
||||
changelog = "https://github.com/PaulGilmartin/django-pgpubsub/blob/${src.rev}/CHANGELOG.md";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -34,7 +34,6 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/Opus10/django-pgtrigger/blob/${src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
raitobezarius
|
||||
pyrox0
|
||||
];
|
||||
};
|
||||
|
||||
@@ -38,6 +38,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/bergercookie/item_synchronizer";
|
||||
changelog = "https://github.com/bergercookie/item_synchronizer/blob/${src.rev}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,6 +38,6 @@ buildPythonPackage rec {
|
||||
description = "Library to pull data from the netdata REST API into a pandas dataframe";
|
||||
homepage = "https://github.com/netdata/netdata-pandas";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -58,6 +58,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://recordlinkage.readthedocs.io/";
|
||||
changelog = "https://github.com/J535D165/recordlinkage/releases/tag/v${version}";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -46,6 +46,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/RIPE-NCC/ripe-atlas-cousteau";
|
||||
changelog = "https://github.com/RIPE-NCC/ripe-atlas-cousteau/blob/v${version}/CHANGES.rst";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -46,6 +46,6 @@ buildPythonPackage rec {
|
||||
description = "Parsing library for RIPE Atlas measurements results";
|
||||
homepage = "https://github.com/RIPE-NCC/ripe-atlas-sagan";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -85,6 +85,6 @@ buildPythonPackage (finalAttrs: {
|
||||
homepage = "https://github.com/Qiskit/rustworkx";
|
||||
changelog = "https://github.com/Qiskit/rustworkx/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -34,6 +34,6 @@ buildPythonPackage rec {
|
||||
description = "Socket.io client library for protocol 1.x";
|
||||
homepage = "https://github.com/invisibleroads/socketIO-client";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -51,6 +51,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/bergercookie/taskw-ng";
|
||||
changelog = "https://github.com/bergercookie/taskw-ng/blob/${src.tag}/CHANGELOG.rst";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -317,7 +317,6 @@ stdenv.mkDerivation {
|
||||
das_j
|
||||
fpletz
|
||||
helsinki-Jo
|
||||
raitobezarius
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user