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

maintainers: remove ckie #323895

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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
/pkgs/build-support/setup-hooks/auto-patchelf.py @layus
/pkgs/pkgs-lib @infinisil
## Format generators/serializers
/pkgs/pkgs-lib/formats/libconfig @ckiee @h7x4
/pkgs/pkgs-lib/formats/libconfig @h7x4
/pkgs/pkgs-lib/formats/hocon @h7x4

# pkgs/by-name
Expand Down
8 changes: 0 additions & 8 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3713,14 +3713,6 @@
githubId = 1448923;
name = "Christian Kauhaus";
};
ckie = {
email = "nixpkgs-0efe364@ckie.dev";
github = "ckiee";
githubId = 25263210;
keys = [ { fingerprint = "539F 0655 4D35 38A5 429A E253 13E7 9449 C052 5215"; } ];
name = "ckie";
matrix = "@ckie:ckie.dev";
};
cko = {
email = "christine.koppelt@gmail.com";
github = "cko";
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/rkvm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
toml = pkgs.formats.toml { };
in
{
meta.maintainers = with maintainers; [ ckie ];
meta.maintainers = with maintainers; [ ];

options.services.rkvm = {
enable = mkOption {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/in-formant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
# currently broken on i686-linux and aarch64-linux due to other nixpkgs dependencies
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/editors/l3afpad/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "Simple text editor forked from Leafpad using GTK+ 3.x";
homepage = "https://github.com/stevenhoneyman/l3afpad";
platforms = platforms.linux;
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
license = licenses.gpl2;
mainProgram = "l3afpad";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/video/rtabmap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
description = "Real-Time Appearance-Based 3D Mapping";
homepage = "https://introlab.github.io/rtabmap/";
license = licenses.bsd3;
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
platforms = with platforms; linux;
};
}
1 change: 0 additions & 1 deletion pkgs/by-name/bl/blockbench/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ buildNpmPackage rec {
license = lib.licenses.gpl3Only;
mainProgram = "blockbench";
maintainers = with lib.maintainers; [
ckie
tomasajt
];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/lo/logiops/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ stdenv.mkDerivation (oldAttrs: {
mainProgram = "logid";
homepage = "https://github.com/PixlOne/logiops";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
platforms = with platforms; linux;
};
})
2 changes: 1 addition & 1 deletion pkgs/by-name/lo/logiops_0_2_3/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
mainProgram = "logid";
homepage = "https://github.com/PixlOne/logiops";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
platforms = with platforms; linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/mo/mommy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/FWDekker/mommy/blob/v${version}/CHANGELOG.md";
license = licenses.unlicense;
platforms = platforms.all;
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
mainProgram = "mommy";
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/po/polybar/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ stdenv.mkDerivation (finalAttrs: {
having a black belt in shell scripting.
'';
license = licenses.mit;
maintainers = with maintainers; [ afldcr Br1ght0ne moni ckie ];
maintainers = with maintainers; [ afldcr Br1ght0ne moni ];
mainProgram = "polybar";
platforms = platforms.linux;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/data/soundfonts/generaluser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.schristiancollins.com/generaluser.php";
license = licenses.generaluser;
platforms = platforms.all;
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/data/soundfonts/ydp-grand/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ stdenv.mkDerivation {
homepage = "https://freepats.zenvoid.org/Piano/acoustic-grand-piano.html";
license = licenses.cc-by-30;
platforms = platforms.all;
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/dragonfly/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ buildPythonPackage rec {
description = "Speech recognition framework allowing powerful Python-based scripting";
homepage = "https://github.com/dictation-toolbox/dragonfly";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/gpt-2-simple/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ buildPythonPackage rec {
description = "Easily retrain OpenAI's GPT-2 text-generating model on new texts";
homepage = "https://github.com/minimaxir/gpt-2-simple";
license = licenses.mit;
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ buildPythonPackage rec {
description = "Python Kaldi speech recognition";
homepage = "https://github.com/daanzu/kaldi-active-grammar";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
# Other platforms are supported upstream.
platforms = platforms.linux;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
description = "Speech Recognition Toolkit";
homepage = "https://kaldi-asr.org";
license = licenses.mit;
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/ush/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ buildPythonPackage rec {
description = "Powerful API for invoking with external commands";
homepage = "https://github.com/tarruda/python-ush";
license = licenses.mit;
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/tools/nasmfmt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ buildGoModule rec {
mainProgram = "nasmfmt";
homepage = "https://github.com/yamnikov-oleg/nasmfmt";
license = licenses.mit;
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/games/linthesia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/pufferpanel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ buildGoModule rec {
description = "Free, open source game management panel";
homepage = "https://www.pufferpanel.com/";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ ckie tie ];
maintainers = with maintainers; [ tie ];
mainProgram = "pufferpanel";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/cp210x-program/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
description = "EEPROM tool for Silabs CP210x USB-Serial adapter";
homepage = "https://github.com/VCTLabs/cp210x-program";
license = licenses.lgpl21Only; # plus/only status unclear
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
mainProgram = "cp210x-program";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/lerpn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication {
meta = with lib; {
homepage = "https://gitea.alexisvl.rocks/alexisvl/lerpn";
description = "Curses RPN calculator written in straight Python";
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
license = licenses.gpl3Plus;
mainProgram = "lerpn";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/misc/rkvm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/htrefil/rkvm/releases/tag/${version}";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/zthrottle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
description = "Program that throttles a pipeline, only letting a line through at most every $1 seconds";
homepage = "https://github.com/anko/zthrottle";
license = licenses.unlicense;
maintainers = [ maintainers.ckie ];
maintainers = [ ];
platforms = platforms.unix;
mainProgram = "zthrottle";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/networking/cnping/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Minimal Graphical IPV4 Ping Tool";
homepage = "https://github.com/cntools/cnping";
license = with licenses; [ mit bsd3 ]; # dual licensed, MIT-x11 & BSD-3-Clause
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
mainProgram = "cnping";
};
Expand Down