adbtuifm: fix url

This commit is contained in:
jopejoe1
2024-05-08 20:00:00 +02:00
parent 4f554f0ff0
commit 79c39130b2
+1 -1
View File
@@ -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";