Skip to content
Merged
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
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11347,12 +11347,6 @@
githubId = 13804737;
keys = [ { fingerprint = "7FE2 113A A08B 695A C8B8 DDE6 AE53 B4C2 E58E DD45"; } ];
};
lf- = {
email = "nix-maint@lfcode.ca";
github = "lf-";
githubId = 6652840;
name = "Jade";
};
lgcl = {
email = "dev@lgcl.de";
name = "Leon Vack";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ba/backlight-auto/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "backlight-auto";
homepage = "https://len.falken.directory/backlight-auto.html";
license = licenses.mit;
maintainers = [ maintainers.lf- ];
maintainers = [ ];
platforms = platforms.linux;
};
})
2 changes: 1 addition & 1 deletion pkgs/by-name/cl/clangbuildanalyzer/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Tool for analyzing Clang's -ftime-trace files";
homepage = "https://github.com/aras-p/ClangBuildAnalyzer";
maintainers = with lib.maintainers; [ lf- ];
maintainers = [ ];
license = lib.licenses.unlicense;
platforms = lib.platforms.unix;
mainProgram = "ClangBuildAnalyzer";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/op/opengist/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ buildGoModule {
mainProgram = "opengist";
homepage = "https://github.com/thomiceli/opengist";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ lf- ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/tracing/honeycomb/refinery/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildGoModule rec {
homepage = "https://github.com/honeycombio/refinery";
description = "Tail-sampling proxy for OpenTelemetry";
license = licenses.asl20;
maintainers = with maintainers; [ lf- ];
maintainers = [ ];
mainProgram = "refinery";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/package-management/nix-doc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rustPlatform.buildRustPackage rec {
longDescription = "An interactive Nix documentation tool providing a CLI for function search, a Nix plugin for docs in the REPL, and a ctags implementation for Nix script";
homepage = "https://github.com/lf-/nix-doc";
license = licenses.lgpl3Plus;
maintainers = [ maintainers.lf- ];
maintainers = [ ];
platforms = platforms.unix;
mainProgram = "nix-doc";
};
Expand Down