banshee: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-07-22 17:36:53 +02:00
parent 65740cfb31
commit 7ec7b32e23
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -52,5 +52,6 @@ stdenv.mkDerivation rec {
description = "A music player written in C# using GNOME technologies";
platforms = platforms.linux;
maintainers = [ maintainers.zohl ];
license = licenses.mit;
};
}