maintainers: drop evils
This commit is contained in:
@@ -8051,13 +8051,6 @@
|
||||
githubId = 6803717;
|
||||
name = "Ilya Elenskiy";
|
||||
};
|
||||
evils = {
|
||||
email = "evils.devils@protonmail.com";
|
||||
matrix = "@evils:nixos.dev";
|
||||
github = "evils";
|
||||
githubId = 30512529;
|
||||
name = "Evils";
|
||||
};
|
||||
evris99 = {
|
||||
name = "Evrymachos Koukoumakas";
|
||||
github = "evris99";
|
||||
|
||||
@@ -52,6 +52,4 @@ in
|
||||
'';
|
||||
|
||||
};
|
||||
|
||||
meta.maintainers = [ lib.maintainers.evils ];
|
||||
}
|
||||
|
||||
@@ -176,7 +176,4 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = [ lib.maintainers.evils ];
|
||||
|
||||
}
|
||||
|
||||
@@ -89,7 +89,4 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = [ lib.maintainers.evils ];
|
||||
|
||||
}
|
||||
|
||||
@@ -58,6 +58,4 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = [ lib.maintainers.evils ];
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
name = "fancontrol";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ evils ];
|
||||
meta = {
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
name = "rasdaemon";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ evils ];
|
||||
meta = {
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
name = "tuptime";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ evils ];
|
||||
meta = {
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
|
||||
@@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/zevv/bucklespring";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.evils ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -83,14 +83,11 @@ in
|
||||
fi
|
||||
'';
|
||||
|
||||
meta =
|
||||
with lib;
|
||||
meta
|
||||
// {
|
||||
description = "Helper for screenshots within sway";
|
||||
maintainers = with maintainers; [ evils ];
|
||||
mainProgram = "grimshot";
|
||||
};
|
||||
meta = meta // {
|
||||
description = "Helper for screenshots within sway";
|
||||
maintainers = [ ];
|
||||
mainProgram = "grimshot";
|
||||
};
|
||||
};
|
||||
|
||||
inactive-windows-transparency =
|
||||
@@ -114,14 +111,11 @@ in
|
||||
'';
|
||||
|
||||
meta =
|
||||
with lib;
|
||||
meta
|
||||
// {
|
||||
|
||||
meta // {
|
||||
description = "It makes inactive sway windows transparent";
|
||||
mainProgram = "${lname}.py";
|
||||
maintainers = with maintainers; [
|
||||
evils # packaged this as a side-effect of grimshot but doesn't use it
|
||||
];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -326,7 +326,7 @@ stdenv.mkDerivation rec {
|
||||
The Programs handle Schematic Capture, and PCB Layout with Gerber output.
|
||||
'';
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ evils ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
mainProgram = "kicad";
|
||||
|
||||
@@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/knorrie/btrfs-heatmap";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.evils ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [
|
||||
makefu
|
||||
evils
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -130,6 +130,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
changelog = "${finalAttrs.meta.homepage}/releases/tag/v${finalAttrs.version}";
|
||||
maintainers = with lib.maintainers; [ evils ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
isc
|
||||
bsd3
|
||||
];
|
||||
maintainers = with maintainers; [ evils ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "readexe";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/TobiX/screentest";
|
||||
changelog = "https://github.com/TobiX/screentest/blob/${finalAttrs.version}/NEWS";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ evils ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
description = "Reduces STEP file size by removing redundancy";
|
||||
homepage = "https://gitlab.com/sethhillbrand/stepreduce";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ evils ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "stepreduce";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
||||
changelog = "https://github.com/rfrail3/tuptime/blob/master/CHANGELOG";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.evils ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "tuptime";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/ralight/usb-reset";
|
||||
changelog = "https://github.com/ralight/usb-reset/blob/master/ChangeLog.txt";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.evils ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "usb-reset";
|
||||
};
|
||||
|
||||
@@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://humdi.net/vnstat/";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ evils ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,7 +24,6 @@ buildPythonPackage rec {
|
||||
license = licenses.lgpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
evils
|
||||
Luflosi
|
||||
];
|
||||
};
|
||||
|
||||
@@ -40,6 +40,6 @@ buildPythonPackage {
|
||||
description = "Differentiate images in python - get a ratio or percentage difference, and generate a diff image";
|
||||
homepage = "https://github.com/nicolashahn/diffimg";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ evils ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -19,6 +19,6 @@ buildPythonPackage {
|
||||
description = "Wrapper for i2c-tools' smbus stuff";
|
||||
# from py-smbus/smbusmodule.c
|
||||
license = [ licenses.gpl2Only ];
|
||||
maintainers = [ maintainers.evils ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,6 +35,6 @@ buildPythonPackage rec {
|
||||
mainProgram = "image-diff";
|
||||
homepage = "https://github.com/simonw/image-diff";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ evils ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -34,6 +34,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/mgedmin/imgdiff";
|
||||
changelog = "https://github.com/mgedmin/imgdiff/blob/${src.rev}/CHANGES.rst";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ evils ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -83,7 +83,6 @@ buildPythonPackage rec {
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [
|
||||
arturcygan
|
||||
evils
|
||||
];
|
||||
mainProgram = "liquidctl";
|
||||
};
|
||||
|
||||
@@ -39,6 +39,6 @@ buildPythonPackage rec {
|
||||
mainProgram = "cflow2dot";
|
||||
homepage = "https://github.com/johnyf/pycflow2dot";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ evils ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,6 +38,6 @@ buildPythonPackage rec {
|
||||
description = "Pytest helps for compare images and regression";
|
||||
homepage = "https://github.com/Apkawa/pytest-image-diff";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ evils ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -58,6 +58,6 @@ buildPythonPackage rec {
|
||||
description = "Python wrapper for tomlplusplus";
|
||||
homepage = "https://github.com/bobfang1992/pytomlpp";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ evils ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -59,6 +59,6 @@ buildPythonPackage rec {
|
||||
description = "Rust based TOML library for Python";
|
||||
homepage = "https://github.com/samuelcolvin/rtoml";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ evils ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
description = "MCE error injection tool";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.evils ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
description = "PCIE AER error injection tool";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.evils ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
linux,
|
||||
}:
|
||||
@@ -12,9 +11,9 @@ stdenv.mkDerivation {
|
||||
|
||||
preConfigure = "cd tools/mm";
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
inherit (linux.meta) license platforms;
|
||||
description = "Set of virtual memory tools";
|
||||
maintainers = [ maintainers.evils ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user