Skip to content

Commit

Permalink
taglib: fixup meta
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Dec 14, 2017
1 parent 8cdd9d5 commit b2973d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/taglib/default.nix
Expand Up @@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://taglib.org/;
repositories.git = git://github.com/taglib/taglib.git;
shortDescription = "A library for reading and editing audio file metadata.";
description = ''
description = "A library for reading and editing audio file metadata.";
longDescription = ''
TagLib is a library for reading and editing the meta-data of several
popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3
files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC,
Expand Down

0 comments on commit b2973d5

Please sign in to comment.