Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neovim-remote: move from python-packages to /neovim/neovim-remote. #22417

Merged
merged 2 commits into from
Feb 10, 2017

Conversation

edanaher
Copy link
Contributor

@edanaher edanaher commented Feb 3, 2017

Motivation for this change

As noted on #22405, neovim-remote doesn't belong in python-packages. I'm not positive that it belongs under /neovim/, but that makes the most sense to me.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@edanaher edanaher mentioned this pull request Feb 3, 2017
7 tasks
@FRidh
Copy link
Member

FRidh commented Feb 10, 2017

While you're at it, could you add the meta section?

@FRidh
Copy link
Member

FRidh commented Feb 10, 2017

By the way, if you have Python PR's, feel free to cc me.

Also add myself to maintainers; it's time to admit I'm not leaving
anytime soon ;)
description = "A tool that helps controlling nvim processes from a terminal";
homepage = https://github.com/mhinz/neovim-remote/;
license = licenses.mit;
maintainers = with maintainers; [ edanaher ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, you did already, nevermind.

@FRidh FRidh merged commit c9f4d71 into NixOS:master Feb 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants