kalibrate-rtl: Add viraptor to maintainers
This commit is contained in:
parent
e890a5745c
commit
14fea1bb87
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue