mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
kalibrate-rtl: Add viraptor to maintainers
This commit is contained in:
parent
e890a5745c
commit
14fea1bb87
@ -27,6 +27,6 @@ stdenv.mkDerivation {
|
|||||||
homepage = "https://github.com/steve-m/kalibrate-rtl";
|
homepage = "https://github.com/steve-m/kalibrate-rtl";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ bjornfor ];
|
maintainers = with maintainers; [ bjornfor viraptor ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user