centerpiece: add friedow as a maintainer

This commit is contained in:
Christian Friedow 2024-06-11 20:42:51 +02:00
parent 340f6b83f1
commit 8b951b9cb1
No known key found for this signature in database

View File

@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/friedow/centerpiece";
description = "Your trusty omnibox search";
license = licenses.mit;
maintainers = with maintainers; [ a-kenji ];
maintainers = with maintainers; [ a-kenji friedow ];
platforms = platforms.linux;
mainProgram = "centerpiece";
};