From 79c39130b2ea815ea7713fac1bc57e260f535fc8 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 8 May 2024 20:00:00 +0200 Subject: [PATCH] adbtuifm: fix url --- pkgs/by-name/ad/adbtuifm/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ad/adbtuifm/package.nix b/pkgs/by-name/ad/adbtuifm/package.nix index 8f8c15c283be..546d600451d2 100644 --- a/pkgs/by-name/ad/adbtuifm/package.nix +++ b/pkgs/by-name/ad/adbtuifm/package.nix @@ -16,7 +16,7 @@ buildGoModule rec { meta = with lib; { description = "A TUI-based file manager for the Android Debug Bridge"; homepage = "https://github.com/darkhz/adbtuifm"; - changelog = "https:/github.com/darkhz/adbtuifm/releases/tag/v${version}"; + changelog = "https://github.com/darkhz/adbtuifm/releases/tag/v${version}"; license = with licenses; [mit]; maintainers = with maintainers; [daru-san]; mainProgram = "adbtuifm";