Commit 4b1d39d9 authored by Emily's avatar Emily
Browse files

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`).
parent 85d871cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,6 +53,6 @@ buildGoModule rec {
    description = "A terminal based Matrix client written in Go";
    mainProgram = "gomuks";
    license = licenses.agpl3Plus;
    maintainers = with maintainers; [ chvp emily ];
    maintainers = with maintainers; [ chvp ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
    description = "Autosort is a weechat script to automatically or manually keep your buffers sorted";
    homepage = "https://github.com/de-vri-es/weechat-autosort";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ emily flokli ];
    maintainers = with maintainers; [ flokli ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -99,6 +99,6 @@ in buildPythonPackage {
    homepage = "https://github.com/poljar/weechat-matrix";
    license = licenses.isc;
    platforms = platforms.unix;
    maintainers = with maintainers; [ tilpner emily ];
    maintainers = with maintainers; [ tilpner ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ stdenv.mkDerivation {
    description = "Tooling for Yosys-based verification flows";
    homepage    = "https://symbiyosys.readthedocs.io/";
    license     = lib.licenses.isc;
    maintainers = with lib.maintainers; [ thoughtpolice emily ];
    maintainers = with lib.maintainers; [ thoughtpolice ];
    mainProgram = "sby";
    platforms   = lib.platforms.all;
  };
+1 −1
Original line number Diff line number Diff line
@@ -89,6 +89,6 @@ stdenv.mkDerivation rec {
    homepage    = "https://github.com/yosyshq/nextpnr";
    license     = licenses.isc;
    platforms   = platforms.all;
    maintainers = with maintainers; [ thoughtpolice emily ];
    maintainers = with maintainers; [ thoughtpolice ];
  };
}
Loading