maintainers: remove ckie

well, we failed. we have not saved nix together[0], and today's show of
utter incompetence[1] has pushed me over the edge along with many others[2]

it's been good. a lot of PRs. a lot of endless reviews.
some new friends, some old friends converted :P

cya in the next world, cuties <3

[0] https://save-nix-together.org/
[1] https://discourse.nixos.org/t/nca-member-jonringer-joint-announcement/48231
[2] https://github.com/NixOS/nixpkgs/issues?q=label%3A%228.has%3A+maintainer-list+%28update%29%22+remove+in%3Atitle+created%3A%3C2024-07-10
This commit is contained in:
ckie
2024-07-02 02:40:02 +02:00
committed by Yaya
parent 76cd1d2211
commit 7d34b64eca
26 changed files with 24 additions and 33 deletions
+1 -1
View File
@@ -53,7 +53,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
-8
View File
@@ -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";
+1 -1
View File
@@ -7,7 +7,7 @@ let
toml = pkgs.formats.toml { };
in
{
meta.maintainers = with maintainers; [ ckie ];
meta.maintainers = with maintainers; [ ];
options.services.rkvm = {
enable = mkOption {
@@ -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; [ ];
};
}
@@ -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";
};
+1 -1
View File
@@ -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
View File
@@ -102,7 +102,6 @@ buildNpmPackage rec {
license = lib.licenses.gpl3Only;
mainProgram = "blockbench";
maintainers = with lib.maintainers; [
ckie
tomasajt
];
};
+1 -1
View File
@@ -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;
};
})
+1 -1
View File
@@ -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;
};
}
+1 -1
View File
@@ -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";
};
}
+1 -1
View File
@@ -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;
};
+1 -1
View File
@@ -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; [ ];
};
}
+1 -1
View File
@@ -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; [ ];
};
}
@@ -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; [ ];
};
}
@@ -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; [ ];
};
}
@@ -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;
};
@@ -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;
};
}
@@ -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; [ ];
};
}
+1 -1
View File
@@ -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; [ ];
};
}
+1 -1
View File
@@ -51,6 +51,6 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ];
};
}
+1 -1
View File
@@ -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";
};
}
+1 -1
View File
@@ -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";
};
}
+1 -1
View File
@@ -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";
};
+1 -1
View File
@@ -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; [ ];
};
}
+1 -1
View File
@@ -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";
};
+1 -1
View File
@@ -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";
};