python312Packages.graph-tool: adopt

This commit is contained in:
Martin Joerg
2024-08-12 16:42:33 +00:00
parent 33c8b1a720
commit 19a16937f5
@@ -99,6 +99,6 @@ buildPythonPackage rec {
homepage = "https://graph-tool.skewed.de";
changelog = "https://git.skewed.de/count0/graph-tool/commits/release-${version}";
license = lib.licenses.lgpl3Plus;
maintainers = [ ];
maintainers = [ lib.maintainers.mjoerg ];
};
}