openbsm: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-09 12:33:28 +02:00
parent a03e586182
commit 79e2f03969
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
homepage = http://www.openbsm.org/;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ matthewbauer ];
license = lib.licenses.bsd2;
};
}