Merge pull request #232320 from emilytrau/minimal-bootstrap-team

maintainers: add minimal-bootstrap team
This commit is contained in:
K900 2023-05-18 11:22:11 +03:00 committed by GitHub
commit 26be00fcbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 25 additions and 14 deletions

View file

@ -546,6 +546,17 @@ with lib.maintainers; {
shortName = "Matrix";
};
minimal-bootstrap = {
members = [
artturin
emilytrau
ericson2314
jk
];
scope = "Maintain the minimal-bootstrap toolchain and related packages.";
shortName = "Minimal Bootstrap";
};
mobile = {
members = [
samueldr

View file

@ -154,7 +154,7 @@ kaem.runCommand "${pname}-${version}" {
description = "A tool to control the generation of non-source files from sources";
homepage = "https://www.gnu.org/software/make";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ emilytrau ];
maintainers = teams.minimal-bootstrap.members;
mainProgram = "make";
platforms = platforms.unix;
};

View file

@ -76,7 +76,7 @@ kaem.runCommand "${pname}-${version}" {
description = "GNU Patch, a program to apply differences to files";
homepage = "https://www.gnu.org/software/patch";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ emilytrau ];
maintainers = teams.minimal-bootstrap.members;
mainProgram = "patch";
platforms = platforms.unix;
};

View file

@ -14,7 +14,7 @@ kaem.runCommand "${pname}-${version}" {
meta = with lib; {
description = "Basic tool for creating symbolic links";
license = licenses.mit;
maintainers = with maintainers; [ emilytrau ];
maintainers = teams.minimal-bootstrap.members;
mainProgram = "ln";
platforms = platforms.unix;
};

View file

@ -38,7 +38,7 @@ let
description = "Scheme interpreter and C compiler for bootstrapping";
homepage = "https://www.gnu.org/software/mes";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ emilytrau ];
maintainers = teams.minimal-bootstrap.members;
platforms = [ "i686-linux" ];
};

View file

@ -31,7 +31,7 @@ kaem.runCommand "${pname}-${version}" {
description = "The Mes C Library";
homepage = "https://www.gnu.org/software/mes";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ emilytrau ];
maintainers = teams.minimal-bootstrap.members;
platforms = [ "i686-linux" ];
};
} ''

View file

@ -28,7 +28,7 @@ kaem.runCommand "${pname}-${version}" {
'';
homepage = "https://savannah.nongnu.org/projects/nyacc";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ emilytrau ];
maintainers = teams.minimal-bootstrap.members;
platforms = platforms.all;
};
} ''

View file

@ -17,7 +17,7 @@ derivationWithMeta {
description = "Minimal assembler for bootstrapping";
homepage = "https://github.com/oriansj/stage0-posix";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ emilytrau ];
maintainers = teams.minimal-bootstrap.members;
platforms = [ "i686-linux" ];
};

View file

@ -45,7 +45,7 @@ derivationWithMeta {
description = "Minimal build tool for running scripts on systems that lack any shell";
homepage = "https://github.com/oriansj/mescc-tools";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ emilytrau ];
maintainers = teams.minimal-bootstrap.members;
platforms = [ "i686-linux" ];
};
}

View file

@ -17,7 +17,7 @@ derivationWithMeta {
description = "First stage minimal scriptable build tool for bootstrapping";
homepage = "https://github.com/oriansj/stage0-posix";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ emilytrau ];
maintainers = teams.minimal-bootstrap.members;
platforms = [ "i686-linux" ];
};
}

View file

@ -23,7 +23,7 @@ derivationWithMeta {
description = "Collection of tools written for use in bootstrapping";
homepage = "https://github.com/oriansj/mescc-tools-extra";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ emilytrau ];
maintainers = teams.minimal-bootstrap.members;
platforms = [ "i686-linux" ];
};
}

View file

@ -82,7 +82,7 @@ derivationWithMeta {
description = "Collection of tools written for use in bootstrapping";
homepage = "https://github.com/oriansj/mescc-tools";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ emilytrau ];
maintainers = teams.minimal-bootstrap.members;
platforms = [ "i686-linux" ];
};
}

View file

@ -45,7 +45,7 @@ rec {
description = "Collection of tools written for use in bootstrapping";
homepage = "https://github.com/oriansj/stage0-posix";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ emilytrau ];
maintainers = teams.minimal-bootstrap.members;
platforms = [ "i686-linux" ];
};
};

View file

@ -35,7 +35,7 @@ let
description = "Tiny C Compiler's bootstrappable fork";
homepage = "https://gitlab.com/janneke/tinycc";
license = licenses.lgpl21Only;
maintainers = with maintainers; [ emilytrau ];
maintainers = teams.minimal-bootstrap.members;
platforms = [ "i686-linux" ];
};

View file

@ -31,7 +31,7 @@ let
description = "Small, fast, and embeddable C compiler and interpreter";
homepage = "https://repo.or.cz/w/tinycc.git";
license = licenses.lgpl21Only;
maintainers = with maintainers; [ emilytrau ];
maintainers = teams.minimal-bootstrap.members;
platforms = [ "i686-linux" ];
};