maintainers: drop urandom

This commit is contained in:
René Neumann
2026-01-14 11:35:21 +01:00
parent aa2a390fa9
commit c3b80e5f78
51 changed files with 31 additions and 58 deletions

View File

@@ -27407,14 +27407,6 @@
githubId = 619015;
name = "Svintsov Dmitry";
};
urandom = {
email = "colin@urandom.co.uk";
matrix = "@urandom0:matrix.org";
github = "urandom2";
githubId = 2526260;
keys = [ { fingerprint = "04A3 A2C6 0042 784A AEA7 D051 0447 A663 F7F3 E236"; } ];
name = "Colin Arnott";
};
urbas = {
email = "matej.urbas@gmail.com";
github = "urbas";

View File

@@ -37,7 +37,7 @@ builtins.mapAttrs
changelog = "https://github.com/projectcalico/calico/releases/tag/v${version}";
description = "Cloud native networking and network security";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
platforms = lib.platforms.linux;
inherit mainProgram;
};

View File

@@ -43,7 +43,6 @@ buildGoModule rec {
changelog = "https://github.com/gravitl/netmaker/-/releases/v${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
urandom
qjoly
];
mainProgram = "netmaker";

View File

@@ -74,6 +74,6 @@ resholve.mkDerivation rec {
description = "Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS";
homepage = "https://krumpetpirate.github.io/AAXtoMP3";
license = lib.licenses.wtfpl;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
};
}

View File

@@ -36,7 +36,6 @@ buildGoModule rec {
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
luftmensch-luftmensch
urandom
];
mainProgram = "allmark";
};

View File

@@ -42,6 +42,6 @@ buildGoModule rec {
description = "Argo CD plugin to retrieve secrets from Secret Management tools and inject them into Kubernetes secrets";
mainProgram = "argocd-vault-plugin";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
};
}

View File

@@ -44,7 +44,6 @@ buildGoModule (finalAttrs: {
changelog = "https://github.com/ava-labs/avalanchego/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
urandom
qjoly
];
mainProgram = "avalanchego";

View File

@@ -63,7 +63,7 @@ buildGoModule rec {
description = "Fast and secure initramfs generator";
homepage = "https://github.com/anatol/booster";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "init";
};
}

View File

@@ -104,7 +104,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
ghuntley
kylecarbs
urandom
];
};

View File

@@ -40,6 +40,6 @@ buildGoModule rec {
homepage = "https://github.com/ava-labs/coreth";
changelog = "https://github.com/ava-labs/coreth/releases/tag/v${version}";
license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
};
}

View File

@@ -80,7 +80,6 @@ buildGoModule rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
jk
urandom
];
};
}

View File

@@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.syntevo.com/deepgit";
changelog = "https://www.syntevo.com/deepgit/changelog.txt";
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
platforms = lib.platforms.linux;
mainProgram = "deepgit";
};

View File

@@ -68,7 +68,6 @@ buildGoModule rec {
mainProgram = "dissent";
maintainers = with lib.maintainers; [
hmenke
urandom
aleksana
];
};

View File

@@ -40,7 +40,7 @@ stdenv.mkDerivation {
description = "Make it quick and easy to get up and running with Docker";
homepage = "https://dockstarter.com";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "ds";
};
}

View File

@@ -22,7 +22,7 @@ buildGoModule rec {
description = "CLI Emoji Picker";
homepage = "https://github.com/bcongdon/ep";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "ep";
};
}

View File

@@ -29,7 +29,7 @@ buildGoModule rec {
description = "Dead simple CLI Display Manager on TTY";
homepage = "https://github.com/tvrzna/emptty";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
# many undefined functions
broken = stdenv.hostPlatform.isDarwin;
mainProgram = "emptty";

View File

@@ -25,6 +25,6 @@ buildGoModule rec {
description = "Compiler for APIs described by the OpenAPI Specification with plugins for code generation and other API support tasks";
changelog = "https://github.com/google/gnostic/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
};
}

View File

@@ -21,7 +21,7 @@ buildGoModule rec {
description = "Fast static site generator";
homepage = "https://github.com/piranha/gostatic";
license = lib.licenses.isc;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "gostatic";
};
}

View File

@@ -36,6 +36,6 @@ buildGoModule {
mainProgram = "gotags";
homepage = "https://github.com/jstemmer/gotags";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
};
}

View File

@@ -22,6 +22,6 @@ buildGoModule rec {
homepage = "https://github.com/gotesttools/gotestfmt";
changelog = "https://github.com/GoTestTools/gotestfmt/releases/tag/v${version}";
license = lib.licenses.unlicense;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
};
}

View File

@@ -40,6 +40,6 @@ buildGoModule rec {
mainProgram = "auth";
changelog = "https://github.com/supabase/auth/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
};
}

View File

@@ -32,6 +32,6 @@ buildGoModule rec {
mainProgram = "gotrue";
changelog = "https://github.com/netlify/gotrue/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
};
}

View File

@@ -32,7 +32,6 @@ buildGoModule {
mainProgram = "govers";
maintainers = with lib.maintainers; [
luftmensch-luftmensch
urandom
];
};
}

View File

@@ -49,7 +49,6 @@ buildGoModule rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
dotlambda
urandom
];
mainProgram = "imaginary";
};

View File

@@ -28,6 +28,6 @@ buildGoModule rec {
homepage = "https://github.com/cycloidio/inframap";
changelog = "https://github.com/cycloidio/inframap/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
};
}

View File

