about summary refs log tree commit diff
path: root/pkgs/by-name/ad/adbtuifm/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ad/adbtuifm/package.nix')
-rw-r--r--pkgs/by-name/ad/adbtuifm/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ad/adbtuifm/package.nix b/pkgs/by-name/ad/adbtuifm/package.nix
index 8f8c15c283be5..546d600451d28 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";