taglib-sharp: add license + homepage
This commit is contained in:
parent
0f2d7e51f1
commit
873b4ed626
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,6 @@ stdenv.mkDerivation rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "mono";
|
||||
repo = "taglib-sharp";
|
||||
|
||||
rev = "taglib-sharp-${version}";
|
||||
sha256 = "12pk4z6ag8w7kj6vzplrlasq5lwddxrww1w1ya5ivxrfki15h5cp";
|
||||
};
|
||||
|
@ -21,6 +20,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Library for reading and writing metadata in media files";
|
||||
homepage = https://github.com/mono/taglib-sharp;
|
||||
platforms = platforms.linux;
|
||||
license = licenses.lgpl21;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue