maintainers: drop offline

This commit is contained in:
Tom Herbers 2026-01-25 01:33:47 +01:00
parent d2e5589262
commit e9cfcb3b5d
No known key found for this signature in database
GPG key ID: 841A5B0DCEDA6192
94 changed files with 44 additions and 119 deletions

View file

@ -508,7 +508,6 @@
"id": 5536808,
"maintainers": {
"johanot": 998763,
"offlinehacker": 585547,
"saschagrunert": 695473,
"srhb": 219362
},

View file

@ -19706,12 +19706,6 @@
githubId = 9677399;
name = "Ofek Lev";
};
offline = {
email = "jaka@x-truder.net";
github = "offlinehacker";
githubId = 585547;
name = "Jaka Hudoklin";
};
offsetcyan = {
github = "offsetcyan";
githubId = 49906709;

View file

@ -1,7 +1,6 @@
{ lib, ... }:
{
name = "cadvisor";
meta.maintainers = with lib.maintainers; [ offline ];
nodes = {
machine = {

View file

@ -2,11 +2,6 @@
{ pkgs, ... }:
{
name = "docker";
meta = with pkgs.lib.maintainers; {
maintainers = [
offline
];
};
nodes = {
docker =

View file

@ -19,7 +19,6 @@ let
inherit name;
meta = with pkgs.lib.maintainers; {
maintainers = [
offline
basvandijk
];
};

View file

@ -2,8 +2,6 @@
{
name = "flannel";
meta.maintainers = with lib.maintainers; [ offline ];
nodes =
let
flannelConfig = {

View file

@ -3,9 +3,6 @@
{ pkgs, ... }:
{
name = "influxdb";
meta = with pkgs.lib.maintainers; {
maintainers = [ offline ];
};
nodes = {
one =

View file

@ -1,9 +1,6 @@
{ pkgs, ... }:
{
name = "influxdb2";
meta = with pkgs.lib.maintainers; {
maintainers = [ offline ];
};
nodes.machine =
{ lib, ... }:

View file

@ -12,7 +12,6 @@ in
{
name = "mongodb";
meta.maintainers = with pkgs.lib.maintainers; [
offline
phile314
niklaskorz
];

View file

@ -3,9 +3,6 @@
{ pkgs, ... }:
{
name = "peerflix";
meta = with pkgs.lib.maintainers; {
maintainers = [ offline ];
};
nodes = {
peerflix =

View file

@ -8,9 +8,6 @@ let
in
{
name = "rabbitmq";
meta = with pkgs.lib.maintainers; {
maintainers = [ offline ];
};
nodes.machine = {
services.rabbitmq = {

View file

@ -32,7 +32,6 @@ buildGoModule rec {
license = lib.licenses.asl20;
homepage = "https://github.com/containernetworking/cni";
maintainers = with lib.maintainers; [
offline
vdemeester
];
platforms = [

View file

@ -60,7 +60,6 @@ let
changelog = "https://github.com/kubernetes/kops/tree/master/docs/releases";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
offline
zimbatm
yurrriq
];

View file

@ -89,7 +89,6 @@ let
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [
thoughtpolice
offline
kamilchm
illustris
];

View file

@ -137,7 +137,7 @@ in
meta = {
description = "ZNC FiSH module";
homepage = "https://github.com/oilslump/znc-fish";
maintainers = [ lib.maintainers.offline ];
maintainers = [ ];
};
};
@ -234,9 +234,7 @@ in
description = "Push notification service module for ZNC";
homepage = "https://github.com/jreese/znc-push";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
offline
];
maintainers = [ ];
};
};
}

View file

@ -67,7 +67,6 @@ let
docker-meta = {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
offline
vdemeester
teutat3s
];

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation {
mainProgram = "docker-gc";
license = lib.licenses.asl20;
homepage = "https://github.com/spotify/docker-gc";
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = docker.meta.platforms;
};
}

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation {
meta = {
description = "Script used to obtain source hashes for dockerTools.pullImage";
mainProgram = "nix-prefetch-docker";
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/iBotPeaches/Apktool/releases/tag/v${finalAttrs.version}";
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = with lib.platforms; unix;
};
})

View file

@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://augeas.net/";
changelog = "https://github.com/hercules-team/augeas/releases/tag/release-${finalAttrs.version}";
mainProgram = "augtool";
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
})

View file

@ -32,7 +32,7 @@ buildGoModule {
description = "Time Series Alerting Framework";
license = lib.licenses.mit;
homepage = "https://bosun.org";
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
broken = stdenv.hostPlatform.isDarwin;
};
}

View file

@ -55,7 +55,7 @@ buildGoModule (finalAttrs: {
homepage = "https://brig.readthedocs.io";
changelog = "https://github.com/sahib/brig/releases/tag/${finalAttrs.src.rev}";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
mainProgram = "brig";
};
})

View file

@ -38,7 +38,7 @@ buildGoModule (finalAttrs: {
mainProgram = "cadvisor";
homepage = "https://github.com/google/cadvisor";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = lib.platforms.linux;
};
})

View file

@ -70,7 +70,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/karlstav/cava";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
offline
mirrexagon
];
platforms = lib.platforms.unix;

View file

@ -73,7 +73,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/ckolivas/cgminer";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [
offline
mmahut
];
platforms = lib.platforms.linux;

View file

@ -55,7 +55,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
];
mainProgram = "cloud-hypervisor";
maintainers = with lib.maintainers; [
offline
qyliss
phip1611
];

View file

@ -327,7 +327,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/coder/code-server";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
offline
henkery
code-asher
];

View file

@ -103,7 +103,6 @@ buildGoModule rec {
changelog = "https://github.com/containerd/containerd/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
offline
vdemeester
getchoo
];

View file

@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/deiv/driftnet";
changelog = "https://github.com/deiv/driftnet/releases/tag/v${finalAttrs.version}";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
mainProgram = "driftnet";
};

View file

@ -63,9 +63,8 @@ stdenv.mkDerivation (finalAttrs: {
description = "Simple shell based CA utility";
homepage = "https://openvpn.net/";
license = lib.licenses.gpl2Only;
maintainers = [
lib.maintainers.offline
lib.maintainers.numinit
maintainers = with lib.maintainers; [
numinit
];
platforms = lib.platforms.unix;
};

View file

@ -96,7 +96,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/dex4er/fakechroot";
description = "Give a fake chroot environment through LD_PRELOAD";
license = lib.licenses.lgpl21;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = lib.platforms.linux;
};

View file

@ -44,6 +44,6 @@ stdenv.mkDerivation (finalAttrs: {
'';
license = lib.licenses.bsd2;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
};
})

View file

@ -22,6 +22,6 @@ buildGoModule (finalAttrs: {
mainProgram = "go-md2man";
license = lib.licenses.mit;
homepage = "https://github.com/cpuguy83/go-md2man";
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
};
})

