Unverified Commit 1f2bc64a authored by Anderson Torres's avatar Anderson Torres Committed by Sandro Jäckel
Browse files

treewide: remove mredaelli from meta.maintainers

mredaelli is inactive.
parent e69fc881
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/tarkah/tickrs";
    changelog = "https://github.com/tarkah/tickrs/blob/v${version}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ mredaelli ];
    maintainers = with maintainers; [ ];
    mainProgram = "tickrs";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -29,6 +29,6 @@ buildPythonPackage rec {
    description = "Matrices describing affine transformation of the plane";
    license = licenses.bsd3;
    homepage = "https://github.com/rasterio/affine";
    maintainers = with maintainers; [ mredaelli ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -104,6 +104,6 @@ buildPythonPackage rec {
    mainProgram = "feature_download";
    license = licenses.lgpl3Plus;
    homepage = "https://scitools.org.uk/cartopy/docs/latest/";
    maintainers = with maintainers; [ mredaelli ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ buildPythonPackage rec {
    homepage = "https://gentools.readthedocs.io/";
    changelog = "https://github.com/ariebovenberg/gentools/blob/v${version}/CHANGELOG.rst";
    license = licenses.mit;
    maintainers = with maintainers; [ mredaelli ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -23,6 +23,6 @@ buildPythonPackage rec {
    description = "Simple Python interface to epsg.io";
    license = licenses.lgpl3;
    homepage = "https://pyepsg.readthedocs.io/en/latest/";
    maintainers = with maintainers; [ mredaelli ];
    maintainers = with maintainers; [ ];
  };
}
Loading