fish: add (more) meta attributes

This commit is contained in:
Bjørn Forsman 2013-09-25 22:08:40 +02:00
parent d1796df7c9
commit 3382de06fd

View File

@ -16,7 +16,10 @@ stdenv.mkDerivation rec {
autoconf autoconf
''; '';
meta = { meta = with stdenv.lib; {
homepage = http://fishshell.com; description = "Smart and user-friendly command line shell";
homepage = http://fishshell.com/;
license = licenses.gpl2;
platforms = platforms.linux;
}; };
} }