frab: add meta data

This commit is contained in:
Markus Kowalewski 2018-08-20 00:31:19 +02:00
parent 05290a6c01
commit 552b20f4b8
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

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;
};
}