Unverified Commit 449246e4 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

Merge pull request #320119 from emilazy/remove-myself-from-unused-packages

treewide: remove myself from packages I don’t use
parents 56e6aaa4 4b1d39d9
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