Merge pull request #287840 from AkechiShiro/step-down-maintainership

azure-cli, pitivi: remove maintainer
This commit is contained in:
Mario Rodas 2024-02-10 16:50:00 -05:00 committed by GitHub
commit a9a4c53b63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ python3.pkgs.buildPythonApplication rec {
that can appeal to newbies and professionals alike.
'';
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ akechishiro ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
mainProgram = "pitivi";
};

View File

@ -284,7 +284,7 @@ py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage {
sourceProvenance = [ sourceTypes.fromSource ];
license = licenses.mit;
mainProgram = "az";
maintainers = with maintainers; [ akechishiro jonringer ];
maintainers = with maintainers; [ jonringer ];
platforms = platforms.all;
};
})