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