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;
|
githubId = 918448;
|
||||||
name = "Anthony Lodi";
|
name = "Anthony Lodi";
|
||||||
};
|
};
|
||||||
loewenheim = {
|
|
||||||
email = "loewenheim@mailbox.org";
|
|
||||||
github = "loewenheim";
|
|
||||||
githubId = 7622248;
|
|
||||||
name = "Sebastian Zivota";
|
|
||||||
};
|
|
||||||
logo = {
|
logo = {
|
||||||
email = "logo4poop@protonmail.com";
|
email = "logo4poop@protonmail.com";
|
||||||
matrix = "@logo4poop:matrix.org";
|
matrix = "@logo4poop:matrix.org";
|
||||||
|
|
|
@ -90,7 +90,7 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/pimutils/vdirsyncer";
|
homepage = "https://github.com/pimutils/vdirsyncer";
|
||||||
changelog = "https://github.com/pimutils/vdirsyncer/blob/v${version}/CHANGELOG.rst";
|
changelog = "https://github.com/pimutils/vdirsyncer/blob/v${version}/CHANGELOG.rst";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ loewenheim ];
|
maintainers = [ ];
|
||||||
mainProgram = "vdirsyncer";
|
mainProgram = "vdirsyncer";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,6 +42,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
description = "A command line utility to work with Sentry";
|
description = "A command line utility to work with Sentry";
|
||||||
mainProgram = "sentry-cli";
|
mainProgram = "sentry-cli";
|
||||||
changelog = "https://github.com/getsentry/sentry-cli/raw/${version}/CHANGELOG.md";
|
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