Commit 6a490d79 authored by jopejoe1's avatar jopejoe1
Browse files

ocamlPackages.taglib: make use of lib.licenses

parent b3a4bf81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ buildDunePackage rec {
    description = "Bindings for the taglib library which provides functions for reading tags in headers of audio files";
    license = with licenses; [
      lgpl21Plus
      "link-exception"
      ocamlLgplLinkingException
    ]; # GNU Library Public License 2 Linking Exception
    maintainers = with maintainers; [ dandellion ];
  };