mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
Merge pull request #153070 from SuperSandro2000/delve
delve: update homepage
This commit is contained in:
commit
5bb836089c
|
@ -30,7 +30,7 @@ buildGoPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "debugger for the Go programming language";
|
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 ];
|
maintainers = with maintainers; [ SuperSandro2000 vdemeester ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = [ "x86_64-linux" ] ++ platforms.darwin;
|
platforms = [ "x86_64-linux" ] ++ platforms.darwin;
|
||||||
|
|
Loading…
Reference in a new issue