frab: add meta data
This commit is contained in:
parent
05290a6c01
commit
552b20f4b8
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user