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 = {
|
meta = {
|
||||||
description = ''A blobby volleyball game.'';
|
description = ''A blobby volleyball game.'';
|
||||||
license = with stdev.lib.licenses; bsd3;
|
license = with stdenv.lib.licenses; bsd3;
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [raskin];
|
maintainers = with stdenv.lib.maintainers; [raskin];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user