python310Packages.galois: update meta

This commit is contained in:
Fabian Affolter
2023-04-11 08:19:15 +02:00
committed by GitHub
parent 6cc0b5f0a6
commit b63db43781
@@ -47,11 +47,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "galois" ];
meta = {
description = "A Python 3 package that extends NumPy arrays to operate over finite fields";
meta = with lib; {
description = "Python package that extends NumPy arrays to operate over finite fields";
homepage = "https://github.com/mhostetter/galois";
downloadPage = "https://github.com/mhostetter/galois/releases";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ chrispattison ];
downloadPage = "https://github.com/mhostetter/galois/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ chrispattison ];
};
}