starship: add davidtwco as maintainer

This commit is contained in:
David Wood 2019-10-05 13:05:41 +01:00
parent 9e8e6c8f64
commit 1a61e254a0
No known key found for this signature in database
GPG Key ID: 2592E76C87381FD9

View File

@ -20,7 +20,7 @@ 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 ];
maintainers = with maintainers; [ bbigras davidtwco ];
platforms = platforms.all;
};
}