maintainers: partially remove anselmschueler

This commit is contained in:
Anselm Schüler 2024-08-03 19:09:47 +02:00
parent a3a5c12964
commit e1354a3538
No known key found for this signature in database
GPG Key ID: BA34EE1ABA3A0955
9 changed files with 9 additions and 9 deletions

View File

@ -1449,7 +1449,7 @@
name = "Anselm Schüler";
matrix = "@schuelermine:matrix.org";
keys = [ { fingerprint = "CDBF ECA8 36FE E340 1CEB 58FF BA34 EE1A BA3A 0955"; } ];
};
}; # currently on hiatus, please do not ping until this notice is removed (or if its been like two years)
anthonyroussel = {
email = "anthony@roussel.dev";
github = "anthonyroussel";

View File

@ -72,6 +72,6 @@ python3.pkgs.buildPythonApplication rec {
mainProgram = "curtail";
homepage = "https://github.com/Huluti/Curtail";
license = licenses.gpl3Only;
maintainers = with maintainers; [ anselmschueler ];
maintainers = [ ];
};
}

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
description = "OCR engine";
homepage = "https://github.com/tesseract-ocr/tesseract";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ anselmschueler ];
maintainers = [ ];
platforms = lib.platforms.unix;
mainProgram = "tesseract";
};

View File

@ -83,6 +83,6 @@ stdenv.mkDerivation {
mainProgram = "hollywood";
homepage = "https://a.hollywood.computer/";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.anselmschueler ];
maintainers = [ ];
};
}

View File

@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.gnome.org/GNOME/fractal";
changelog = "https://gitlab.gnome.org/World/fractal/-/releases/${version}";
license = licenses.gpl3Plus;
maintainers = teams.gnome.members ++ (with maintainers; [ anselmschueler ]);
maintainers = teams.gnome.members;
platforms = platforms.linux;
mainProgram = "fractal";
};

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
description = "C++ Mathematical Expression Toolkit Library";
homepage = "https://www.partow.net/programming/exprtk/index.html";
license = licenses.mit;
maintainers = with maintainers; [ anselmschueler ];
maintainers = [ ];
};
}

View File

@ -23,6 +23,6 @@ buildPythonPackage rec {
description = "Typing stubs for psutil";
homepage = "https://github.com/python/typeshed";
license = licenses.asl20;
maintainers = with maintainers; [ anselmschueler ];
maintainers = [ ];
};
}

View File

@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "genemichaels";
homepage = "https://github.com/andrewbaxter/genemichaels";
license = lib.licenses.isc;
maintainers = [ lib.maintainers.anselmschueler ];
maintainers = [ ];
};
}

View File

@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication {
description = "CLI tool to open files in the terminal";
homepage = "https://github.com/Textualize/textualize-see";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ anselmschueler ];
maintainers = [ ];
mainProgram = "see";
};
}