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

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