codeql: update homepage

This commit is contained in:
Harry Maclean 2021-09-03 13:22:39 +01:00
parent 7aa5a5eb8f
commit f9ae94032f

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Semantic code analysis engine"; description = "Semantic code analysis engine";
homepage = "https://semmle.com/codeql"; homepage = "https://codeql.github.com";
maintainers = [ maintainers.dump_stack ]; maintainers = [ maintainers.dump_stack ];
license = licenses.unfree; license = licenses.unfree;
}; };