maintainers: drop averelld (#495511)

This commit is contained in:
Yohann Boniface
2026-03-08 22:53:12 +00:00
committed by GitHub
5 changed files with 4 additions and 12 deletions
-6
View File
@@ -2688,12 +2688,6 @@
githubId = 2530548;
name = "Aaron VerDow";
};
averelld = {
email = "averell+nixos@rxd4.com";
github = "averelld";
githubId = 687218;
name = "averelld";
};
avery = {
email = "nixpkgs@avery.cafe";
github = "coolavery";
+2 -3
View File
@@ -42,9 +42,8 @@ stdenv.mkDerivation {
description = "Go engine modeled after AlphaGo Zero";
homepage = "https://github.com/gcp/leela-zero";
license = lib.licenses.gpl3Plus;
maintainers = [
lib.maintainers.averelld
lib.maintainers.omnipotententity
maintainers = with lib.maintainers; [
omnipotententity
];
platforms = lib.platforms.linux;
};
-1
View File
@@ -66,7 +66,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
raskin
averelld
];
platforms = lib.platforms.unix;
mainProgram = "pdftk";
+1 -1
View File
@@ -172,6 +172,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "http://x2go.org/";
platforms = lib.platforms.linux;
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ averelld ];
maintainers = [ ];
};
})
@@ -25,6 +25,6 @@ buildPythonPackage rec {
description = "Turn Python scripts into handouts with Markdown and figures";
homepage = "https://github.com/danijar/handout";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ averelld ];
maintainers = [ ];
};
}