summary refs log tree commit diff
path: root/pkgs/tools/misc/starship/default.nix
diff options
context:
space:
mode:
authorDaniel Thwaites <danthwaites30@btinternet.com>2021-12-23 22:22:39 +0000
committerDaniel Thwaites <danthwaites30@btinternet.com>2022-01-12 15:47:08 +0000
commit3f1ef8fe14ed87c0999f2a5ce7a5a1b3c3b8d7ec (patch)
treeabc5f58cbe5b508c96c9908638174e20cfd93b14 /pkgs/tools/misc/starship/default.nix
parent5bd5e98a86b0879843341672f4dff7861fef2658 (diff)
downloadnixpkgs-3f1ef8fe14ed87c0999f2a5ce7a5a1b3c3b8d7ec.tar
nixpkgs-3f1ef8fe14ed87c0999f2a5ce7a5a1b3c3b8d7ec.tar.gz
nixpkgs-3f1ef8fe14ed87c0999f2a5ce7a5a1b3c3b8d7ec.tar.bz2
nixpkgs-3f1ef8fe14ed87c0999f2a5ce7a5a1b3c3b8d7ec.tar.lz
nixpkgs-3f1ef8fe14ed87c0999f2a5ce7a5a1b3c3b8d7ec.tar.xz
nixpkgs-3f1ef8fe14ed87c0999f2a5ce7a5a1b3c3b8d7ec.tar.zst
nixpkgs-3f1ef8fe14ed87c0999f2a5ce7a5a1b3c3b8d7ec.zip
nixos/starship: init
Diffstat (limited to 'pkgs/tools/misc/starship/default.nix')
-rw-r--r--pkgs/tools/misc/starship/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/starship/default.nix b/pkgs/tools/misc/starship/default.nix
index 89d4bb662da..25a6aaecd02 100644
--- a/pkgs/tools/misc/starship/default.nix
+++ b/pkgs/tools/misc/starship/default.nix
@@ -44,6 +44,6 @@ rustPlatform.buildRustPackage rec {
     description = "A minimal, blazing fast, and extremely customizable prompt for any shell";
     homepage = "https://starship.rs";
     license = licenses.isc;
-    maintainers = with maintainers; [ bbigras davidtwco Br1ght0ne Frostman marsam ];
+    maintainers = with maintainers; [ bbigras danth davidtwco Br1ght0ne Frostman marsam ];
   };
 }