banshee: add homepage

This commit is contained in:
Pascal Wittmann 2018-07-22 17:36:19 +02:00
parent 1ba7fa72e7
commit 65740cfb31
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
-i $out/bin/banshee
'';
meta = with lib; {
homepage = "http://banshee.fm/";
description = "A music player written in C# using GNOME technologies";
platforms = platforms.linux;
maintainers = [ maintainers.zohl ];