jackett: modernize

This commit is contained in:
kashw2
2025-11-08 12:07:39 +10:00
parent 241ad9ec13
commit 138ac3a281
+4 -4
View File
@@ -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 ];
};
}