frab: add meta data

This commit is contained in:
Markus Kowalewski
2018-08-20 00:31:19 +02:00
parent 05290a6c01
commit 552b20f4b8

View File

@@ -43,4 +43,10 @@ stdenv.mkDerivation rec {
passthru = {
inherit env ruby;
};
meta = with stdenv.lib; {
description = "Web-based conference planning and management system";
homepage = https://github.com/frab/frab;
license = licenses.mit;
};
}