From 65740cfb31b6022c828159e4f6e8828c39017c61 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 22 Jul 2018 17:36:19 +0200 Subject: [PATCH] banshee: add homepage --- pkgs/applications/audio/banshee/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/audio/banshee/default.nix b/pkgs/applications/audio/banshee/default.nix index 2479360b88e9..d9d824e89a9b 100644 --- a/pkgs/applications/audio/banshee/default.nix +++ b/pkgs/applications/audio/banshee/default.nix @@ -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 ];