mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
maintainers: drop offline
This commit is contained in:
parent
d2e5589262
commit
e9cfcb3b5d
94 changed files with 44 additions and 119 deletions
|
|
@ -508,7 +508,6 @@
|
|||
"id": 5536808,
|
||||
"maintainers": {
|
||||
"johanot": 998763,
|
||||
"offlinehacker": 585547,
|
||||
"saschagrunert": 695473,
|
||||
"srhb": 219362
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "cadvisor";
|
||||
meta.maintainers = with lib.maintainers; [ offline ];
|
||||
|
||||
nodes = {
|
||||
machine = {
|
||||
|
|
|
|||
|
|
@ -2,11 +2,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
name = "docker";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
offline
|
||||
];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
docker =
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ let
|
|||
inherit name;
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
offline
|
||||
basvandijk
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
{
|
||||
name = "flannel";
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ offline ];
|
||||
|
||||
nodes =
|
||||
let
|
||||
flannelConfig = {
|
||||
|
|
|
|||
|
|
@ -3,9 +3,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
name = "influxdb";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ offline ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
one =
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
name = "influxdb2";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ offline ];
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
{ lib, ... }:
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ in
|
|||
{
|
||||
name = "mongodb";
|
||||
meta.maintainers = with pkgs.lib.maintainers; [
|
||||
offline
|
||||
phile314
|
||||
niklaskorz
|
||||
];
|
||||
|
|
|
|||
|
|
@ -3,9 +3,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
name = "peerflix";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ offline ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
peerflix =
|
||||
|
|
|
|||
|
|
@ -8,9 +8,6 @@ let
|
|||
in
|
||||
{
|
||||
name = "rabbitmq";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ offline ];
|
||||
};
|
||||
|
||||
nodes.machine = {
|
||||
services.rabbitmq = {
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ buildGoModule rec {
|
|||
license = lib.licenses.asl20;
|
||||
homepage = "https://github.com/containernetworking/cni";
|
||||
maintainers = with lib.maintainers; [
|
||||
offline
|
||||
vdemeester
|
||||
];
|
||||
platforms = [
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
|
|
@ -89,7 +89,6 @@ let
|
|||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [
|
||||
thoughtpolice
|
||||
offline
|
||||
kamilchm
|
||||
illustris
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@ let
|
|||
docker-meta = {
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
offline
|
||||
vdemeester
|
||||
teutat3s
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
];
|
||||
mainProgram = "cloud-hypervisor";
|
||||
maintainers = with lib.maintainers; [
|
||||
offline
|
||||
qyliss
|
||||
phip1611
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -44,6 +44,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
'';
|
||||
license = lib.licenses.bsd2;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ offline ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -69,7 +69,6 @@ buildGoModule (finalAttrs: {
|
|||
homepage = "https://nuetzlich.net/gocryptfs/";
|
||||
maintainers = with lib.maintainers; [
|
||||
flokli
|
||||
offline
|
||||
prusnak
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
|||
|
|
@ -24,6 +24,6 @@ buildGoModule (finalAttrs: {
|
|||
mainProgram = "gore";
|
||||
homepage = "https://github.com/motemen/gore";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ offline ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -89,7 +89,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.lgpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
raskin
|
||||
offline
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "gvnccapture";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ buildGoModule (finalAttrs: {
|
|||
homepage = "https://github.com/boz/kail";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
offline
|
||||
vdemeester
|
||||
];
|
||||
mainProgram = "kail";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
codyopel
|
||||
offline
|
||||
];
|
||||
pkgConfigModules = [ "libsass" ];
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ stdenv.mkDerivation {
|
|||
homepage = "https://github.com/kernc/logkeys";
|
||||
maintainers = with lib.maintainers; [
|
||||
mikoim
|
||||
offline
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
|||
mainProgram = "nyx";
|
||||
homepage = "https://nyx.torproject.org/";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ offline ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -66,7 +66,6 @@ buildGoModule (finalAttrs: {
|
|||
homepage = "http://www.openshift.org";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
offline
|
||||
moretea
|
||||
stehessel
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ stdenv.mkDerivation rec {
|
|||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
coconnor
|
||||
offline
|
||||
];
|
||||
mainProgram = "selenium-server";
|
||||
platforms = lib.platforms.all;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -172,7 +172,6 @@ buildNpmPackage rec {
|
|||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [
|
||||
offline
|
||||
pineapplehunter
|
||||
tebriel
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -80,7 +80,6 @@ buildGoModule rec {
|
|||
maintainers = with lib.maintainers; [
|
||||
rushmorem
|
||||
lnl7
|
||||
offline
|
||||
Chili-Man
|
||||
techknowlogick
|
||||
];
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
mit
|
||||
asl20
|
||||
];
|
||||
maintainers = [ lib.maintainers.offline ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "wagyu";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -300,7 +300,6 @@ effectiveBuildPythonApplication rec {
|
|||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
offline
|
||||
numinit
|
||||
mvnetbiz
|
||||
lucasew
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@ stdenv.mkDerivation {
|
|||
mainProgram = "xss-lock";
|
||||
maintainers = with lib.maintainers; [
|
||||
malyn
|
||||
offline
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -125,7 +125,6 @@ buildPythonPackage {
|
|||
homepage = "http://graphiteapp.org/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
offline
|
||||
basvandijk
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ buildPythonPackage rec {
|
|||
builtins.replaceStrings [ "." ] [ "_" ] version
|
||||
}.html";
|
||||
maintainers = with lib.maintainers; [
|
||||
offline
|
||||
basvandijk
|
||||
];
|
||||
license = lib.licenses.asl20;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ bundlerEnv {
|
|||
homepage = "https://github.com/Compass/compass";
|
||||
license = with lib.licenses; mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
offline
|
||||
nicknovitski
|
||||
];
|
||||
mainProgram = "compass";
|
||||
|
|
|
|||
|
|
@ -159,7 +159,6 @@ buildGoModule (finalAttrs: {
|
|||
license = lib.licenses.agpl3Only;
|
||||
homepage = "https://grafana.com";
|
||||
maintainers = with lib.maintainers; [
|
||||
offline
|
||||
fpletz
|
||||
globin
|
||||
ma27
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,7 +101,6 @@ buildGoModule rec {
|
|||
license = lib.licenses.mit;
|
||||
homepage = "https://influxdata.com/";
|
||||
maintainers = with lib.maintainers; [
|
||||
offline
|
||||
zimbatm
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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 [ ];
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ bundlerEnv {
|
|||
homepage = "https://www.fluentd.org/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
offline
|
||||
nicknovitski
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue