maintainers: drop averelld (#495511)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -66,7 +66,6 @@ stdenv.mkDerivation rec {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
raskin
|
||||
averelld
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "pdftk";
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user