liblastfm: add license
This commit is contained in:
parent
53194bf4f2
commit
014c5c4b67
@ -18,11 +18,12 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkgconfig which cmake ];
|
||||
buildInputs = stdenv.lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.SystemConfiguration;
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/lastfm/liblastfm;
|
||||
repositories.git = git://github.com/lastfm/liblastfm.git;
|
||||
description = "Official LastFM library";
|
||||
inherit (qt4.meta) platforms;
|
||||
maintainers = with stdenv.lib.maintainers; [ phreedom ];
|
||||
maintainers = [ maintainers.phreedom ];
|
||||
license = licenses.gpl3;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user