Merge pull request #213509 from K900/accept-my-fate

treewide: add myself as maintainer to all the Pipewire stuff
This commit is contained in:
K900 2023-01-30 20:05:49 +03:00 committed by GitHub
commit 2c257a212e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ let
in {
meta = {
maintainers = teams.freedesktop.members;
maintainers = teams.freedesktop.members ++ [ lib.maintainers.k900 ];
# uses attributes of the linked package
buildDocsInSandbox = false;
};

View file

@ -237,7 +237,7 @@ let
homepage = "https://pipewire.org/";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ jtojnar kranzes ];
maintainers = with maintainers; [ jtojnar kranzes k900 ];
};
};