mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers: remove dritter (#512182)
This commit is contained in:
commit
555a558800
3 changed files with 2 additions and 14 deletions
|
|
@ -7252,12 +7252,6 @@
|
|||
githubId = 187309685;
|
||||
name = "Drew Council";
|
||||
};
|
||||
dritter = {
|
||||
email = "dritter03@googlemail.com";
|
||||
github = "dritter";
|
||||
githubId = 1544760;
|
||||
name = "Dominik Ritter";
|
||||
};
|
||||
drperceptron = {
|
||||
github = "drperceptron";
|
||||
githubId = 92106371;
|
||||
|
|
|
|||
|
|
@ -54,10 +54,7 @@ mkJetBrainsProduct {
|
|||
homepage = "https://www.jetbrains.com/phpstorm/";
|
||||
description = "PHP IDE from JetBrains";
|
||||
longDescription = "PhpStorm provides an editor for PHP, HTML and JavaScript with on-the-fly code analysis, error prevention and automated refactorings for PHP and JavaScript code.";
|
||||
maintainers = with lib.maintainers; [
|
||||
dritter
|
||||
tymscar
|
||||
];
|
||||
maintainers = with lib.maintainers; [ tymscar ];
|
||||
license = lib.licenses.unfree;
|
||||
sourceProvenance =
|
||||
if stdenv.hostPlatform.isDarwin then
|
||||
|
|
|
|||
|
|
@ -100,10 +100,7 @@ let
|
|||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
ewok
|
||||
dritter
|
||||
];
|
||||
maintainers = with lib.maintainers; [ ewok ];
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue