amaranth, glasgow: add myself as maintainer

Emily isn't gone but mostly dormant for right now; I maintain almost all
other EDA tooling so this will ensure I'm CC'd on needed changes and
updates, especially since some Amaranth and Glasgow have some ties to
Yosys.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2022-01-11 13:05:29 -06:00
parent 94f60c1ee9
commit 810e09c544
No known key found for this signature in database
GPG key ID: 25D2038DEB08021D
4 changed files with 4 additions and 4 deletions

View file

@ -33,6 +33,6 @@ buildPythonPackage rec {
description = "Board definitions for Amaranth HDL";
homepage = "https://github.com/amaranth-lang/amaranth-boards";
license = licenses.bsd2;
maintainers = with maintainers; [ emily ];
maintainers = with maintainers; [ emily thoughtpolice ];
};
}

View file

@ -30,6 +30,6 @@ buildPythonPackage rec {
description = "System on Chip toolkit for Amaranth HDL";
homepage = "https://github.com/amaranth-lang/amaranth-soc";
license = licenses.bsd2;
maintainers = with maintainers; [ emily ];
maintainers = with maintainers; [ emily thoughtpolice ];
};
}

View file

@ -65,6 +65,6 @@ buildPythonPackage rec {
description = "A modern hardware definition language and toolchain based on Python";
homepage = "https://amaranth-lang.org/docs/amaranth";
license = licenses.bsd2;
maintainers = with maintainers; [ emily ];
maintainers = with maintainers; [ emily thoughtpolice ];
};
}

View file

@ -72,6 +72,6 @@ buildPythonPackage rec {
description = "Software for Glasgow, a digital interface multitool";
homepage = "https://github.com/GlasgowEmbedded/Glasgow";
license = licenses.bsd0;
maintainers = with maintainers; [ emily ];
maintainers = with maintainers; [ emily thoughtpolice ];
};
}