correct indent platforms line in default.nix
This commit is contained in:
parent
ed522b59c6
commit
1ffc963383
|
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||
meta = {
|
||||
homepage = "http://www.spinnaker.de/lbdb/";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
description = "The Little Brother's Database (lbdb)";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue