zoxide: cleanup, add SuperSandro2000 as maintainer
This commit is contained in:
parent
5d42322184
commit
713951893d
@ -4,7 +4,6 @@
|
|||||||
, rustPlatform
|
, rustPlatform
|
||||||
, withFzf ? true
|
, withFzf ? true
|
||||||
, fzf
|
, fzf
|
||||||
|
|
||||||
# checkInputs
|
# checkInputs
|
||||||
, fish
|
, fish
|
||||||
, powershell
|
, powershell
|
||||||
@ -13,12 +12,10 @@
|
|||||||
, xonsh
|
, xonsh
|
||||||
, zsh
|
, zsh
|
||||||
}:
|
}:
|
||||||
let
|
|
||||||
version = "0.5.0";
|
rustPlatform.buildRustPackage rec {
|
||||||
in
|
|
||||||
rustPlatform.buildRustPackage {
|
|
||||||
pname = "zoxide";
|
pname = "zoxide";
|
||||||
inherit version;
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ajeetdsouza";
|
owner = "ajeetdsouza";
|
||||||
@ -55,6 +52,6 @@ rustPlatform.buildRustPackage {
|
|||||||
description = "A fast cd command that learns your habits";
|
description = "A fast cd command that learns your habits";
|
||||||
homepage = "https://github.com/ajeetdsouza/zoxide";
|
homepage = "https://github.com/ajeetdsouza/zoxide";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ ysndr cole-h ];
|
maintainers = with maintainers; [ ysndr cole-h SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user