Merge pull request #153070 from SuperSandro2000/delve

delve: update homepage
This commit is contained in:
Bobby Rong
2022-01-01 21:40:48 +08:00
committed by GitHub
+1 -1
View File
@@ -30,7 +30,7 @@ buildGoPackage rec {
meta = with lib; {
description = "debugger for the Go programming language";
homepage = "https://github.com/derekparker/delve";
homepage = "https://github.com/go-delve/delve";
maintainers = with maintainers; [ SuperSandro2000 vdemeester ];
license = licenses.mit;
platforms = [ "x86_64-linux" ] ++ platforms.darwin;