Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = ''A blobby volleyball game'';
|
||||
license = with stdenv.lib.licenses; bsd3;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
maintainers = with stdenv.lib.maintainers; [raskin];
|
||||
homepage = "http://blobby.sourceforge.net/";
|
||||
|
||||
Reference in New Issue
Block a user