Commit 138ac3a2 authored by kashw2's avatar kashw2
Browse files

jackett: modernize

parent 241ad9ec
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -10,15 +10,15 @@ buildFishPlugin rec {

  src = fetchFromGitHub {
    owner = "meaningful-ooo";
    repo = pname;
    repo = "sponge";
    rev = version;
    sha256 = "sha256-MdcZUDRtNJdiyo2l9o5ma7nAX84xEJbGFhAVhK+Zm1w=";
  };

  meta = with lib; {
  meta = {
    description = "Keeps your fish shell history clean from typos, incorrectly used commands and everything you don't want to store due to privacy reasons";
    homepage = "https://github.com/meaningful-ooo/sponge";
    license = licenses.mit;
    maintainers = with maintainers; [ quantenzitrone ];
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ quantenzitrone ];
  };
}