dhcpdump: update GitHub owner name
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "1.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bbonev";
|
||||
owner = "dhcpdump-org";
|
||||
repo = "dhcpdump";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-EtCwtRvAvZdfW/6MjHEXJTHoD/OknJeZJ7q0qb+CzeE=";
|
||||
@@ -40,8 +40,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
description = "Tool for visualization of DHCP packets as recorded and output by tcpdump to analyze DHCP server responses";
|
||||
homepage = "https://github.com/bbonev/dhcpdump";
|
||||
changelog = "https://github.com/bbonev/dhcpdump/releases/tag/v${finalAttrs.version}";
|
||||
homepage = "https://github.com/dhcpdump-org/dhcpdump";
|
||||
changelog = "https://github.com/dhcpdump-org/dhcpdump/releases/tag/v${finalAttrs.version}";
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ nickcao ];
|
||||
license = lib.licenses.bsd2;
|
||||
|
||||
Reference in New Issue
Block a user