Unverified Commit f4ee7c92 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

python3Packages.librosa: update maintainer (#415401)

parents ed7343cc 22a14cb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}