nasm: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-06 12:39:39 +02:00
parent 351ee40066
commit 7c19cc3c49
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
description = "An 80x86 and x86-64 assembler designed for portability and modularity";
platforms = platforms.unix;
maintainers = with maintainers; [ pSub willibutz ];
license = licenses.bsd2;
};
}