1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

correct indent platforms line in default.nix

This commit is contained in:
Jean-Alexandre Peyroux 2013-08-27 14:39:38 +02:00
parent ed522b59c6
commit 1ffc963383

View file

@ -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)";
};
}