summary refs log tree commit diff
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2022-01-11 13:05:29 -0600
committerAustin Seipp <aseipp@pobox.com>2022-01-11 13:56:24 -0600
commit810e09c544b500e25951291eaf64fedb8c067300 (patch)
tree0fde9e6f9d92dd90b9e9b3974a5a07228c91291d
parent94f60c1ee91f348150fed639ab6e0b706144d9cb (diff)
downloadnixpkgs-810e09c544b500e25951291eaf64fedb8c067300.tar
nixpkgs-810e09c544b500e25951291eaf64fedb8c067300.tar.gz
nixpkgs-810e09c544b500e25951291eaf64fedb8c067300.tar.bz2
nixpkgs-810e09c544b500e25951291eaf64fedb8c067300.tar.lz
nixpkgs-810e09c544b500e25951291eaf64fedb8c067300.tar.xz
nixpkgs-810e09c544b500e25951291eaf64fedb8c067300.tar.zst
nixpkgs-810e09c544b500e25951291eaf64fedb8c067300.zip
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>
-rw-r--r--pkgs/development/python-modules/amaranth-boards/default.nix2
-rw-r--r--pkgs/development/python-modules/amaranth-soc/default.nix2
-rw-r--r--pkgs/development/python-modules/amaranth/default.nix2
-rw-r--r--pkgs/development/python-modules/glasgow/default.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/amaranth-boards/default.nix b/pkgs/development/python-modules/amaranth-boards/default.nix
index 5745596f796..1b152e70d7b 100644
--- a/pkgs/development/python-modules/amaranth-boards/default.nix
+++ b/pkgs/development/python-modules/amaranth-boards/default.nix
@@ -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 ];
   };
 }
diff --git a/pkgs/development/python-modules/amaranth-soc/default.nix b/pkgs/development/python-modules/amaranth-soc/default.nix
index e9fdd8c284e..e90137ba22b 100644
--- a/pkgs/development/python-modules/amaranth-soc/default.nix
+++ b/pkgs/development/python-modules/amaranth-soc/default.nix
@@ -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 ];
   };
 }
diff --git a/pkgs/development/python-modules/amaranth/default.nix b/pkgs/development/python-modules/amaranth/default.nix
index a01d5eb42f7..99fe555e3f3 100644
--- a/pkgs/development/python-modules/amaranth/default.nix
+++ b/pkgs/development/python-modules/amaranth/default.nix
@@ -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 ];
   };
 }
diff --git a/pkgs/development/python-modules/glasgow/default.nix b/pkgs/development/python-modules/glasgow/default.nix
index ab51e4f6afb..a8f658ac83a 100644
--- a/pkgs/development/python-modules/glasgow/default.nix
+++ b/pkgs/development/python-modules/glasgow/default.nix
@@ -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 ];
   };
 }