python3Packages.drms: add bot-wxt1221 as maintainers

This commit is contained in:
wxt 2024-11-10 21:12:35 +08:00
parent e635cf8d9f
commit c8c511e892
No known key found for this signature in database
GPG Key ID: F62181757D8BF693

View File

@ -50,10 +50,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "drms" ];
meta = with lib; {
meta = {
description = "Access HMI, AIA and MDI data with Python";
homepage = "https://github.com/sunpy/drms";
license = licenses.bsd2;
maintainers = [ ];
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ bot-wxt1221 ];
};
}