View file

@ -49,7 +49,7 @@ buildGoModule (finalAttrs: {
meta = {
homepage = "https://github.com/golang-migrate/migrate";
description = "Database migrations. CLI and Golang library";
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
license = lib.licenses.mit;
mainProgram = "migrate";
};

View file

@ -69,7 +69,6 @@ buildGoModule (finalAttrs: {
homepage = "https://nuetzlich.net/gocryptfs/";
maintainers = with lib.maintainers; [
flokli
offline
prusnak
];
platforms = lib.platforms.unix;

View file

@ -24,6 +24,6 @@ buildGoModule (finalAttrs: {
mainProgram = "gore";
homepage = "https://github.com/motemen/gore";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
};
})

View file

@ -89,7 +89,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.lgpl2Plus;
maintainers = with lib.maintainers; [
raskin
offline
];
platforms = lib.platforms.unix;
mainProgram = "gvnccapture";

View file

@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
description = "Windows registry hive extraction library";
license = lib.licenses.lgpl2Only;
homepage = "https://github.com/libguestfs/hivex";
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}

View file

@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
description = "WebDriver server for running Selenium tests on the HtmlUnit headless browser";
maintainers = with lib.maintainers; [
coconnor
offline
];
platforms = lib.platforms.all;
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];

View file

@ -141,7 +141,6 @@ stdenv.mkDerivation {
++ lib.optionals enableUnfree [ lib.licenses.unfreeRedistributable ];
homepage = "https://github.com/openwall/john/";
maintainers = with lib.maintainers; [
offline
cherrykitten
];
platforms = lib.platforms.unix;

View file

@ -42,7 +42,6 @@ buildGoModule (finalAttrs: {
changelog = "https://github.com/grafana/k6/releases/tag/v${finalAttrs.version}";
license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [
offline
kashw2
];
};

View file

@ -28,7 +28,6 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/boz/kail";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
offline
vdemeester
];
mainProgram = "kail";

View file

@ -121,7 +121,6 @@ buildGoModule rec {
license = lib.licenses.mit;
changelog = "https://github.com/influxdata/kapacitor/blob/master/CHANGELOG.md";
maintainers = with lib.maintainers; [
offline
totoroot
];
};

View file

@ -56,7 +56,6 @@ buildGoModule (finalAttrs: {
description = "Kubernetes IN Docker - local clusters for testing Kubernetes";
homepage = "https://github.com/kubernetes-sigs/kind";
maintainers = with lib.maintainers; [
offline
rawkode
];
license = lib.licenses.asl20;

View file

@ -190,7 +190,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://libguestfs.org/";
changelog = "https://libguestfs.org/guestfs-release-notes-${lib.versions.majorMinor finalAttrs.version}.1.html";
maintainers = with lib.maintainers; [
offline
lukts30
];
platforms = lib.platforms.linux;

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Library for Near Field Communication (NFC)";
homepage = "https://github.com/nfc-tools/libnfc";
license = lib.licenses.lgpl3Plus;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
})

View file

@ -46,7 +46,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
codyopel
offline
];
pkgConfigModules = [ "libsass" ];
platforms = lib.platforms.unix;

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
description = "Open source survey application";
license = lib.licenses.gpl2Plus;
homepage = "https://www.limesurvey.org";
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = with lib.platforms; unix;
};
}

