dhcpdump: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 02:49:40 +02:00
parent 47389bb2ad
commit d1fdc43b50
+3 -3
View File
@@ -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;