Merge pull request #319115 from friedow/maintainer/friedow

Add friedow as a maintainer
This commit is contained in:
lassulus
2024-06-11 20:46:03 +02:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -7074,6 +7074,12 @@
githubId = 46672819;
name = "Frido Friedemann";
};
friedow = {
email = "christian@friedow.com";
github = "friedow";
githubId = 17351844;
name = "Christian Friedow";
};
friedrichaltheide = {
github = "friedrichaltheide";
githubId = 11352905;
+1 -1
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";
};