parent
351ee40066
commit
7c19cc3c49
|
@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "An 80x86 and x86-64 assembler designed for portability and modularity";
|
description = "An 80x86 and x86-64 assembler designed for portability and modularity";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ pSub willibutz ];
|
maintainers = with maintainers; [ pSub willibutz ];
|
||||||
|
license = licenses.bsd2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue