mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
maintainers: drop urandom
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,7 +36,6 @@ buildGoModule rec {
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
luftmensch-luftmensch
|
||||
urandom
|
||||
];
|
||||
mainProgram = "allmark";
|
||||
};
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -104,7 +104,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
ghuntley
|
||||
kylecarbs
|
||||
urandom
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -80,7 +80,6 @@ buildGoModule rec {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
jk
|
||||
urandom
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -68,7 +68,6 @@ buildGoModule rec {
|
||||
mainProgram = "dissent";
|
||||
maintainers = with lib.maintainers; [
|
||||
hmenke
|
||||
urandom
|
||||
aleksana
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,6 +36,6 @@ buildGoModule {
|
||||
mainProgram = "gotags";
|
||||
homepage = "https://github.com/jstemmer/gotags";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ urandom ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,7 +32,6 @@ buildGoModule {
|
||||
mainProgram = "govers";
|
||||
maintainers = with lib.maintainers; [
|
||||
luftmensch-luftmensch
|
||||
urandom
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -49,7 +49,6 @@ buildGoModule rec {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
dotlambda
|
||||
urandom
|
||||
];
|
||||
mainProgram = "imaginary";
|
||||
};
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -57,7 +57,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://mgmtconfig.com";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
urandom
|
||||
karpfediem
|
||||
];
|
||||
mainProgram = "mgmt";
|
||||
|
||||
@@ -33,6 +33,6 @@ buildGoModule {
|
||||
mainProgram = "nex";
|
||||
homepage = "https://github.com/blynn/nex";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ urandom ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -53,7 +53,6 @@ buildGoModule rec {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
lucperkins
|
||||
urandom
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -46,7 +46,6 @@ buildGoModule rec {
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
stehessel
|
||||
urandom
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,7 +45,6 @@ buildGoModule rec {
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
emattiza
|
||||
urandom
|
||||
];
|
||||
mainProgram = "otel-cli";
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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" ];
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -298,7 +298,6 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with lib.maintainers; [
|
||||
mic92
|
||||
equirosa
|
||||
urandom
|
||||
bkchr
|
||||
emily
|
||||
Gliczy
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -43,7 +43,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://www.jetify.com/devbox";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
urandom
|
||||
lagoja
|
||||
madeddie
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user