mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
Merge pull request #213509 from K900/accept-my-fate
treewide: add myself as maintainer to all the Pipewire stuff
This commit is contained in:
commit
2c257a212e
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue