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
commit 5bb836089c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;