maintainers: Remove loewenheim
This commit is contained in:
parent
8e7489c3e7
commit
adc9566b32
3 changed files with 2 additions and 8 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue