Unverified Commit c8c511e8 authored by wxt's avatar wxt
Browse files

python3Packages.drms: add bot-wxt1221 as maintainers

parent e635cf8d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };
}