cwebbin: add license

This commit is contained in:
Markus Kowalewski
2018-11-08 20:29:09 +01:00
parent a06e7c5b19
commit e9da929e41
2 changed files with 6 additions and 0 deletions

View File

@@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
description = "Literate Programming in C/C++";
platforms = with platforms; unix;
maintainers = with maintainers; [ vrthra ];
license = licenses.abstyles;
};
}