lazygit: remove with lib
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ buildGo122Module rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "jesseduffield";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-BP5PMgRq8LHLuUYDrWaX1PgfT9VEhj3xeLE2aDMAPF0=";
|
||||
};
|
||||
|
||||
@@ -27,12 +27,12 @@ buildGo122Module rec {
|
||||
|
||||
passthru.tests.version = testers.testVersion { package = lazygit; };
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Simple terminal UI for git commands";
|
||||
homepage = "https://github.com/jesseduffield/lazygit";
|
||||
changelog = "https://github.com/jesseduffield/lazygit/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
Br1ght0ne
|
||||
equirosa
|
||||
khaneliman
|
||||
|
||||
Reference in New Issue
Block a user