arora: Add license

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2019-03-27 11:57:50 +01:00
parent 853b589f78
commit a8630eec1c

View file

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.phreedom ];
description = "A cross-platform Qt4 Webkit browser";
homepage = https://github.com/Arora/arora;
license = with licenses; [ gpl2 gpl3 ];
};
}