From 040c94c5b9f6a5406b2d6d6554c6978a17ed08a4 Mon Sep 17 00:00:00 2001 From: alsaiduq-lab Date: Wed, 19 Mar 2025 15:49:44 -0600 Subject: [PATCH] after all, why not --- pkgs/fish-rust/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/fish-rust/default.nix b/pkgs/fish-rust/default.nix index c70242e..ab00a38 100644 --- a/pkgs/fish-rust/default.nix +++ b/pkgs/fish-rust/default.nix @@ -65,6 +65,7 @@ rustPlatform.buildRustPackage rec { license = licenses.gpl2; platforms = platforms.unix; mainProgram = "fish"; + maintainer = "Cobray"; }; passthru.shellPath = "/bin/fish";