fix licenCe typos

This commit is contained in:
Vladimír Čunát
2014-06-12 09:12:14 +02:00
parent e02e3ec6f3
commit 1bcc2aa216
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
description = "A tool for analyzing and editing NetImmerse/Gamebryo '*.nif' files";
maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = stdenv.lib.platforms.linux;
licence = stdenv.lib.licenses.bsd3;
license = stdenv.lib.licenses.bsd3;
};
}