redstore: add home page and license fields

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