maintainers: Remove loewenheim

This commit is contained in:
Sebastian Zivota 2024-04-29 20:03:09 +02:00 committed by Bjørn Forsman
parent 8e7489c3e7
commit adc9566b32
3 changed files with 2 additions and 8 deletions

View file

@ -11596,12 +11596,6 @@
githubId = 918448;
name = "Anthony Lodi";
};
loewenheim = {
email = "loewenheim@mailbox.org";
github = "loewenheim";
githubId = 7622248;
name = "Sebastian Zivota";
};
logo = {
email = "logo4poop@protonmail.com";
matrix = "@logo4poop:matrix.org";

View file

@ -90,7 +90,7 @@ buildPythonPackage rec {
homepage = "https://github.com/pimutils/vdirsyncer";
changelog = "https://github.com/pimutils/vdirsyncer/blob/v${version}/CHANGELOG.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ loewenheim ];
maintainers = [ ];
mainProgram = "vdirsyncer";
};
}

View file

@ -42,6 +42,6 @@ rustPlatform.buildRustPackage rec {
description = "A command line utility to work with Sentry";
mainProgram = "sentry-cli";
changelog = "https://github.com/getsentry/sentry-cli/raw/${version}/CHANGELOG.md";
maintainers = with maintainers; [ rizary loewenheim ];
maintainers = with maintainers; [ rizary ];
};
}