Unverified Commit 9233f8c5 authored by Carl Thomé's avatar Carl Thomé Committed by Wolfgang Walther
Browse files

python3Packages.librosa: add carlthome as maintainer

parent 812ab436
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -119,6 +119,9 @@ 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; [
      GuillaumeDesforges
      carlthome
    ];
  };
}