maintainers: remove freezeboy (#459237)

This commit is contained in:
Martin Weinelt
2025-11-13 22:23:58 +00:00
committed by GitHub
35 changed files with 34 additions and 56 deletions
+2 -2
View File
@@ -507,8 +507,8 @@ pkgs/servers/authelia/ @06kellyjac @dit7ya @nicomem
pkgs/by-name/oc/octodns/ @anthonyroussel
# Teleport
/pkgs/build-support/teleport @arianvp @justinas @sigma @tomberek @freezeboy @techknowlogick @JuliusFreudenberger
pkgs/by-name/te/teleport* @arianvp @justinas @sigma @tomberek @freezeboy @techknowlogick @JuliusFreudenberger
/pkgs/build-support/teleport @arianvp @justinas @sigma @tomberek @techknowlogick @JuliusFreudenberger
pkgs/by-name/te/teleport* @arianvp @justinas @sigma @tomberek @techknowlogick @JuliusFreudenberger
# Warp-terminal
pkgs/by-name/wa/warp-terminal/ @emilytrau @imadnyc @FlameFlag @johnrtitor
-5
View File
@@ -8837,11 +8837,6 @@
githubId = 32936898;
name = "Wu Zhenyu";
};
freezeboy = {
github = "freezeboy";
githubId = 13279982;
name = "freezeboy";
};
frenetic00 = {
github = "frenetic00";
githubId = 50942055;
+1 -4
View File
@@ -5,10 +5,7 @@ let
in
{
name = "n8n";
meta.maintainers = with lib.maintainers; [
freezeboy
k900
];
meta.maintainers = with lib.maintainers; [ k900 ];
node.pkgsReadOnly = false;
+2 -2
View File
@@ -1,8 +1,8 @@
{ lib, ... }:
{
name = "plikd";
meta = with lib.maintainers; {
maintainers = [ freezeboy ];
meta = {
maintainers = [ ];
};
nodes.machine =
-1
View File
@@ -202,7 +202,6 @@ buildGoModule (finalAttrs: {
justinas
sigma
tomberek
freezeboy
techknowlogick
juliusfreudenberger
];
+1 -1
View File
@@ -91,7 +91,7 @@ python3Packages.buildPythonApplication rec {
changelog = "https://github.com/EnterpriseDB/barman/blob/${src.tag}/RELNOTES.md";
mainProgram = "barman";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ freezeboy ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}
+1 -1
View File
@@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
https://datatracker.ietf.org/doc/html/rfc7932
'';
license = licenses.mit;
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
pkgConfigModules = [
"libbrotlidec"
"libbrotlienc"
+1 -1
View File
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://colobot.info/";
description = "Game data for colobot";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ freezeboy ];
maintainers = [ ];
platforms = lib.platforms.linux;
};
})
+1 -1
View File
@@ -70,7 +70,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://colobot.info/";
description = "Real-time strategy game with programmable bots";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ freezeboy ];
maintainers = [ ];
platforms = lib.platforms.linux;
};
})
+1 -4
View File
@@ -21,10 +21,7 @@ buildNpmPackage rec {
description = "Commitizen command line utility";
homepage = "https://commitizen.github.io/cz-cli";
changelog = "https://github.com/commitizen/cz-cli/releases/tag/v${version}";
maintainers = with lib.maintainers; [
freezeboy
natsukium
];
maintainers = with lib.maintainers; [ natsukium ];
license = lib.licenses.mit;
};
}
+1 -1
View File
@@ -23,7 +23,7 @@ buildGoModule rec {
description = "Live coding demos without Context Switching";
homepage = "https://github.com/dgageot/demoit";
license = licenses.asl20;
maintainers = [ maintainers.freezeboy ];
maintainers = [ ];
mainProgram = "demoit";
};
}
-1
View File
@@ -83,7 +83,6 @@ buildGoModule (finalAttrs: {
homepage = "https://gitlab.com/gitlab-org/cli";
changelog = "https://gitlab.com/gitlab-org/cli/-/releases/v${finalAttrs.version}";
maintainers = with lib.maintainers; [
freezeboy
luftmensch-luftmensch
anthonyroussel
];
+1 -1
View File
@@ -39,6 +39,6 @@ stdenv.mkDerivation {
homepage = "https://www.iannix.org/";
license = lib.licenses.lgpl3;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ freezeboy ];
maintainers = [ ];
};
}
+1 -4
View File
@@ -27,10 +27,7 @@ appimageTools.wrapType2 {
description = "French TV service";
homepage = "https://www.molotov.tv/";
license = with licenses; [ unfree ];
maintainers = with maintainers; [
apeyroux
freezeboy
];
maintainers = with maintainers; [ apeyroux ];
platforms = [ "x86_64-linux" ];
mainProgram = "molotov";
};
+1 -1
View File
@@ -24,7 +24,7 @@ buildNpmPackage rec {
description = "Command-line collection runner for Postman";
mainProgram = "newman";
changelog = "https://github.com/postmanlabs/newman/releases/tag/v${version}";
maintainers = with lib.maintainers; [ freezeboy ];
maintainers = [ ];
license = lib.licenses.asl20;
};
}
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
homepage = "https://snap7.sourceforge.net/";
description = "Step7 Open Source Ethernet Communication Suite";
license = licenses.lgpl3;
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
platforms = platforms.linux;
};
}
+1 -4
View File
@@ -28,10 +28,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/trunk-rs/trunk";
description = "Build, bundle & ship your Rust WASM application to the web";
mainProgram = "trunk";
maintainers = with maintainers; [
freezeboy
ctron
];
maintainers = with maintainers; [ ctron ];
license = with licenses; [ asl20 ];
};
}
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
meta = with lib; {
homepage = "https://gitlab.com/accounts-sso/signond";
description = "Signon Daemon for Qt";
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
platforms = platforms.linux;
};
}
@@ -34,6 +34,6 @@ buildPythonPackage rec {
homepage = "https://github.com/mpcabd/python-arabic-reshaper";
changelog = "https://github.com/mpcabd/python-arabic-reshaper/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
};
}
@@ -30,6 +30,6 @@ buildPythonPackage rec {
homepage = "https://github.com/click-contrib/click-help-colors";
changelog = "https://github.com/click-contrib/click-help-colors/blob/${version}/CHANGES.rst";
license = licenses.mit;
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
};
}
@@ -44,6 +44,6 @@ buildPythonPackage rec {
homepage = "https://github.com/googleapis/python-crc32c";
changelog = "https://github.com/googleapis/python-crc32c/blob/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
};
}
@@ -44,7 +44,7 @@ buildPythonPackage rec {
description = "Wrapper around the DogStatsd client";
homepage = "https://paperspace.com";
license = licenses.mit;
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
platforms = platforms.unix;
};
}
@@ -64,7 +64,7 @@ buildPythonPackage rec {
description = "Python utils and helpers library for Gradient";
homepage = "https://github.com/Paperspace/gradient-utils";
license = licenses.mit;
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
platforms = platforms.unix;
};
}
@@ -48,6 +48,6 @@ buildPythonPackage rec {
homepage = "http://hyperopt.github.io/hyperopt/";
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
};
}
@@ -38,6 +38,6 @@ buildPythonPackage rec {
homepage = "https://github.com/rhgrant10/ndjson";
changelog = "https://github.com/rhgrant10/ndjson/blob/v${version}/HISTORY.rst";
license = licenses.gpl3Only;
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
};
}
@@ -31,6 +31,6 @@ buildPythonPackage rec {
homepage = "https://github.com/pywbem/nocasedict";
changelog = "https://github.com/pywbem/nocasedict/blob/${version}/docs/changes.rst";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
};
}
@@ -37,6 +37,6 @@ buildPythonPackage rec {
homepage = "https://github.com/pywbem/nocaselist";
changelog = "https://github.com/pywbem/nocaselist/blob/${version}/docs/changes.rst";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
};
}
@@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "Set of classes to help create extensions of Python in the C++ language";
homepage = "https://sourceforge.net/projects/cxx/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ freezeboy ];
maintainers = [ ];
};
}
@@ -42,6 +42,6 @@ buildPythonPackage rec {
description = "Pure python implementation of the BiDi layout algorithm";
mainProgram = "pybidi";
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ freezeboy ];
maintainers = [ ];
};
}
@@ -41,6 +41,6 @@ buildPythonPackage rec {
mainProgram = "snap7-server";
homepage = "https://github.com/gijzelaerr/python-snap7";
license = licenses.mit;
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
};
}
@@ -23,6 +23,6 @@ buildPythonPackage rec {
description = "Sockjs server";
homepage = "https://github.com/aio-libs/sockjs";
license = licenses.asl20;
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
};
}
@@ -49,9 +49,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Phynix/yamlloader";
changelog = "https://github.com/Phynix/yamlloader/releases/tag/${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
freezeboy
sarahec
];
maintainers = with lib.maintainers; [ sarahec ];
};
}
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Virtual camera driver for Linux";
homepage = "https://github.com/webcamoid/akvcam";
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
platforms = platforms.linux;
license = licenses.gpl2Only;
};
+1 -1
View File
@@ -22,7 +22,7 @@ let
meta = with lib; {
homepage = "https://plik.root.gg/";
description = "Scalable & friendly temporary file upload system";
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
license = licenses.mit;
mainProgram = "plik";
};
+1 -1
View File
@@ -140,7 +140,7 @@ stdenv.mkDerivation rec {
description = "Free and open-source learning management system (LMS) written in PHP";
license = licenses.gpl3Plus;
homepage = "https://moodle.org/";
maintainers = with maintainers; [ freezeboy ];
maintainers = [ ];
platforms = platforms.all;
};
}