blobby: fixed typo
svn path=/nixpkgs/trunk/; revision=33814
This commit is contained in:
@@ -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];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user