1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-24 18:00:59 +01:00

plugins/ethersync: rename to teamtype

https://github.com/NixOS/nixpkgs/pull/456770
This commit is contained in:
Gaetan Lepage 2025-11-06 23:37:02 +01:00 committed by Gaétan Lepage
parent a38fba5880
commit 4728aae7cf
4 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "ethersync";
name = "teamtype";
maintainers = [ lib.maintainers.GaetanLepage ];