redstore: add home page and license fields

+2
+2
pkgs/servers/http/redstore/default.nix
··· 20 20 21 21 meta = { 22 22 description = "An HTTP interface to Redland RDF store"; 23 + homepage = https://www.aelius.com/njh/redstore/; 23 24 maintainers = [ stdenv.lib.maintainers.raskin ]; 24 25 platforms = with stdenv.lib.platforms; 25 26 linux ++ freebsd ++ gnu; 27 + license = stdenv.lib.licenses.gpl3Plus; 26 28 }; 27 29 }