@@ -98,7 +98,6 @@ buildGoModule (finalAttrs: {
changelog = "https://github.com/ivpn/desktop-app/releases/tag/v${finalAttrs.version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
urandom
blenderfreaky
];
mainProgram = "ivpn-service";

View File

@@ -42,7 +42,6 @@ buildGoModule (finalAttrs: {
changelog = "https://github.com/ivpn/desktop-app/releases/tag/v${finalAttrs.version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
urandom
blenderfreaky
];
mainProgram = "ivpn";

View File

@@ -40,7 +40,7 @@ buildGoModule rec {
changelog = "https://github.com/dshearer/jobber/releases/tag/v${version}";
description = "Alternative to cron, with sophisticated status-reporting and error-handling";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "jobber";
};
}

View File

@@ -34,7 +34,7 @@ buildGoModule rec {
description = "Dead simple terminal plots from JSON (or CSV) data. Bar charts, line charts, scatter plots, histograms and heatmaps are supported";
homepage = "https://github.com/sgreben/jp";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "jp";
};
}

View File

@@ -57,7 +57,6 @@ buildGoModule rec {
changelog = "https://github.com/kubearmor/kubearmor-client/releases/v${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
urandom
kashw2
];
};

View File

@@ -27,6 +27,6 @@ buildGoModule rec {
changelog = "https://github.com/kubernetes/code-generator/releases/tag/v${version}";
description = "Kubernetes code generation";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
};
}

View File

@@ -29,6 +29,6 @@ buildGoModule {
description = "Self-hosted file/code/media sharing website";
homepage = "https://put.icu";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
};
}

View File

@@ -57,7 +57,6 @@ buildGoModule (finalAttrs: {
homepage = "https://mgmtconfig.com";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
urandom
karpfediem
];
mainProgram = "mgmt";

View File

@@ -33,6 +33,6 @@ buildGoModule {
mainProgram = "nex";
homepage = "https://github.com/blynn/nex";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
};
}

View File

@@ -53,7 +53,6 @@ buildGoModule rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
lucperkins
urandom
];
};
}

View File

@@ -64,6 +64,6 @@ buildGoModule rec {
homepage = "https://gitlab.com/olaris/olaris-server";
changelog = "https://gitlab.com/olaris/olaris-server/-/releases/v${version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
};
}

View File

@@ -46,7 +46,6 @@ buildGoModule rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
stehessel
urandom
];
};
}

View File

@@ -45,7 +45,6 @@ buildGoModule rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
emattiza
urandom
];
mainProgram = "otel-cli";
};

View File

@@ -53,7 +53,7 @@ resholve.mkDerivation {
description = "Graphical assistant to reduce the size of a PDF file";
homepage = "https://github.com/jpfleury/pdfmm";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "pdfmm";
platforms = lib.platforms.linux ++ lib.platforms.darwin;
};

View File

@@ -32,7 +32,7 @@ buildGoModule rec {
description = "Alternative Yggdrasil network client";
homepage = "https://github.com/popura-network/popura";
license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "yggdrasil";
};
}

View File

@@ -103,7 +103,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/getpublii/publii/releases/tag/v${version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
urandom
sebtm
];
platforms = [ "x86_64-linux" ];

View File

@@ -22,7 +22,7 @@ buildGoModule rec {
changelog = "https://github.com/puddinging/rime-cli/releases/tag/v${version}";
description = "Command line tool to add customized vocabulary for Rime IME";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "rime-cli";
};
}

View File

@@ -31,6 +31,6 @@ buildGoModule rec {
mainProgram = "rke";
changelog = "https://github.com/rancher/rke/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
};
}

View File

@@ -298,7 +298,6 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [
mic92
equirosa
urandom
bkchr
emily
Gliczy

View File

@@ -112,7 +112,6 @@ stdenvNoCC.mkDerivation {
homepage = "https://github.com/sonic2kk/steamtinkerlaunch";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [
urandom
surfaceflinger
];
platforms = lib.platforms.linux;

View File

@@ -56,7 +56,7 @@ buildGoModule rec {
changelog = "https://github.com/containers/toolbox/releases/tag/${version}";
description = "Tool for containerized command line environments on Linux";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "toolbox";
};
}

View File

@@ -30,6 +30,6 @@ buildGoModule rec {
changelog = "https://github.com/vitessio/vitess/releases/tag/v${version}";
description = "Database clustering system for horizontal scaling of MySQL";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
};
}

View File

@@ -60,7 +60,7 @@ resholve.mkDerivation rec {
description = "NordVPN Wireguard (NordLynx) client in POSIX shell";
homepage = "https://github.com/phirecc/wgnord";
changelog = "https://github.com/phirecc/wgnord/releases/tag/v${version}";
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
license = lib.licenses.mit;
mainProgram = "wgnord";
platforms = lib.platforms.linux;

View File

@@ -88,7 +88,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Terminal user interface for Twitch";
homepage = "https://github.com/krathalan/wtwitch";
license = lib.licenses.gpl3Only;
maintainers = [ lib.maintainers.urandom ];
maintainers = [ ];
platforms = lib.platforms.all;
mainProgram = "wtwitch";
};

View File

@@ -82,7 +82,7 @@ resholve.mkDerivation rec {
homepage = "https://github.com/allanjude/zxfer";
changelog = "https://github.com/allanjude/zxfer/releases/tag/v${version}";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "zxfer";
};
}

View File

@@ -43,7 +43,6 @@ buildGoModule (finalAttrs: {
homepage = "https://www.jetify.com/devbox";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
urandom
lagoja
madeddie
];