python3Packages.librosa: update maintainer (#415401)

This commit is contained in:
Wolfgang Walther
2025-09-13 12:01:16 +00:00
committed by GitHub

View File

@@ -134,6 +134,6 @@ buildPythonPackage rec {
homepage = "https://github.com/librosa/librosa";
changelog = "https://github.com/librosa/librosa/releases/tag/${version}";
license = lib.licenses.isc;
maintainers = with lib.maintainers; [ GuillaumeDesforges ];
maintainers = with lib.maintainers; [ carlthome ];
};
}