treewide: scale back maintainership for various packages
This commit is contained in:
parent
1144b60f2c
commit
4611371303
35 changed files with 35 additions and 35 deletions
|
@ -29,7 +29,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
|
||||||
name = "frr";
|
name = "frr";
|
||||||
|
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ hexa ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
|
|
|
@ -24,6 +24,6 @@ pythonPackages.buildPythonApplication rec {
|
||||||
description = "Mopidy web client with Snapcast support";
|
description = "Mopidy web client with Snapcast support";
|
||||||
homepage = "https://github.com/cristianpb/muse";
|
homepage = "https://github.com/cristianpb/muse";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,6 +20,6 @@ python3Packages.buildPythonApplication rec {
|
||||||
description = "Mopidy extension for playing music from tunein";
|
description = "Mopidy extension for playing music from tunein";
|
||||||
homepage = "https://github.com/kingosticks/mopidy-tunein";
|
homepage = "https://github.com/kingosticks/mopidy-tunein";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,6 +35,6 @@ buildPythonPackage rec {
|
||||||
description = "a library for audio and music analysis";
|
description = "a library for audio and music analysis";
|
||||||
homepage = "https://aubio.org";
|
homepage = "https://aubio.org";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,6 +63,6 @@ buildPythonPackage rec {
|
||||||
description = "CSV on the Web";
|
description = "CSV on the Web";
|
||||||
homepage = "https://github.com/cldf/csvw";
|
homepage = "https://github.com/cldf/csvw";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,6 +38,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/facebookresearch/encodec";
|
homepage = "https://github.com/facebookresearch/encodec";
|
||||||
changelog = "https://github.com/facebookresearch/encodec/blob/${src.rev}/CHANGELOG.md";
|
changelog = "https://github.com/facebookresearch/encodec/blob/${src.rev}/CHANGELOG.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = teams.tts.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,6 +40,6 @@ buildPythonPackage rec {
|
||||||
description = "HTTP request/response parser for python in C";
|
description = "HTTP request/response parser for python in C";
|
||||||
homepage = "https://github.com/benoitc/http-parser";
|
homepage = "https://github.com/benoitc/http-parser";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,6 +44,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/dlanger/inlinestyler";
|
homepage = "https://github.com/dlanger/inlinestyler";
|
||||||
changelog = "https://github.com/dlanger/inlinestyler/blob/${src.rev}/CHANGELOG";
|
changelog = "https://github.com/dlanger/inlinestyler/blob/${src.rev}/CHANGELOG";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,6 +31,6 @@ buildPythonPackage rec {
|
||||||
description = "Converts between XML and intelligent Python data structures";
|
description = "Converts between XML and intelligent Python data structures";
|
||||||
homepage = "https://github.com/Juniper/jxmlease";
|
homepage = "https://github.com/Juniper/jxmlease";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,6 +30,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/scientific-python/lazy_loader";
|
homepage = "https://github.com/scientific-python/lazy_loader";
|
||||||
changelog = "https://github.com/scientific-python/lazy_loader/releases/tag/v${version}";
|
changelog = "https://github.com/scientific-python/lazy_loader/releases/tag/v${version}";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -71,6 +71,6 @@ buildPythonPackage rec {
|
||||||
description = "Common Python utilities and GitHub Actions in Lightning Ecosystem";
|
description = "Common Python utilities and GitHub Actions in Lightning Ecosystem";
|
||||||
homepage = "https://github.com/Lightning-AI/utilities";
|
homepage = "https://github.com/Lightning-AI/utilities";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,6 +38,6 @@ buildPythonPackage rec {
|
||||||
description = "Extension to Python-Markdown which provides an include function";
|
description = "Extension to Python-Markdown which provides an include function";
|
||||||
homepage = "https://github.com/cmacmackin/markdown-include";
|
homepage = "https://github.com/cmacmackin/markdown-include";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,6 +40,6 @@ buildPythonPackage rec {
|
||||||
description = "eQ-3/ELV MAX! Cube Python API";
|
description = "eQ-3/ELV MAX! Cube Python API";
|
||||||
homepage = "https://github.com/hackercowboy/python-maxcube-api";
|
homepage = "https://github.com/hackercowboy/python-maxcube-api";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -110,6 +110,6 @@ buildPythonPackage rec {
|
||||||
description = "A socket mock framework for all kinds of sockets including web-clients";
|
description = "A socket mock framework for all kinds of sockets including web-clients";
|
||||||
homepage = "https://github.com/mindflayer/python-mocket";
|
homepage = "https://github.com/mindflayer/python-mocket";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,6 +48,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/networktocode/ntc-templates";
|
homepage = "https://github.com/networktocode/ntc-templates";
|
||||||
changelog = "https://github.com/networktocode/ntc-templates/releases/tag/v${version}";
|
changelog = "https://github.com/networktocode/ntc-templates/releases/tag/v${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,6 +37,6 @@ buildPythonPackage rec {
|
||||||
description = "Python module for oci specifications";
|
description = "Python module for oci specifications";
|
||||||
homepage = "https://github.com/vsoch/oci-python";
|
homepage = "https://github.com/vsoch/oci-python";
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,6 +39,6 @@ buildPythonPackage rec {
|
||||||
description = "Manipulate audio with a simple and easy high level interface";
|
description = "Manipulate audio with a simple and easy high level interface";
|
||||||
homepage = "http://pydub.com";
|
homepage = "http://pydub.com";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -96,6 +96,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/py-pdf/pypdf";
|
homepage = "https://github.com/py-pdf/pypdf";
|
||||||
changelog = "https://github.com/py-pdf/pypdf/blob/${src.rev}/CHANGELOG.md";
|
changelog = "https://github.com/py-pdf/pypdf/blob/${src.rev}/CHANGELOG.md";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,6 +37,6 @@ buildPythonPackage rec {
|
||||||
description = "py.test plugin for testing Python 3.5+ Tornado code";
|
description = "py.test plugin for testing Python 3.5+ Tornado code";
|
||||||
homepage = "https://github.com/eukaryote/pytest-tornasync";
|
homepage = "https://github.com/eukaryote/pytest-tornasync";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -66,6 +66,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/SpotlightKid/python-rtmidi";
|
homepage = "https://github.com/SpotlightKid/python-rtmidi";
|
||||||
changelog = "https://github.com/SpotlightKid/python-rtmidi/blob/${version}/CHANGELOG.md";
|
changelog = "https://github.com/SpotlightKid/python-rtmidi/blob/${version}/CHANGELOG.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,6 +46,6 @@ buildPythonPackage rec {
|
||||||
description = "Resolve abstract dependencies into concrete ones";
|
description = "Resolve abstract dependencies into concrete ones";
|
||||||
homepage = "https://github.com/sarugaku/resolvelib";
|
homepage = "https://github.com/sarugaku/resolvelib";
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,6 +28,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/Hundemeier/sacn";
|
homepage = "https://github.com/Hundemeier/sacn";
|
||||||
changelog = "https://github.com/Hundemeier/sacn/releases/tag/v${version}";
|
changelog = "https://github.com/Hundemeier/sacn/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,6 +43,6 @@ buildPythonPackage rec {
|
||||||
description = "A Python framework for sequence labeling evaluation";
|
description = "A Python framework for sequence labeling evaluation";
|
||||||
homepage = "https://github.com/chakki-works/seqeval";
|
homepage = "https://github.com/chakki-works/seqeval";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,6 +30,6 @@ buildPythonPackage rec {
|
||||||
description = "Sphinx extension to add asyncio-specific markups";
|
description = "Sphinx extension to add asyncio-specific markups";
|
||||||
homepage = "https://github.com/aio-libs/sphinxcontrib-asyncio";
|
homepage = "https://github.com/aio-libs/sphinxcontrib-asyncio";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,6 +33,6 @@ buildPythonPackage rec {
|
||||||
description = "A list of Python Standard Libraries";
|
description = "A list of Python Standard Libraries";
|
||||||
homepage = "https://github.com/jackmaney/python-stdlib-list";
|
homepage = "https://github.com/jackmaney/python-stdlib-list";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,6 +32,6 @@ buildPythonPackage rec {
|
||||||
description = "Python module for parsing semi-structured text into python tables";
|
description = "Python module for parsing semi-structured text into python tables";
|
||||||
homepage = "https://github.com/google/textfsm";
|
homepage = "https://github.com/google/textfsm";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -106,6 +106,6 @@ buildPythonPackage rec {
|
||||||
description = "Template Text Parser";
|
description = "Template Text Parser";
|
||||||
homepage = "https://github.com/dmulyalin/ttp";
|
homepage = "https://github.com/dmulyalin/ttp";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,6 +25,6 @@ buildPythonPackage rec {
|
||||||
description = "YAML loader and dump for PyYAML allowing to keep keys order";
|
description = "YAML loader and dump for PyYAML allowing to keep keys order";
|
||||||
homepage = "https://github.com/fmenabe/python-yamlordereddictloader";
|
homepage = "https://github.com/fmenabe/python-yamlordereddictloader";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,6 +39,6 @@ buildPythonPackage rec {
|
||||||
gpl3Plus
|
gpl3Plus
|
||||||
lgpl3Plus
|
lgpl3Plus
|
||||||
];
|
];
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://www.open-mesh.org/projects/batman-adv/wiki/Wiki";
|
homepage = "https://www.open-mesh.org/projects/batman-adv/wiki/Wiki";
|
||||||
description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2";
|
description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
maintainers = with lib.maintainers; [ fpletz hexa philiptaron ];
|
maintainers = with lib.maintainers; [ fpletz philiptaron ];
|
||||||
platforms = with lib.platforms; linux;
|
platforms = with lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/DigitalDevices/dddvb";
|
homepage = "https://github.com/DigitalDevices/dddvb";
|
||||||
description = "ddbridge linux driver";
|
description = "ddbridge linux driver";
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
broken = lib.versionAtLeast kernel.version "6.2";
|
broken = lib.versionAtLeast kernel.version "6.2";
|
||||||
};
|
};
|
||||||
|
|
|
@ -105,7 +105,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://w1.fi/hostapd/";
|
homepage = "https://w1.fi/hostapd/";
|
||||||
description = "A user space daemon for access point and authentication servers";
|
description = "A user space daemon for access point and authentication servers";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,6 +35,6 @@ buildGoModule rec {
|
||||||
homepage = "https://github.com/prometheus/influxdb_exporter";
|
homepage = "https://github.com/prometheus/influxdb_exporter";
|
||||||
changelog = "https://github.com/prometheus/influxdb_exporter/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/prometheus/influxdb_exporter/blob/v${version}/CHANGELOG.md";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,6 +33,6 @@ buildPythonPackage rec {
|
||||||
description = "Poetry plugin to export the dependencies to various formats";
|
description = "Poetry plugin to export the dependencies to various formats";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = "https://github.com/python-poetry/poetry-plugin-export";
|
homepage = "https://github.com/python-poetry/poetry-plugin-export";
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,6 +33,6 @@ python3Packages.buildPythonApplication rec {
|
||||||
description = "Tool to scan for secret files on HTTP servers";
|
description = "Tool to scan for secret files on HTTP servers";
|
||||||
homepage = "https://github.com/hannob/snallygaster";
|
homepage = "https://github.com/hannob/snallygaster";
|
||||||
license = licenses.cc0;
|
license = licenses.cc0;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue