taglib-sharp: add license + homepage

This commit is contained in:
Markus Kowalewski 2018-10-27 15:39:17 +02:00
parent 0f2d7e51f1
commit 873b4ed626
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -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;
};
}