forked from mirrors/nixpkgs
blobby: fixed typo
svn path=/nixpkgs/trunk/; revision=33814
This commit is contained in:
parent
5b8103b57c
commit
e4509bda5d
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = ''A blobby volleyball game.'';
|
||||
license = with stdev.lib.licenses; bsd3;
|
||||
license = with stdenv.lib.licenses; bsd3;
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
maintainers = with stdenv.lib.maintainers; [raskin];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue