Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: decomissionate urandom #337478

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/applications/audio/aaxtomp3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ resholve.mkDerivation rec {
description = "Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS";
homepage = "https://krumpetpirate.github.io/AAXtoMP3";
license = licenses.wtfpl;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/display-managers/emptty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildGoModule rec {
description = "Dead simple CLI Display Manager on TTY";
homepage = "https://github.com/tvrzna/emptty";
license = licenses.mit;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
# many undefined functions
broken = stdenv.isDarwin;
mainProgram = "emptty";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/json-plot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 = licenses.mit;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "jp";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/emoji-picker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildGoModule rec {
description = "CLI Emoji Picker";
homepage = "https://github.com/bcongdon/ep";
license = licenses.mit;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "ep";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/gostatic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildGoModule rec {
description = "Fast static site generator";
homepage = "https://github.com/piranha/gostatic";
license = licenses.isc;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "gostatic";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/networking/avalanchego/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ buildGoModule rec {
homepage = "https://github.com/ava-labs/avalanchego";
changelog = "https://github.com/ava-labs/avalanchego/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ urandom qjoly ];
maintainers = with maintainers; [ qjoly ];
mainProgram = "avalanchego";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/networking/cluster/calico/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ builtins.mapAttrs (pname: { doCheck ? true, mainProgram ? pname, subPackages }:
changelog = "https://github.com/projectcalico/calico/releases/tag/v${version}";
description = "Cloud native networking and network security";
license = licenses.asl20;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
platforms = platforms.linux;
inherit mainProgram;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/cluster/inframap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ buildGoModule rec {
description = "Read your tfstate or HCL to generate a graph specific for each provider, showing only the resources that are most important/relevant";
homepage = "https://github.com/cycloidio/inframap";
license = licenses.mit;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/networking/cluster/rke/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ buildGoModule rec {
mainProgram = "rke";
changelog = "https://github.com/rancher/rke/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/networking/coreth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ buildGoModule rec {
homepage = "https://github.com/ava-labs/coreth";
changelog = "https://github.com/ava-labs/coreth/releases/tag/v${version}";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ stdenv.mkDerivation rec {
homepage = "https://signal.org/";
changelog = "https://github.com/signalapp/Signal-Desktop/releases/tag/v${version}";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ eclairevoyant mic92 equirosa urandom bkchr teutat3s ];
maintainers = with lib.maintainers; [ eclairevoyant mic92 equirosa bkchr teutat3s ];
mainProgram = pname;
platforms = [ "x86_64-linux" "aarch64-linux" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/netmaker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ buildGoModule rec {
homepage = "https://netmaker.io";
changelog = "https://github.com/gravitl/netmaker/-/releases/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ urandom qjoly ];
maintainers = with maintainers; [ qjoly ];
mainProgram = "netmaker";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/networking/wgnord/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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 = licenses.mit;
mainProgram = "wgnord";
platforms = platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/office/pdfmm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ resholve.mkDerivation rec {
description = "Graphical assistant to reduce the size of a PDF file";
homepage = "https://github.com/jpfleury/pdfmm";
license = licenses.gpl3Only;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "pdfmm";
platforms = platforms.linux ++ platforms.darwin;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/office/rime-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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 = licenses.asl20;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "rime-cli";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/system/booster/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ buildGoModule rec {
description = "Fast and secure initramfs generator";
homepage = "https://github.com/anatol/booster";
license = licenses.mit;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "init";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/system/mgmt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ buildGoModule rec {
description = "Next generation distributed, event-driven, parallel config management!";
homepage = "https://mgmtconfig.com";
license = licenses.gpl3Only;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "mgmt";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/system/zxfer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ resholve.mkDerivation rec {
homepage = "https://github.com/allanjude/zxfer";
changelog = "https://github.com/allanjude/zxfer/releases/tag/v${version}";
license = licenses.bsd2;
maintainers = with lib.maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "zxfer";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/deepgit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.syntevo.com/deepgit";
changelog = "https://www.syntevo.com/deepgit/changelog.txt";
license = licenses.unfree;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "deepgit";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/toolbox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ buildGoModule rec {
changelog = "https://github.com/containers/toolbox/releases/tag/${version}";
description = "Tool for containerized command line environments on Linux";
license = licenses.asl20;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "toolbox";
};
}
1 change: 0 additions & 1 deletion pkgs/by-name/al/allmark/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ buildGoModule rec {
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
luftmensch-luftmensch
urandom
];
mainProgram = "allmark";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/di/dissent/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ buildGoModule rec {
homepage = "https://github.com/diamondburned/dissent";
license = with licenses; [ gpl3Plus cc0 ];
mainProgram = "dissent";
maintainers = with maintainers; [ hmenke urandom aleksana ];
maintainers = with maintainers; [ hmenke aleksana ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/fo/forgejo/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ buildGoModule rec {
homepage = "https://forgejo.org";
changelog = "https://codeberg.org/forgejo/forgejo/releases/tag/${src.rev}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ emilylange urandom bendlas adamcstephens ];
maintainers = with lib.maintainers; [ emilylange bendlas adamcstephens ];
broken = stdenv.isDarwin;
mainProgram = "gitea";
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/go/govers/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ buildGoModule {
mainProgram = "govers";
maintainers = with lib.maintainers; [
luftmensch-luftmensch
urandom
];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/ka/karmor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ buildGoModule rec {
homepage = "https://kubearmor.io";
changelog = "https://github.com/kubearmor/kubearmor-client/releases/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ urandom kashw2 ];
maintainers = with maintainers; [ kashw2 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/oh/oh-my-posh/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ buildGoModule rec {
homepage = "https://ohmyposh.dev";
changelog = "https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ lucperkins urandom ];
maintainers = with maintainers; [ lucperkins ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/wt/wtwitch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
description = "Terminal user interface for Twitch";
homepage = "https://github.com/krathalan/wtwitch";
license = licenses.gpl3Only;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
platforms = platforms.all;
mainProgram = "wtwitch";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/compilers/gnostic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,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 = licenses.asl20;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/tools/coder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://coder.com";
license = lib.licenses.agpl3Only;
mainProgram = "coder";
maintainers = with lib.maintainers; [ ghuntley kylecarbs urandom ];
maintainers = with lib.maintainers; [ ghuntley kylecarbs ];
};

passthru = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/database/vitess/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ buildGoModule rec {
changelog = "https://github.com/vitessio/vitess/releases/tag/v${version}";
description = "Database clustering system for horizontal scaling of MySQL";
license = licenses.asl20;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/tools/devbox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ buildGoModule rec {
description = "Instant, easy, predictable shells and containers";
homepage = "https://www.jetpack.io/devbox";
license = licenses.asl20;
maintainers = with maintainers; [ urandom lagoja ];
maintainers = with maintainers; [ lagoja ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/tools/gotags/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ buildGoModule rec {
mainProgram = "gotags";
homepage = "https://github.com/jstemmer/gotags";
license = licenses.mit;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/tools/gotestfmt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ buildGoModule rec {
homepage = "https://github.com/gotesttools/gotestfmt";
changelog = "https://github.com/GoTestTools/gotestfmt/releases/tag/v${version}";
license = licenses.unlicense;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ buildGoModule rec {
changelog = "https://github.com/kubernetes/code-generator/releases/tag/v${version}";
description = "Kubernetes code generation";
license = licenses.asl20;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/tools/parsing/nex/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ buildGoModule rec {
mainProgram = "nex";
homepage = "https://github.com/blynn/nex";
license = licenses.gpl3Only;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/web/publii/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
homepage = "https://getpublii.com";
changelog = "https://github.com/getpublii/publii/releases/tag/v${version}";
license = licenses.gpl3Only;
maintainers = with lib.maintainers; [ urandom sebtm ];
maintainers = with lib.maintainers; [ sebtm ];
platforms = [ "x86_64-linux" ];
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/imaginary/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ buildGoModule rec {
changelog = "https://github.com/h2non/${pname}/releases/tag/v${version}";
description = "Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda urandom ];
maintainers = with maintainers; [ dotlambda ];
mainProgram = "imaginary";
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/olaris/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ buildGoModule rec {
homepage = "https://gitlab.com/olaris/olaris-server";
changelog = "https://gitlab.com/olaris/olaris-server/-/releases/v${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/web-apps/5etools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fetchFromGitHub rec {
homepage = "https://5e.tools";
changelog = "https://github.com/5etools-mirror-1/5etools-mirror-1.github.io/releases/tag/v${version}";
license = [ licenses.mit ];
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
hydraPlatforms = []; # src tarball is 4.7G, unpackeed 4.8G, exceeds hydras output limit
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/web-apps/linx-server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ buildGoModule rec {
description = "Self-hosted file/code/media sharing website";
homepage = "https://put.icu";
license = licenses.gpl3Only;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/games/steamtinkerlaunch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ stdenvNoCC.mkDerivation {
mainProgram = "steamtinkerlaunch";
homepage = "https://github.com/sonic2kk/steamtinkerlaunch";
license = licenses.gpl3;
maintainers = with maintainers; [ urandom surfaceflinger ];
maintainers = with maintainers; [ surfaceflinger ];
platforms = lib.platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/otel-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildGoModule rec {
description = "Command-line tool for sending OpenTelemetry traces";
changelog = "https://github.com/equinix-labs/otel-cli/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with lib.maintainers; [ emattiza urandom ];
maintainers = with lib.maintainers; [ emattiza ];
mainProgram = "otel-cli";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/networking/ivpn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ builtins.mapAttrs (pname: attrs: buildGoModule (attrs // rec {
homepage = "https://www.ivpn.net/apps";
changelog = "https://github.com/ivpn/desktop-app/releases/tag/v${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ urandom ataraxiasjel ];
maintainers = with maintainers; [ ataraxiasjel ];
mainProgram = "ivpn";
};
})) {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/networking/popura/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildGoModule rec {
description = "Alternative Yggdrasil network client";
homepage = "https://github.com/popura-network/popura";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
mainProgram = "yggdrasil";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/security/argocd-vault-plugin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,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 = licenses.asl20;
maintainers = with maintainers; [ urandom ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/security/crowdsec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ buildGoModule rec {
being shared among all users to further improve everyone's security.
'';
license = licenses.mit;
maintainers = with maintainers; [ jk urandom ];
maintainers = with maintainers; [ jk ];
};
}
Loading