View file

@ -47,7 +47,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/kernc/logkeys";
maintainers = with lib.maintainers; [
mikoim
offline
];
platforms = lib.platforms.linux;
};

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
mainProgram = "mfcuk";
license = lib.licenses.gpl2Plus;
homepage = "https://github.com/nfc-tools/mfcuk";
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "mfoc";
license = lib.licenses.gpl2Plus;
homepage = "https://github.com/nfc-tools/mfoc";
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
})

View file

@ -89,7 +89,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Open source, cross-platform web application firewall (WAF)";
license = lib.licenses.asl20;
homepage = "https://github.com/owasp-modsecurity/ModSecurity";
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
};
})

View file

@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Highly scalable, robust (fully ACID) native graph database";
homepage = "https://neo4j.com/";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
})

View file

@ -37,6 +37,6 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://numixproject.github.io";
license = lib.licenses.gpl3;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
};
}

View file

@ -58,6 +58,6 @@ stdenv.mkDerivation (finalAttrs: {
downloadPage = "https://github.com/Ferdi265/numix-solarized-gtk-theme/releases";
license = lib.licenses.gpl3Only;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.offline ];
maintainers = [ ];
};
})

View file

@ -28,6 +28,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
mainProgram = "nyx";
homepage = "https://nyx.torproject.org/";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
};
})

View file

@ -66,7 +66,6 @@ buildGoModule (finalAttrs: {
homepage = "http://www.openshift.org";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
offline
moretea
stehessel
];

View file

@ -29,7 +29,7 @@ buildGoModule (finalAttrs: {
description = "Containerized Data Analytics";
homepage = "https://www.pachyderm.com/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
mainProgram = "pachctl";
};
})

View file

@ -19,7 +19,6 @@ bundlerApp {
homepage = "https://delanotes.com/redis-dump/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
offline
nicknovitski
];
platforms = lib.platforms.unix;

View file

@ -28,7 +28,7 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/rootless-containers/rootlesskit";
description = ''Kind of Linux-native "fake root" utility, made for mainly running Docker and Kubernetes as an unprivileged user'';
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = lib.platforms.linux;
};
})

View file

@ -72,7 +72,7 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/opencontainers/runc";
description = "CLI tool for spawning and running containers according to the OCI specification";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
teams = [ lib.teams.podman ];
platforms = lib.platforms.linux;
mainProgram = "runc";

View file

@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
homepage = "https://docs.saucelabs.com/reference/sauce-connect/";
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = builtins.attrNames passthru.sources;
};
}

View file

@ -48,7 +48,7 @@ stdenv.mkDerivation {
meta = {
homepage = "https://selendroid.io/";
description = "Test automation for native or hybrid Android apps and the mobile web";
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = lib.platforms.all;
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;

View file

@ -44,7 +44,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
coconnor
offline
];
mainProgram = "selenium-server";
platforms = lib.platforms.all;

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/scobal/seyren";
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.offline ];
maintainers = [ ];
platforms = lib.platforms.all;
};
})

View file

@ -172,7 +172,6 @@ buildNpmPackage rec {
license = lib.licenses.mit;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [
offline
pineapplehunter
tebriel
];

View file

@ -16,7 +16,6 @@ bundlerApp {
homepage = "http://sferik.github.io/t/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
offline
nicknovitski
];
platforms = lib.platforms.unix;

View file

@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/vanhauser-thc/thc-hydra"; # https://www.thc.org/
changelog = "https://github.com/vanhauser-thc/thc-hydra/raw/v${version}/CHANGES";
license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}

View file

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
mainProgram = "usbredirect";
homepage = "https://www.spice-space.org/usbredir.html";
license = lib.licenses.lgpl21Plus;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}

View file

@ -62,7 +62,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.bsl11;
maintainers = with lib.maintainers; [
offline
psyanticy
Chili-Man
techknowlogick

View file

@ -80,7 +80,6 @@ buildGoModule rec {
maintainers = with lib.maintainers; [
rushmorem
lnl7
offline
Chili-Man
techknowlogick
];

View file

@ -26,7 +26,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
mit
asl20
];
maintainers = [ lib.maintainers.offline ];
maintainers = [ ];
mainProgram = "wagyu";
};
})

