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`).
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -171,6 +171,6 @@ in stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://yosyshq.net/yosys/";
|
||||
license = licenses.isc;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ shell thoughtpolice emily Luflosi ];
|
||||
maintainers = with maintainers; [ shell thoughtpolice Luflosi ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://github.com/blacksphere/blackmagic";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ pjones emily sorki ];
|
||||
maintainers = with maintainers; [ pjones sorki ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://github.com/YosysHQ/icestorm/";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ shell thoughtpolice emily ];
|
||||
maintainers = with lib.maintainers; [ shell thoughtpolice ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ with python3Packages; buildPythonApplication rec {
|
||||
homepage = "https://github.com/tinyfpga/TinyFPGA-Bootloader/tree/master/programmer";
|
||||
description = "Programmer for FPGA boards using the TinyFPGA USB Bootloader";
|
||||
mainProgram = "tinyprog";
|
||||
maintainers = with maintainers; [ emily ];
|
||||
maintainers = with maintainers; [ ];
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ in stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://github.com/YosysHQ/prjtrellis";
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ q3k thoughtpolice emily rowanG077 ];
|
||||
maintainers = with maintainers; [ q3k thoughtpolice rowanG077 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,7 +45,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/amaranth-lang/amaranth-boards";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [
|
||||
emily
|
||||
thoughtpolice
|
||||
pbsds
|
||||
];
|
||||
|
||||
@@ -38,7 +38,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/amaranth-lang/amaranth-soc";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [
|
||||
emily
|
||||
thoughtpolice
|
||||
pbsds
|
||||
];
|
||||
|
||||
@@ -58,7 +58,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://amaranth-lang.org/docs/amaranth";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [
|
||||
emily
|
||||
thoughtpolice
|
||||
pbsds
|
||||
];
|
||||
|
||||
@@ -46,6 +46,6 @@ buildPythonPackage rec {
|
||||
mainProgram = "fx2tool";
|
||||
homepage = "https://github.com/whitequark/libfx2";
|
||||
license = licenses.bsd0;
|
||||
maintainers = with maintainers; [ emily ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -26,6 +26,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/avian2/jsonmerge";
|
||||
changelog = "https://github.com/avian2/jsonmerge/blob/jsonmerge-${version}/ChangeLog";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ emily ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -112,7 +112,6 @@ buildPythonPackage rec {
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [
|
||||
tilpner
|
||||
emily
|
||||
symphorien
|
||||
];
|
||||
};
|
||||
|
||||
@@ -32,7 +32,6 @@ buildPythonPackage rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
sb0
|
||||
emily
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -50,6 +50,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/florisla/stm32loader";
|
||||
changelog = "https://github.com/florisla/stm32loader/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ emily ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -55,6 +55,6 @@ callPackage ../nginx/generic.nix args rec {
|
||||
homepage = "https://openresty.org";
|
||||
license = lib.licenses.bsd2;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ thoughtpolice lblasc emily ];
|
||||
maintainers = with lib.maintainers; [ thoughtpolice lblasc ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user