xmlroff: add license

see issue #43716
This commit is contained in:
Pascal Wittmann
2018-08-02 16:02:56 +02:00
parent 353b568255
commit 56e5eb94c7

View File

@@ -41,5 +41,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.bsd3;
};
}