about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2024-06-15 12:37:52 +0100
committerEmily <vcs@emily.moe>2024-06-15 16:53:23 +0100
commit4b1d39d9359bb49f0d9abd72db2ae1f265e77aa4 (patch)
tree2e565fd5f5712a58e9f29ffd74fec16bc450e606 /pkgs/tools
parent85d871cf14d161094a2ccd4ad9a84747f8a29222 (diff)
treewide: remove myself from packages I don’t use
I’ve had an extended absence from Nix work and no longer actively
use a bunch of packages I used to maintain, so remove myself as a
maintainer from things I can’t usefully review/test changes for
as I ease back into things. This does unfortunately leave a few
packages orphaned (`stm32loader`, `tinyprog`, `python3Packages.fx2`,
and `python3Packages.jsonmerge`).
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/glasgow/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/glasgow/default.nix b/pkgs/tools/misc/glasgow/default.nix
index 77f3eb01d96ad..4821ad923ef85 100644
--- a/pkgs/tools/misc/glasgow/default.nix
+++ b/pkgs/tools/misc/glasgow/default.nix
@@ -76,7 +76,7 @@ python3.pkgs.buildPythonApplication rec {
     description = "Software for Glasgow, a digital interface multitool";
     homepage = "https://github.com/GlasgowEmbedded/Glasgow";
     license = licenses.bsd0;
-    maintainers = with maintainers; [ emily thoughtpolice ];
+    maintainers = with maintainers; [ thoughtpolice ];
     mainProgram = "glasgow";
   };
 }