tie: add license

This commit is contained in:
Markus Kowalewski
2018-11-08 20:49:23 +01:00
parent 7a2e6cf6a0
commit 61020d5f23

View File

@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
description = "Allow multiple web change files";
platforms = with platforms; unix;
maintainers = with maintainers; [ vrthra ];
license = licenses.abstyles;
};
}