View file

@ -51,7 +51,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://hohnstaedt.de/xca/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
offline
peterhoeg
];
inherit (qt6.qtbase.meta) platforms;

View file

@ -300,7 +300,6 @@ effectiveBuildPythonApplication rec {
platforms = lib.platforms.linux;
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [
offline
numinit
mvnetbiz
lucasew

View file

@ -51,7 +51,6 @@ stdenv.mkDerivation {
mainProgram = "xss-lock";
maintainers = with lib.maintainers; [
malyn
offline
];
platforms = lib.platforms.linux;
};

View file

@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "xsuspender";
homepage = "https://kernc.github.io/xsuspender/";
license = lib.licenses.wtfpl;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
platforms = lib.platforms.linux;
};
})

View file

@ -55,7 +55,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
changelog = "https://github.com/yarnpkg/yarn/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [
offline
screendriver
];
platforms = lib.platforms.all;

View file

@ -64,7 +64,6 @@ buildPythonPackage rec {
changelog = "https://github.com/graphite-project/carbon/releases/tag/${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
offline
basvandijk
];
};

View file

@ -125,7 +125,6 @@ buildPythonPackage {
homepage = "http://graphiteapp.org/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
offline
basvandijk
];
};

View file

@ -131,7 +131,6 @@ buildPythonPackage rec {
changelog = "https://github.com/getpelican/pelican/blob/${src.tag}/docs/changelog.rst";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [
offline
prikhi
];
};

View file

@ -49,6 +49,6 @@ buildPythonPackage rec {
homepage = "https://github.com/sripathikrishnan/redis-rdb-tools";
changelog = "https://github.com/sripathikrishnan/redis-rdb-tools/blob/rdbtools-${version}/CHANGES";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
};
}

View file

@ -52,7 +52,7 @@ buildPythonPackage rec {
description = "Convert between TOML, YAML and JSON";
license = lib.licenses.mit;
homepage = "https://github.com/dbohdan/remarshal";
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
mainProgram = "remarshal";
};
}

View file

@ -43,7 +43,6 @@ buildPythonPackage rec {
builtins.replaceStrings [ "." ] [ "_" ] version
}.html";
maintainers = with lib.maintainers; [
offline
basvandijk
];
license = lib.licenses.asl20;

View file

@ -19,7 +19,6 @@ bundlerEnv {
homepage = "https://github.com/Compass/compass";
license = with lib.licenses; mit;
maintainers = with lib.maintainers; [
offline
nicknovitski
];
mainProgram = "compass";

View file

@ -159,7 +159,6 @@ buildGoModule (finalAttrs: {
license = lib.licenses.agpl3Only;
homepage = "https://grafana.com";
maintainers = with lib.maintainers; [
offline
fpletz
globin
ma27

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
mainProgram = "jmx_prometheus_httpserver";
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.offline ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}

View file

@ -101,7 +101,6 @@ buildGoModule rec {
license = lib.licenses.mit;
homepage = "https://influxdata.com/";
maintainers = with lib.maintainers; [
offline
zimbatm
];
};

View file

@ -173,9 +173,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "http://www.mongodb.org";
inherit license;
maintainers = with lib.maintainers; [
offline
];
maintainers = [ ];
platforms = subtractLists systems.doubles.i686 systems.doubles.unix;
};
})

View file

@ -34,7 +34,7 @@ let
nativeBuildInputs = [ unzip ];
meta = a.meta // {
platforms = elasticsearch.meta.platforms;
maintainers = (a.meta.maintainers or [ ]) ++ (with lib.maintainers; [ offline ]);
maintainers = a.meta.maintainers or [ ];
};
}
);

View file

@ -20,7 +20,6 @@ bundlerEnv {
homepage = "https://www.fluentd.org/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
offline
nicknovitski
];
platforms = lib.platforms.unix;

View file

@ -76,7 +76,6 @@ let
license = if enableUnfree then lib.licenses.elastic20 else lib.licenses.asl20;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
offline
basvandijk
];
};

View file

@ -32,7 +32,6 @@ buildGoModule rec {
homepage = "https://github.com/flannel-io/flannel";
maintainers = with lib.maintainers; [
johanot
offline
];
platforms = with lib.platforms; linux;
mainProgram = "flannel";

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation {
meta = {
description = "Openvpn learn-address script to manage a hosts-like file";
homepage = "https://gist.github.com/offlinehacker/4058733/";
maintainers = [ lib.maintainers.offline ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}

View file

@ -59,6 +59,6 @@ pythonPackages.buildPythonPackage rec {
description = "Local development against a remote Kubernetes or OpenShift cluster";
mainProgram = "telepresence";
license = with lib.licenses; [ asl20 ];
maintainers = with lib.maintainers; [ offline ];
maintainers = [ ];
};
}