treewide: remove mredaelli from meta.maintainers
mredaelli is inactive.
This commit is contained in:
parent
e69fc881bb
commit
1f2bc64a40
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -47,6 +47,6 @@ buildPythonPackage rec {
|
||||
description = "S-expressions for Numpy";
|
||||
license = licenses.mit;
|
||||
homepage = "https://github.com/mapbox/snuggs";
|
||||
maintainers = with maintainers; [ mredaelli ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Alternative to xdg-open to manage default applications with ease";
|
||||
homepage = "https://github.com/chmln/handlr";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ mredaelli artturin ];
|
||||
maintainers = with maintainers; [ artturin ];
|
||||
mainProgram = "handlr";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user