1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins: fix duplicate URL definitions

This commit is contained in:
Matt Sturgeon 2025-09-09 23:04:19 +01:00 committed by Gaétan Lepage
parent 79533f91c1
commit c55042f739
4 changed files with 0 additions and 5 deletions

View file

@ -8,8 +8,6 @@ lib.nixvim.plugins.mkNeovimPlugin {
description = ''
Timetravel for neovim
'';
# TODO: Remove after https://github.com/NixOS/nixpkgs/pull/438707
url = "https://github.com/FredeHoey/tardis.nvim";
maintainers = [ lib.maintainers.fredeb ];